Uses of Class
com.sun.identity.saml.assertion.NameIdentifier
-
Packages that use NameIdentifier Package Description com.sun.identity.saml.assertion Defines SAML assertion.com.sun.identity.wsfederation.plugins Defines WS-Federation Plugin SPIs -
-
Uses of NameIdentifier in com.sun.identity.saml.assertion
Fields in com.sun.identity.saml.assertion declared as NameIdentifier Modifier and Type Field Description protected NameIdentifier
Subject. _nameIdentifier
Methods in com.sun.identity.saml.assertion that return NameIdentifier Modifier and Type Method Description protected NameIdentifier
Subject. createNameIdentifier(Element nameIdentifierElement)
NameIdentifier
Subject. getNameIdentifier()
Gets theNameIdentifier
within the Subject elementMethods in com.sun.identity.saml.assertion with parameters of type NameIdentifier Modifier and Type Method Description boolean
NameIdentifier. equals(NameIdentifier nid)
Checks for equality between this object and theNameQualifier
passed down as parameter.boolean
Subject. setNameIdentifier(NameIdentifier nameIdentifier)
Sets theNameIdentifier
to the subject.Constructors in com.sun.identity.saml.assertion with parameters of type NameIdentifier Constructor Description Subject(NameIdentifier nameIdentifier)
Constructs a Subject object from aNameIdentifier
object.Subject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)
Constructs a Subject object from aNameIdentifier
object and aSubjectConfirmation
object. -
Uses of NameIdentifier in com.sun.identity.wsfederation.plugins
Methods in com.sun.identity.wsfederation.plugins that return NameIdentifier Modifier and Type Method Description NameIdentifier
IDPAccountMapper. getNameID(Object session, String realm, String hostEntityID, String remoteEntityID)
Returns the user'sNameID
information that contains account federation with the corresponding remote and local entities.
-