Uses of Interface
org.opensaml.saml.saml2.core.Evidence
Packages that use Evidence
Package
Description
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 EvidenceModifier and TypeMethodDescriptionAuthzDecisionQuery.getEvidence()Gets the Evidence of this query.AuthzDecisionStatement.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 EvidenceModifier and TypeMethodDescriptionvoidAuthzDecisionQuery.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.