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 NameIDAssertionFactory. createNameID()Returns a new instance ofNameID.NameIDAssertionFactory. createNameID(String xml)Returns a new instance ofNameID.NameIDAssertionFactory. createNameID(Element elem)Returns a new instance ofNameID.NameIDEncryptedID. decrypt(Set<PrivateKey> privateKeys)Decrypts the encrypted ID.NameIDSubject. getNameID()Returns the identifier inNameIDformatNameIDSubjectConfirmation. getNameID()Returns the name identifierMethods in com.sun.identity.saml2.assertion with parameters of type NameID Modifier and Type Method Description voidSubject. setNameID(NameID value)Sets the identifier inNameIDformatvoidSubjectConfirmation. 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 NameIDIDPAccountMapper. getNameID(Object session, String hostEntityID, String remoteEntityID, String realm, String nameIDFormat)Returns the user'sNameIDinformation 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 StringIDPAccountMapper. 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 NameIDLogoutRequest. getNameID()Returns the value of the nameID property.NameIDManageNameIDRequest. getNameID()Returns the value of thenameIDproperty.NameIDNameIDMappingRequest. getNameID()Returns the value of thenameIDproperty.NameIDNameIDMappingResponse. getNameID()Returns the value of thenameIDproperty.Methods in com.sun.identity.saml2.protocol with parameters of type NameID Modifier and Type Method Description voidLogoutRequest. setNameID(NameID value)Sets the value of the nameID property.voidManageNameIDRequest. setNameID(NameID value)Sets the value of thenameIDproperty.voidNameIDMappingRequest. setNameID(NameID value)Sets the value of thenameIDproperty.voidNameIDMappingResponse. setNameID(NameID value)Sets the value of thenameIDproperty. -
Uses of NameID in org.forgerock.am.saml2.profile
Methods in org.forgerock.am.saml2.profile that return NameID Modifier and Type Method Description NameIDSaml2SsoResult. 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.
-