Class SAML20AssertionToken
java.lang.Object
org.opensaml.soap.wssecurity.messaging.AbstractToken<Assertion>
org.opensaml.saml.saml2.wssecurity.SAML20AssertionToken
Implementation of SAML 2.0 Assertion token.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensaml.soap.wssecurity.messaging.Token
Token.ValidationStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SubjectConfirmation
Get the successfully attested SubjectConfirmation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the successfully attested SubjectConfirmation.void
setSubjectConfirmation
(SubjectConfirmation newSubjectConfirmation) Set the successfully attested SubjectConfirmation.Methods inherited from class org.opensaml.soap.wssecurity.messaging.AbstractToken
getValidationStatus, getWrappedToken, setValidationStatus
-
Field Details
-
subjectConfirmation
Get the successfully attested SubjectConfirmation.
-
-
Constructor Details
-
SAML20AssertionToken
Constructor.- Parameters:
token
- the wrapped token
-
-
Method Details
-
getSubjectConfirmation
Get the successfully attested SubjectConfirmation.- Returns:
- the attested SubjectConfirmation
-
setSubjectConfirmation
Set the successfully attested SubjectConfirmation.- Parameters:
newSubjectConfirmation
- the new attested SubjectConfirmation
-