Package | Description |
---|---|
org.opensaml.saml.saml2.assertion |
Interfaces and API classes for validating SAML 2 Assertions.
|
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
org.opensaml.saml.saml2.wssecurity |
Classes for SAML WS-Security.
|
Modifier and Type | Method and Description |
---|---|
ValidationResult |
SubjectConfirmationValidator.validate(SubjectConfirmation confirmation,
Assertion assertion,
ValidationContext context)
Confirms the
Subject by means of the given SubjectConfirmation . |
Modifier and Type | Method and Description |
---|---|
List<SubjectConfirmation> |
Subject.getSubjectConfirmations()
Gets the confirmations made about this subject.
|
Modifier and Type | Field and Description |
---|---|
private SubjectConfirmation |
SAML20AssertionToken.subjectConfirmation
Get the successfully attested SubjectConfirmation.
|
Modifier and Type | Method and Description |
---|---|
SubjectConfirmation |
SAML20AssertionToken.getSubjectConfirmation()
Get the successfully attested SubjectConfirmation.
|
Modifier and Type | Method and Description |
---|---|
void |
SAML20AssertionToken.setSubjectConfirmation(SubjectConfirmation newSubjectConfirmation)
Set the successfully attested SubjectConfirmation.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.