|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Evidence | |
---|---|
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. |
Uses of Evidence in org.opensaml.saml2.core |
---|
Methods in org.opensaml.saml2.core that return Evidence | |
---|---|
Evidence |
AuthzDecisionQuery.getEvidence()
Gets the Evidence of this query. |
Evidence |
AuthzDecisionStatement.getEvidence()
Get the SAML assertion the authority relied on when making the authorization decision. |
Methods in org.opensaml.saml2.core with parameters of type Evidence | |
---|---|
void |
AuthzDecisionQuery.setEvidence(Evidence newEvidence)
Sets the Evidence of this query. |
void |
AuthzDecisionStatement.setEvidence(Evidence newEvidence)
Sets the SAML assertion the authority relied on when making the authorization decision. |
Uses of Evidence in org.opensaml.saml2.core.impl |
---|
Methods in org.opensaml.saml2.core.impl that return Evidence | |
---|---|
Evidence |
EvidenceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
Evidence |
EvidenceBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
Evidence |
AuthzDecisionQueryImpl.getEvidence()
Gets the Evidence of this query. |
Evidence |
AuthzDecisionStatementImpl.getEvidence()
Get the SAML assertion the authority relied on when making the authorization decision. |
Methods in org.opensaml.saml2.core.impl with parameters of type Evidence | |
---|---|
void |
AuthzDecisionQueryImpl.setEvidence(Evidence newEvidence)
Sets the Evidence of this query. |
void |
AuthzDecisionStatementImpl.setEvidence(Evidence newEvidence)
Sets the SAML assertion the authority relied on when making the authorization decision. |
Uses of Evidence in org.opensaml.saml2.core.validator |
---|
Methods in org.opensaml.saml2.core.validator with parameters of type Evidence | |
---|---|
void |
EvidenceSchemaValidator.validate(Evidence evidence)
|
protected void |
EvidenceSchemaValidator.validateAssertions(Evidence evidence)
Checks that at least one Assertion, Assertion ID Reference, or Assertion URI Reference is present. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |