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 NameIdentifier
Subject.createNameIdentifier
(Element nameIdentifierElement) Subject.getNameIdentifier()
Gets theNameIdentifier
within the Subject elementMethods in com.sun.identity.saml.assertion with parameters of type NameIdentifierModifier and TypeMethodDescriptionboolean
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 NameIdentifierModifierConstructorDescriptionSubject
(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