Uses of Interface
org.opensaml.saml.saml2.core.Evidence
-
Packages that use Evidence Package Description org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces. -
-
Uses of Evidence in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return Evidence Modifier and Type Method Description EvidenceAuthzDecisionQuery. getEvidence()Gets the Evidence of this query.EvidenceAuthzDecisionStatement. getEvidence()Get the SAML assertion the authority relied on when making the authorization decision.Methods in org.opensaml.saml.saml2.core with parameters of type Evidence Modifier and Type Method Description voidAuthzDecisionQuery. setEvidence(Evidence newEvidence)Sets the Evidence of this query.voidAuthzDecisionStatement. setEvidence(Evidence newEvidence)Sets the SAML assertion the authority relied on when making the authorization decision.
-