Uses of Class
com.sun.identity.saml.assertion.SubjectConfirmation
-
Uses of SubjectConfirmation in com.sun.identity.saml.assertion
Modifier and TypeMethodDescriptionprotected SubjectConfirmation
Subject.createSubjectConfirmation
(Element subjectConfirmationElement) Subject.getSubjectConfirmation()
Gets theSubjectConfirmation
within the Subject elementModifier 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 subjectModifierConstructorDescriptionSubject
(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation) Constructs a Subject object from aNameIdentifier
object and aSubjectConfirmation
object.Subject
(SubjectConfirmation subjectConfirmation) Constructs a Subject object from aSubjectConfirmation
object.