Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.plugins |
Defines SAMLv2 Plugin SPIs.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
Modifier and Type | Method and Description |
---|---|
NameID |
AssertionFactory.createNameID()
Returns a new instance of
NameID . |
NameID |
AssertionFactory.createNameID(Element elem)
Returns a new instance of
NameID . |
NameID |
AssertionFactory.createNameID(String xml)
Returns a new instance of
NameID . |
NameID |
EncryptedID.decrypt(Set<PrivateKey> privateKeys)
Decrypts the encrypted ID.
|
NameID |
SubjectConfirmation.getNameID()
Returns the name identifier
|
NameID |
Subject.getNameID()
Returns the identifier in
NameID format |
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmation.setNameID(NameID value)
Sets the name identifier
|
void |
Subject.setNameID(NameID value)
Sets the identifier in
NameID format |
Modifier and Type | Method and Description |
---|---|
NameID |
IDPAccountMapper.getNameID(Object session,
String hostEntityID,
String remoteEntityID,
String realm,
String nameIDFormat)
Returns the user's
NameID information that contains account federation with the corresponding remote
and local entities. |
Modifier and Type | Method and Description |
---|---|
String |
IDPAccountMapper.getIdentity(NameID nameID,
String hostEntityID,
String remoteEntityID,
String realm)
Returns the user's distinguished name or the universal ID for the corresponding
SAML NameID . |
Modifier and Type | Method and Description |
---|---|
NameID |
NameIDMappingResponse.getNameID()
Returns the value of the
nameID property. |
NameID |
NameIDMappingRequest.getNameID()
Returns the value of the
nameID property. |
NameID |
ManageNameIDRequest.getNameID()
Returns the value of the
nameID property. |
NameID |
LogoutRequest.getNameID()
Returns the value of the nameID property.
|
Modifier and Type | Method and Description |
---|---|
void |
NameIDMappingResponse.setNameID(NameID value)
Sets the value of the
nameID property. |
void |
NameIDMappingRequest.setNameID(NameID value)
Sets the value of the
nameID property. |
void |
ManageNameIDRequest.setNameID(NameID value)
Sets the value of the
nameID property. |
void |
LogoutRequest.setNameID(NameID value)
Sets the value of the nameID property.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.