Class SAML20AssertionToken
java.lang.Object
org.opensaml.soap.wssecurity.messaging.AbstractToken<Assertion>
org.opensaml.saml.saml2.wssecurity.SAML20AssertionToken
public class SAML20AssertionToken extends AbstractToken<Assertion>
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
Fields Modifier and Type Field Description private SubjectConfirmation
subjectConfirmation
Get the successfully attested SubjectConfirmation. -
Constructor Summary
Constructors Constructor Description SAML20AssertionToken(Assertion token)
Constructor. -
Method Summary
Modifier and Type Method Description SubjectConfirmation
getSubjectConfirmation()
Get 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
-