Searched defs:Evidence (Results 1 - 4 of 4) 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...]
/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...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
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>.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
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>.

Completed in 565 milliseconds