Uses of Class
com.sun.identity.saml.assertion.SubjectConfirmation
Packages that use SubjectConfirmation
-
Uses of SubjectConfirmation in com.sun.identity.saml.assertion
Fields in com.sun.identity.saml.assertion declared as SubjectConfirmationMethods in com.sun.identity.saml.assertion that return SubjectConfirmationModifier and TypeMethodDescriptionprotected SubjectConfirmation
Subject.createSubjectConfirmation
(Element subjectConfirmationElement) Subject.getSubjectConfirmation()
Gets theSubjectConfirmation
within the Subject elementMethods in com.sun.identity.saml.assertion with parameters of type SubjectConfirmationModifier and TypeMethodDescriptionboolean
SubjectConfirmation.equals
(SubjectConfirmation subjectConfirmation) Checks for equality between this object and theSubjectConfirmation
passed down as parameter.boolean
Subject.setSubjectConfirmation
(SubjectConfirmation subjectConfirmation) Sets the subject confirmation to the subjectConstructors in com.sun.identity.saml.assertion with parameters of type SubjectConfirmationModifierConstructorDescriptionSubject
(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation) Constructs a Subject object from aNameIdentifier
object and aSubjectConfirmation
object.Subject
(SubjectConfirmation subjectConfirmation) Constructs a Subject object from aSubjectConfirmation
object.