Uses of Interface
com.sun.identity.saml2.assertion.NameID
Package
Description
Defines SAMLv2 assertion.
Defines SAMLv2 Plugin SPIs.
SAMLv2 Protocol Classes.
-
Uses of NameID in com.sun.identity.saml2.assertion
Modifier 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 identifier -
Uses of NameID in com.sun.identity.saml2.plugins
-
Uses of NameID in com.sun.identity.saml2.protocol
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionSaml2SsoResult.getNameId()
Returns the NameID object from the assertion.ModifierConstructorDescriptionSaml2SsoResult
(String universalId, NameID nameId, Set<PrivateKey> decryptionKeys, boolean shouldPersistNameId) Constructor.