|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Evidence | |
---|---|
org.opensaml.saml1.core | Interfaces for SAML 1.0 and 1.1 types and elements. |
org.opensaml.saml1.core.impl | Implementations of SAML 1.0 and 1.1 types and elements interfaces. |
org.opensaml.saml1.core.validator | Validation rules for SAML 1.0 and 1.1 types and elements. |
Uses of Evidence in org.opensaml.saml1.core |
---|
Methods in org.opensaml.saml1.core that return Evidence | |
---|---|
Evidence |
AuthorizationDecisionQuery.getEvidence()
Get the Evidence child element |
Evidence |
AuthorizationDecisionStatement.getEvidence()
Return the Evidence element |
Methods in org.opensaml.saml1.core with parameters of type Evidence | |
---|---|
void |
AuthorizationDecisionQuery.setEvidence(Evidence evidence)
Set the Evidence child element |
void |
AuthorizationDecisionStatement.setEvidence(Evidence evidence)
Set the Evidence element |
Uses of Evidence in org.opensaml.saml1.core.impl |
---|
Methods in org.opensaml.saml1.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 |
AuthorizationDecisionQueryImpl.getEvidence()
Get the Evidence child element |
Evidence |
AuthorizationDecisionStatementImpl.getEvidence()
Return the Evidence element |
Methods in org.opensaml.saml1.core.impl with parameters of type Evidence | |
---|---|
void |
AuthorizationDecisionQueryImpl.setEvidence(Evidence evidence)
Set the Evidence child element |
void |
AuthorizationDecisionStatementImpl.setEvidence(Evidence evidence)
Set the Evidence element |
Uses of Evidence in org.opensaml.saml1.core.validator |
---|
Methods in org.opensaml.saml1.core.validator with parameters of type Evidence | |
---|---|
void |
EvidenceSchemaValidator.validate(Evidence evidence)
|
protected void |
EvidenceSchemaValidator.validateEvidence(Evidence evidence)
Check that there is an assertion of AddsertionIDRef |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |