Uses of Interface
com.sun.xml.wss.saml.Evidence
-
Packages that use Evidence Package Description com.sun.xml.wss.saml com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.impl -
-
Uses of Evidence in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return Evidence Modifier and Type Method Description abstract EvidenceSAMLAssertionFactory. createEvidence(List assertionIDRef, List assertion)Constructs an Evidence from a List ofAssertionandAssertionIDReferenceobjects.EvidenceAuthnDecisionStatement. getEvidence()Gets the value of the evidence property.EvidenceAuthorizationDecisionStatement. getEvidence()Gets the value of the evidence property.Methods in com.sun.xml.wss.saml with parameters of type Evidence Modifier and Type Method Description abstract AuthnDecisionStatementSAMLAssertionFactory. createAuthnDecisionStatement(String resource, String decision, List action, Evidence evidence)Constructs an instance ofAuthnDecisionStatement.abstract AuthorizationDecisionStatementSAMLAssertionFactory. createAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)Constructs an instance ofAuthorizationDecisionStatement. -
Uses of Evidence in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement Evidence Modifier and Type Class Description classEvidenceTheEvidenceelement specifies an assertion either by reference or by value. -
Uses of Evidence in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement Evidence Modifier and Type Class Description classEvidenceTheEvidenceelement specifies an assertion either by reference or by value. -
Uses of Evidence in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return Evidence Modifier and Type Method Description EvidenceSAMLAssertion2_1FactoryImpl. createEvidence(List assertionIDRef, List assertion)EvidenceSAMLAssertion2_2FactoryImpl. createEvidence(List assertionIDRef, List assertion)Methods in com.sun.xml.wss.saml.impl with parameters of type Evidence Modifier and Type Method Description AuthnDecisionStatementSAMLAssertion2_1FactoryImpl. createAuthnDecisionStatement(String resource, String decision, List action, Evidence evidence)AuthnDecisionStatementSAMLAssertion2_2FactoryImpl. createAuthnDecisionStatement(String resource, String decision, List action, Evidence evidence)AuthorizationDecisionStatementSAMLAssertion2_1FactoryImpl. createAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)AuthorizationDecisionStatementSAMLAssertion2_2FactoryImpl. createAuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)
-