Uses of Interface
org.opensaml.saml1.core.Evidentiary

Packages that use Evidentiary
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. 
 

Uses of Evidentiary in org.opensaml.saml1.core
 

Subinterfaces of Evidentiary in org.opensaml.saml1.core
 interface Assertion
          This interface defines how the object representing a SAML 1 Assertion element behaves.
 interface AssertionIDReference
          This interface defines how the object representing a SAML 1 AssertionIDReference element behaves.
 

Methods in org.opensaml.saml1.core that return types with arguments of type Evidentiary
 java.util.List<Evidentiary> Evidence.getEvidence()
          Get the ordered list of all Evidentiary child elements
 

Uses of Evidentiary in org.opensaml.saml1.core.impl
 

Methods in org.opensaml.saml1.core.impl that return types with arguments of type Evidentiary
 java.util.List<Evidentiary> EvidenceImpl.getEvidence()
          Get the ordered list of all Evidentiary child elements
 



Copyright © 2006-2011 Internet2. All Rights Reserved.