パッケージ | 説明 |
---|---|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Evidence |
AuthzDecisionStatement.getEvidence()
Get the SAML assertion the authority relied on when making the authorization decision.
|
Evidence |
AuthzDecisionQuery.getEvidence()
Gets the Evidence of this query.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthzDecisionStatement.setEvidence(Evidence newEvidence)
Sets the SAML assertion the authority relied on when making the authorization decision.
|
void |
AuthzDecisionQuery.setEvidence(Evidence newEvidence)
Sets the Evidence of this query.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Evidence |
EvidenceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Evidence |
EvidenceBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Evidence |
AuthzDecisionStatementImpl.getEvidence()
Get the SAML assertion the authority relied on when making the authorization decision.
|
Evidence |
AuthzDecisionQueryImpl.getEvidence()
Gets the Evidence of this query.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthzDecisionStatementImpl.setEvidence(Evidence newEvidence)
Sets the SAML assertion the authority relied on when making the authorization decision.
|
void |
AuthzDecisionQueryImpl.setEvidence(Evidence newEvidence)
Sets the Evidence of this query.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
EvidenceSchemaValidator.validate(Evidence evidence)
Checks to see if a XMLObject is valid.
|
protected void |
EvidenceSchemaValidator.validateAssertions(Evidence evidence)
Checks that at least one Assertion, Assertion ID Reference, or Assertion URI Reference is present.
|
Copyright © 2012. All Rights Reserved.