Uses of Interface
org.opensaml.saml.saml1.core.Evidence
-
Packages that use Evidence Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. -
-
Uses of Evidence in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return Evidence Modifier and Type Method Description EvidenceAuthorizationDecisionQuery. getEvidence()Get the Evidence child element.EvidenceAuthorizationDecisionStatement. getEvidence()Get the evidence.Methods in org.opensaml.saml.saml1.core with parameters of type Evidence Modifier and Type Method Description voidAuthorizationDecisionQuery. setEvidence(Evidence evidence)Set the Evidence child element.voidAuthorizationDecisionStatement. setEvidence(Evidence evidence)Set the evidence.
-