Uses of Interface
org.opensaml.saml.saml1.core.Evidence
Packages that use Evidence
Package
Description
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 EvidenceModifier and TypeMethodDescriptionAuthorizationDecisionQuery.getEvidence()Get the Evidence child element.AuthorizationDecisionStatement.getEvidence()Get the evidence.Methods in org.opensaml.saml.saml1.core with parameters of type EvidenceModifier and TypeMethodDescriptionvoidAuthorizationDecisionQuery.setEvidence(Evidence evidence) Set the Evidence child element.voidAuthorizationDecisionStatement.setEvidence(Evidence evidence) Set the evidence.