Uses of Interface
org.opensaml.saml2.core.Evidence

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
 

Classes in org.opensaml.saml2.core.impl that implement Evidence
 class EvidenceImpl
          A concrete implementation of Evidence.
 

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(String namespaceURI, String localName, 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.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.