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, setValidationStatusprivate SubjectConfirmation subjectConfirmation
@Nullable public SubjectConfirmation getSubjectConfirmation()
public void setSubjectConfirmation(@Nullable SubjectConfirmation newSubjectConfirmation)
newSubjectConfirmation - the new attested SubjectConfirmationCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.