public class SAML20AssertionToken extends AbstractToken<Assertion>
Token.ValidationStatus
Modifier and Type | Field and Description |
---|---|
private SubjectConfirmation |
subjectConfirmation
Get the successfully attested SubjectConfirmation.
|
Constructor and Description |
---|
SAML20AssertionToken(Assertion token)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SubjectConfirmation |
getSubjectConfirmation()
Get the successfully attested SubjectConfirmation.
|
void |
setSubjectConfirmation(SubjectConfirmation newSubjectConfirmation)
Set the successfully attested SubjectConfirmation.
|
getValidationStatus, getWrappedToken, setValidationStatus
private SubjectConfirmation subjectConfirmation
@Nullable public SubjectConfirmation getSubjectConfirmation()
public void setSubjectConfirmation(@Nullable SubjectConfirmation newSubjectConfirmation)
newSubjectConfirmation
- the new attested SubjectConfirmationCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.