Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
Modifier and Type | Method and Description |
---|---|
BaseID |
AssertionFactory.createBaseID()
Returns a new instance of
BaseID . |
BaseID |
AssertionFactory.createBaseID(Element elem)
Returns a new instance of
BaseID . |
BaseID |
AssertionFactory.createBaseID(String xml)
Returns a new instance of
BaseID . |
BaseID |
SubjectConfirmation.getBaseID()
Returns the base ID
|
BaseID |
Subject.getBaseID()
Returns the identifier in
BaseID format |
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmation.setBaseID(BaseID value)
Sets the base ID
|
void |
Subject.setBaseID(BaseID value)
Sets the identifier in
BaseID format |
Modifier and Type | Method and Description |
---|---|
BaseID |
NameIDMappingRequest.getBaseID()
Returns the value of the baseID property.
|
BaseID |
LogoutRequest.getBaseID()
Returns the value of the baseID property.
|
Modifier and Type | Method and Description |
---|---|
void |
NameIDMappingRequest.setBaseID(BaseID value)
Sets the value of the baseID property.
|
void |
LogoutRequest.setBaseID(BaseID value)
Sets the value of the baseID property.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.