Uses of Interface
org.opensaml.saml.saml2.core.Evidentiary
-
Packages that use Evidentiary Package Description org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. -
-
Uses of Evidentiary in org.opensaml.saml.saml2.core
Subinterfaces of Evidentiary in org.opensaml.saml.saml2.core Modifier and Type Interface Description interfaceAssertionSAML 2.0 Core Assertion.interfaceAssertionIDRefSAML 2.0 Core AssertionIDRef.interfaceAssertionURIRefSAML 2.0 Core AssertionURIRef.interfaceEncryptedAssertionSAML 2.0 Core EncryptedAssertion.Methods in org.opensaml.saml.saml2.core that return types with arguments of type Evidentiary Modifier and Type Method Description List<Evidentiary>Evidence. getEvidence()Gets the list of all elements used as evidence. -
Uses of Evidentiary in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement Evidentiary Modifier and Type Class Description classAssertionIDRefImplConcrete implementation ofAssertionIDRef.classAssertionImplA concrete implementation ofAssertion.classAssertionURIRefImplA concrete implementation ofAssertionURIRef.classEncryptedAssertionImplA concrete implementation ofEncryptedAssertion.Fields in org.opensaml.saml.saml2.core.impl with type parameters of type Evidentiary Modifier and Type Field Description private IndexedXMLObjectChildrenList<Evidentiary>EvidenceImpl. evidenceAssertion of the Evidence.Methods in org.opensaml.saml.saml2.core.impl that return types with arguments of type Evidentiary Modifier and Type Method Description List<Evidentiary>EvidenceImpl. getEvidence()Gets the list of all elements used as evidence.
-