Uses of Class
com.sun.identity.saml.assertion.NameIdentifier
Packages that use NameIdentifier
Package
Description
Defines SAML assertion.
Defines WS-Federation Plugin SPIs
-
Uses of NameIdentifier in com.sun.identity.saml.assertion
Fields in com.sun.identity.saml.assertion declared as NameIdentifierMethods in com.sun.identity.saml.assertion that return NameIdentifierModifier and TypeMethodDescriptionprotected NameIdentifierSubject.createNameIdentifier(Element nameIdentifierElement) Subject.getNameIdentifier()Gets theNameIdentifierwithin the Subject elementMethods in com.sun.identity.saml.assertion with parameters of type NameIdentifierModifier and TypeMethodDescriptionbooleanNameIdentifier.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 NameIdentifierModifierConstructorDescriptionSubject(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