Uses of Interface
com.sun.identity.saml2.assertion.NameID
Packages that use NameID
Package
Description
Defines SAMLv2 assertion.
Defines SAMLv2 Plugin SPIs.
SAMLv2 Protocol Classes.
-
Uses of NameID in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return NameIDModifier and TypeMethodDescriptionAssertionFactory.createNameID()
Returns a new instance ofNameID
.AssertionFactory.createNameID
(String xml) Returns a new instance ofNameID
.AssertionFactory.createNameID
(Element elem) Returns a new instance ofNameID
.EncryptedID.decrypt
(Set<PrivateKey> privateKeys) Decrypts the encrypted ID.Subject.getNameID()
Returns the identifier inNameID
formatSubjectConfirmation.getNameID()
Returns the name identifierMethods in com.sun.identity.saml2.assertion with parameters of type NameID -
Uses of NameID in com.sun.identity.saml2.plugins
Methods in com.sun.identity.saml2.plugins that return NameIDModifier and TypeMethodDescriptionIDPAccountMapper.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 -
Uses of NameID in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return NameIDModifier and TypeMethodDescriptionLogoutRequest.getNameID()
Returns the value of the nameID property.ManageNameIDRequest.getNameID()
Returns the value of thenameID
property.NameIDMappingRequest.getNameID()
Returns the value of thenameID
property.NameIDMappingResponse.getNameID()
Returns the value of thenameID
property.Methods in com.sun.identity.saml2.protocol with parameters of type NameIDModifier and TypeMethodDescriptionvoid
Sets the value of the nameID property.void
Sets the value of thenameID
property.void
Sets the value of thenameID
property.void
Sets the value of thenameID
property. -
Uses of NameID in org.forgerock.am.saml2.profile
Methods in org.forgerock.am.saml2.profile that return NameIDModifier and TypeMethodDescriptionSaml2SsoResult.getNameId()
Returns the NameID object from the assertion.Constructors in org.forgerock.am.saml2.profile with parameters of type NameIDModifierConstructorDescriptionSaml2SsoResult
(String universalId, NameID nameId, Set<PrivateKey> decryptionKeys, boolean shouldPersistNameId) Constructor.