Uses of Interface
com.sun.identity.saml2.assertion.Evidence
-
Packages that use Evidence Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion. -
-
Uses of Evidence in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return Evidence Modifier and Type Method Description Evidence
AssertionFactory. createEvidence()
Returns a new instance ofEvidence
.Evidence
AssertionFactory. createEvidence(String xml)
Returns a new instance ofEvidence
.Evidence
AssertionFactory. createEvidence(Element elem)
Returns a new instance ofEvidence
.Evidence
AuthzDecisionStatement. getEvidence()
Returns theEvidence
of the statement.Methods in com.sun.identity.saml2.assertion with parameters of type Evidence Modifier and Type Method Description void
AuthzDecisionStatement. setEvidence(Evidence value)
Sets theEvidence
of the statement.
-