Uses of Interface
org.opensaml.saml.saml1.core.Evidentiary
Packages that use Evidentiary
Package
Description
Interfaces for SAML 1.0 and 1.1 types and elements.
Implementations of SAML 1.x core specification types and elements.
-
Uses of Evidentiary in org.opensaml.saml.saml1.core
Subinterfaces of Evidentiary in org.opensaml.saml.saml1.coreModifier and TypeInterfaceDescriptioninterfaceThis interface defines how the object representing a SAML 1Assertionelement behaves.interfaceThis interface defines how the object representing a SAML 1AssertionIDReferenceelement behaves.Methods in org.opensaml.saml.saml1.core that return types with arguments of type EvidentiaryModifier and TypeMethodDescriptionEvidence.getEvidence()Get the list of allEvidentiarychild elements. -
Uses of Evidentiary in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement EvidentiaryModifier and TypeClassDescriptionclassConcrete Implementation ofAssertionIDReferenceObject.classThis class implements the SAML 1Assertionstatement.Fields in org.opensaml.saml.saml1.core.impl with type parameters of type EvidentiaryModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<Evidentiary>EvidenceImpl.evidenceThe Evidentiary child elements.Methods in org.opensaml.saml.saml1.core.impl that return types with arguments of type EvidentiaryModifier and TypeMethodDescriptionEvidenceImpl.getEvidence()Get the list of allEvidentiarychild elements.