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.org.opensaml.saml.saml1.core.impl 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 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. -
Uses of Evidence in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement Evidence Modifier and Type Class Description classEvidenceImplConcrete implementation of theEvidenceinterface.Fields in org.opensaml.saml.saml1.core.impl declared as Evidence Modifier and Type Field Description private EvidenceAuthorizationDecisionQueryImpl. evidenceContains the Evidence child element.private EvidenceAuthorizationDecisionStatementImpl. evidenceContains the (single) Evidence element.Methods in org.opensaml.saml.saml1.core.impl that return Evidence Modifier and Type Method Description EvidenceEvidenceBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.EvidenceEvidenceBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.EvidenceAuthorizationDecisionQueryImpl. getEvidence()Get the Evidence child element.EvidenceAuthorizationDecisionStatementImpl. getEvidence()Get the evidence.Methods in org.opensaml.saml.saml1.core.impl with parameters of type Evidence Modifier and Type Method Description voidAuthorizationDecisionQueryImpl. setEvidence(Evidence ev)Set the Evidence child element.voidAuthorizationDecisionStatementImpl. setEvidence(Evidence ev)Set the evidence.
-