Uses of Interface
org.opensaml.saml.saml1.core.Evidentiary
-
Packages that use Evidentiary Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. -
-
Uses of Evidentiary in org.opensaml.saml.saml1.core
Subinterfaces of Evidentiary in org.opensaml.saml.saml1.core Modifier and Type Interface Description interfaceAssertionThis interface defines how the object representing a SAML 1Assertionelement behaves.interfaceAssertionIDReferenceThis interface defines how the object representing a SAML 1AssertionIDReferenceelement behaves.Methods in org.opensaml.saml.saml1.core that return types with arguments of type Evidentiary Modifier and Type Method Description List<Evidentiary>Evidence. getEvidence()Get the list of allEvidentiarychild elements.
-