Class SAML20AssertionToken
- java.lang.Object
-
- org.opensaml.soap.wssecurity.messaging.AbstractToken<Assertion>
-
- org.opensaml.saml.saml2.wssecurity.SAML20AssertionToken
-
-
Field Summary
Fields Modifier and Type Field Description private SubjectConfirmationsubjectConfirmationGet the successfully attested SubjectConfirmation.
-
Constructor Summary
Constructors Constructor Description SAML20AssertionToken(Assertion token)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubjectConfirmationgetSubjectConfirmation()Get the successfully attested SubjectConfirmation.voidsetSubjectConfirmation(SubjectConfirmation newSubjectConfirmation)Set the successfully attested SubjectConfirmation.
-
-
-
Field Detail
-
subjectConfirmation
private SubjectConfirmation subjectConfirmation
Get the successfully attested SubjectConfirmation.
-
-
Constructor Detail
-
SAML20AssertionToken
public SAML20AssertionToken(@Nonnull Assertion token)Constructor.- Parameters:
token- the wrapped token
-
-
Method Detail
-
getSubjectConfirmation
@Nullable public SubjectConfirmation getSubjectConfirmation()
Get the successfully attested SubjectConfirmation.- Returns:
- the attested SubjectConfirmation
-
setSubjectConfirmation
public void setSubjectConfirmation(@Nullable SubjectConfirmation newSubjectConfirmation)Set the successfully attested SubjectConfirmation.- Parameters:
newSubjectConfirmation- the new attested SubjectConfirmation
-
-