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.
Implementations of SAML 1.x core specification 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 TypeMethodDescriptionvoid
AuthorizationDecisionQuery.setEvidence
(Evidence evidence) Set the Evidence child element.void
AuthorizationDecisionStatement.setEvidence
(Evidence evidence) Set the evidence. -
Uses of Evidence in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement EvidenceFields in org.opensaml.saml.saml1.core.impl declared as EvidenceModifier and TypeFieldDescriptionprivate Evidence
AuthorizationDecisionQueryImpl.evidence
Contains the Evidence child element.private Evidence
AuthorizationDecisionStatementImpl.evidence
Contains the (single) Evidence element.Methods in org.opensaml.saml.saml1.core.impl that return EvidenceModifier and TypeMethodDescriptionEvidenceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.EvidenceBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.AuthorizationDecisionQueryImpl.getEvidence()
Get the Evidence child element.AuthorizationDecisionStatementImpl.getEvidence()
Get the evidence.Methods in org.opensaml.saml.saml1.core.impl with parameters of type EvidenceModifier and TypeMethodDescriptionvoid
AuthorizationDecisionQueryImpl.setEvidence
(Evidence ev) Set the Evidence child element.void
AuthorizationDecisionStatementImpl.setEvidence
(Evidence ev) Set the evidence.