Uses of Interface
com.sun.identity.saml2.assertion.NameID
-
Packages that use NameID 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.org.forgerock.am.saml2.profile -
-
Uses of NameID in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return NameID Modifier and Type Method Description NameID
AssertionFactory. createNameID()
Returns a new instance ofNameID
.NameID
AssertionFactory. createNameID(String xml)
Returns a new instance ofNameID
.NameID
AssertionFactory. createNameID(Element elem)
Returns a new instance ofNameID
.NameID
EncryptedID. decrypt(Set<PrivateKey> privateKeys)
Decrypts the encrypted ID.NameID
Subject. getNameID()
Returns the identifier inNameID
formatNameID
SubjectConfirmation. getNameID()
Returns the name identifierMethods in com.sun.identity.saml2.assertion with parameters of type NameID Modifier and Type Method Description void
Subject. setNameID(NameID value)
Sets the identifier inNameID
formatvoid
SubjectConfirmation. setNameID(NameID value)
Sets the name identifier -
Uses of NameID in com.sun.identity.saml2.plugins
Methods in com.sun.identity.saml2.plugins that return NameID Modifier and Type Method Description NameID
IDPAccountMapper. getNameID(Object session, String hostEntityID, String remoteEntityID, String realm, String nameIDFormat)
Returns the user'sNameID
information that contains account federation with the corresponding remote and local entities.Methods in com.sun.identity.saml2.plugins with parameters of type NameID Modifier and Type Method Description String
IDPAccountMapper. getIdentity(NameID nameID, String hostEntityID, String remoteEntityID, String realm)
Returns the user's distinguished name or the universal ID for the correspondingSAML NameID
. -
Uses of NameID in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return NameID Modifier and Type Method Description NameID
LogoutRequest. getNameID()
Returns the value of the nameID property.NameID
ManageNameIDRequest. getNameID()
Returns the value of thenameID
property.NameID
NameIDMappingRequest. getNameID()
Returns the value of thenameID
property.NameID
NameIDMappingResponse. getNameID()
Returns the value of thenameID
property.Methods in com.sun.identity.saml2.protocol with parameters of type NameID Modifier and Type Method Description void
LogoutRequest. setNameID(NameID value)
Sets the value of the nameID property.void
ManageNameIDRequest. setNameID(NameID value)
Sets the value of thenameID
property.void
NameIDMappingRequest. setNameID(NameID value)
Sets the value of thenameID
property.void
NameIDMappingResponse. setNameID(NameID value)
Sets the value of thenameID
property. -
Uses of NameID in org.forgerock.am.saml2.profile
Methods in org.forgerock.am.saml2.profile that return NameID Modifier and Type Method Description NameID
Saml2SsoResult. getNameId()
Returns the NameID object from the assertion.Constructors in org.forgerock.am.saml2.profile with parameters of type NameID Constructor Description Saml2SsoResult(String universalId, NameID nameId, Set<PrivateKey> decryptionKeys, boolean shouldPersistNameId)
Constructor.
-