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 NameIdentifierSubject. _nameIdentifierMethods in com.sun.identity.saml.assertion that return NameIdentifier Modifier and Type Method Description protected NameIdentifierSubject. createNameIdentifier(Element nameIdentifierElement)NameIdentifierSubject. getNameIdentifier()Gets theNameIdentifierwithin the Subject elementMethods in com.sun.identity.saml.assertion with parameters of type NameIdentifier Modifier and Type Method Description booleanNameIdentifier. equals(NameIdentifier nid)Checks for equality between this object and theNameQualifierpassed down as parameter.booleanSubject. setNameIdentifier(NameIdentifier nameIdentifier)Sets theNameIdentifierto the subject.Constructors in com.sun.identity.saml.assertion with parameters of type NameIdentifier Constructor Description Subject(NameIdentifier nameIdentifier)Constructs a Subject object from aNameIdentifierobject.Subject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)Constructs a Subject object from aNameIdentifierobject and aSubjectConfirmationobject. -
Uses of NameIdentifier in com.sun.identity.wsfederation.plugins
Methods in com.sun.identity.wsfederation.plugins that return NameIdentifier Modifier and Type Method Description NameIdentifierIDPAccountMapper. getNameID(Object session, String realm, String hostEntityID, String remoteEntityID)Returns the user'sNameIDinformation that contains account federation with the corresponding remote and local entities.
-