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 SubjectConfirmationSubject. _subjectConfirmationMethods in com.sun.identity.saml.assertion that return SubjectConfirmation Modifier and Type Method Description protected SubjectConfirmationSubject. createSubjectConfirmation(Element subjectConfirmationElement)SubjectConfirmationSubject. getSubjectConfirmation()Gets theSubjectConfirmationwithin the Subject elementMethods in com.sun.identity.saml.assertion with parameters of type SubjectConfirmation Modifier and Type Method Description booleanSubjectConfirmation. equals(SubjectConfirmation subjectConfirmation)Checks for equality between this object and theSubjectConfirmationpassed down as parameter.booleanSubject. 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 aNameIdentifierobject and aSubjectConfirmationobject.Subject(SubjectConfirmation subjectConfirmation)Constructs a Subject object from aSubjectConfirmationobject.
-