Searched refs:Evidence (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DEvidence.java25 * $Id: Evidence.java,v 1.2 2008/06/25 05:47:32 qcheng Exp $
36 *The <code>Evidence</code> element specifies an assertion either by
44 public class Evidence extends EvidenceBase { class in inherits:EvidenceBase
47 * Constructs an <code>Evidence</code> object from a block of existing XML
51 * representing DOM tree for <code>Evidence</code> object.
56 public Evidence(org.w3c.dom.Element assertionSpecifierElement) method in class:Evidence
63 * Constructs a new <code>Evidence></code> element containing a
68 * <code>Evidence</code> element. The same Set contains both type
72 public Evidence(Set evidenceContent ) throws SAMLException { method in class:Evidence
77 * Constructs an Evidence fro
84 public Evidence(Set assertionIDRef, Set assertion) throws SAMLException { method in class:Evidence
[all...]
H A DAuthorizationDecisionStatement.java79 * @param evidence (optional) An Evidence object representing a set of
110 return new Evidence(evidenceElement);
125 * @return An Evidence object that the issuer replied on in making decisions.
127 public Evidence getEvidence() {
128 return (Evidence)_evidence;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DEvidence.java25 * $Id: Evidence.java,v 1.2 2008/06/25 05:47:32 qcheng Exp $
36 *The <code>Evidence</code> element specifies an assertion either by
44 public class Evidence extends EvidenceBase { class in inherits:EvidenceBase
47 * Constructs an <code>Evidence</code> object from a block of existing XML
51 * representing DOM tree for <code>Evidence</code> object.
56 public Evidence(org.w3c.dom.Element assertionSpecifierElement) method in class:Evidence
63 * Constructs a new <code>Evidence></code> element containing a
68 * <code>Evidence</code> element. The same Set contains both type
72 public Evidence(Set evidenceContent ) throws SAMLException { method in class:Evidence
77 * Constructs an Evidence fro
84 public Evidence(Set assertionIDRef, Set assertion) throws SAMLException { method in class:Evidence
[all...]
H A DAuthorizationDecisionStatement.java79 * @param evidence (optional) An Evidence object representing a set of
110 return new Evidence(evidenceElement);
125 * @return An Evidence object that the issuer replied on in making decisions.
127 public Evidence getEvidence() {
128 return (Evidence)_evidence;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAuthzDecisionStatement.java51 * &lt;element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Evidence"
85 * Returns the <code>Evidence</code> of the statement.
87 * @return <code>Evidence</code> of the statement.
88 * @see #setEvidence(Evidence)
90 public Evidence getEvidence();
93 * Sets the <code>Evidence</code> of the statement.
95 * @param value new value for <code>Evidence</code>.
99 public void setEvidence(Evidence value)
H A DEvidence.java25 * $Id: Evidence.java,v 1.2 2008/06/25 05:47:41 qcheng Exp $
38 * The <code>Evidence</code> element contains one or more assertions or
62 public interface Evidence { interface
81 * in the <code>Evidence</code>.
101 * in the <code>Evidence</code>.
120 * @return List of <code>Assertion</code>(s) in the <code>Evidence</code>.
139 * <code>Evidence</code>.
H A DAssertionFactory.java1456 * Returns a new instance of <code>Evidence</code>.
1459 * @return a new instance of <code>Evidence</code>.
1462 public Evidence createEvidence() {
1468 return (Evidence) obj;
1473 * Returns a new instance of <code>Evidence</code>. The return object is
1477 * <code>Evidence</code>.
1478 * @return a new instance of <code>Evidence</code>.
1483 public Evidence createEvidence(org.w3c.dom.Element elem)
1491 return (Evidence) obj;
1496 * Returns a new instance of <code>Evidence</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAuthzDecisionStatement.java51 * &lt;element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Evidence"
85 * Returns the <code>Evidence</code> of the statement.
87 * @return <code>Evidence</code> of the statement.
88 * @see #setEvidence(Evidence)
90 public Evidence getEvidence();
93 * Sets the <code>Evidence</code> of the statement.
95 * @param value new value for <code>Evidence</code>.
99 public void setEvidence(Evidence value)
H A DEvidence.java25 * $Id: Evidence.java,v 1.2 2008/06/25 05:47:41 qcheng Exp $
38 * The <code>Evidence</code> element contains one or more assertions or
62 public interface Evidence { interface
81 * in the <code>Evidence</code>.
101 * in the <code>Evidence</code>.
120 * @return List of <code>Assertion</code>(s) in the <code>Evidence</code>.
139 * <code>Evidence</code>.
H A DAssertionFactory.java1456 * Returns a new instance of <code>Evidence</code>.
1459 * @return a new instance of <code>Evidence</code>.
1462 public Evidence createEvidence() {
1468 return (Evidence) obj;
1473 * Returns a new instance of <code>Evidence</code>. The return object is
1477 * <code>Evidence</code>.
1478 * @return a new instance of <code>Evidence</code>.
1483 public Evidence createEvidence(org.w3c.dom.Element elem)
1491 return (Evidence) obj;
1496 * Returns a new instance of <code>Evidence</cod
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAuthorizationDecisionQuery.java34 import com.sun.identity.saml.assertion.Evidence;
64 protected Evidence evidence = null;
134 } else if (childName.equals("Evidence")) {
138 + ": contained more than one <Evidence>");
143 evidence = new Evidence((Element) child);
178 Evidence theEvidence,
236 * there is no Evidence in the query.
242 Evidence theEvidence,
273 * Returns the <code>Evidence</code>
275 * @return the Evidence i
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAuthorizationDecisionQuery.java34 import com.sun.identity.saml.assertion.Evidence;
64 protected Evidence evidence = null;
134 } else if (childName.equals("Evidence")) {
138 + ": contained more than one <Evidence>");
143 evidence = new Evidence((Element) child);
178 Evidence theEvidence,
236 * there is no Evidence in the query.
242 Evidence theEvidence,
273 * Returns the <code>Evidence</code>
275 * @return the Evidence i
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultActionMapper.java41 import com.sun.identity.saml.assertion.Evidence;
105 * This method exams the Evidence in the AuthorizationDecisionQuery.
120 Evidence evi = query.getEvidence();
183 * This method first converts the AttributeStatements in Evidence to
199 Evidence evidence = query.getEvidence();
249 private Map convertEvidence(Evidence evidence,
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultActionMapper.java41 import com.sun.identity.saml.assertion.Evidence;
105 * This method exams the Evidence in the AuthorizationDecisionQuery.
120 Evidence evi = query.getEvidence();
183 * This method first converts the AttributeStatements in Evidence to
199 Evidence evidence = query.getEvidence();
249 private Map convertEvidence(Evidence evidence,

Completed in 58 milliseconds