Uses of Class
com.sun.identity.saml.assertion.SubjectConfirmation
-
Packages that use SubjectConfirmation Package Description com.sun.identity.saml.assertion Defines SAML assertion. -
-
Uses of SubjectConfirmation in com.sun.identity.saml.assertion
Fields in com.sun.identity.saml.assertion declared as SubjectConfirmation Modifier and Type Field Description protected SubjectConfirmation
Subject. _subjectConfirmation
Methods in com.sun.identity.saml.assertion that return SubjectConfirmation Modifier and Type Method Description protected SubjectConfirmation
Subject. createSubjectConfirmation(Element subjectConfirmationElement)
SubjectConfirmation
Subject. getSubjectConfirmation()
Gets theSubjectConfirmation
within the Subject elementMethods in com.sun.identity.saml.assertion with parameters of type SubjectConfirmation Modifier and Type Method Description boolean
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 SubjectConfirmation Constructor Description Subject(NameIdentifier nameIdentifier, SubjectConfirmation subjectConfirmation)
Constructs a Subject object from aNameIdentifier
object and aSubjectConfirmation
object.Subject(SubjectConfirmation subjectConfirmation)
Constructs a Subject object from aSubjectConfirmation
object.
-