Searched defs:SubjectConfirmation (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DSubjectConfirmation.java25 * $Id: SubjectConfirmation.java,v 1.2 2008/06/25 05:47:42 qcheng Exp $
33 * The <code>SubjectConfirmation</code> provides the means for a relying
39 public interface SubjectConfirmation { interface
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DSubjectConfirmation.java25 * $Id: SubjectConfirmation.java,v 1.2 2008/06/25 05:47:42 qcheng Exp $
33 * The <code>SubjectConfirmation</code> provides the means for a relying
39 public interface SubjectConfirmation { interface
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DSubjectConfirmation.java25 * $Id: SubjectConfirmation.java,v 1.2 2008/06/25 05:47:33 qcheng Exp $
45 *The <code>SubjectConfirmation</code> element specifies a subject by specifying
49 public class SubjectConfirmation { class
61 * <code>SubjectConfirmation</code> object.
64 public SubjectConfirmation(org.w3c.dom.Element subjectConfirmationElement) method in class:SubjectConfirmation
71 SAMLUtilsCommon.debug.message("SubjectConfirmation: local name "
77 if (!(eltName.equals("SubjectConfirmation"))) {
79 SAMLUtilsCommon.debug.message("SubjectConfirmation: "+
102 SAMLUtilsCommon.debug.message("SubjectConfirmation: "
113 SAMLUtilsCommon.debug.message("SubjectConfirmation
147 public SubjectConfirmation(java.lang.String confirmationMethod) method in class:SubjectConfirmation
169 public SubjectConfirmation(Set confirmationMethods) throws SAMLException { method in class:SubjectConfirmation
215 public SubjectConfirmation(Set confirmationMethods, method in class:SubjectConfirmation
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DSubjectConfirmation.java25 * $Id: SubjectConfirmation.java,v 1.2 2008/06/25 05:47:33 qcheng Exp $
45 *The <code>SubjectConfirmation</code> element specifies a subject by specifying
49 public class SubjectConfirmation { class
61 * <code>SubjectConfirmation</code> object.
64 public SubjectConfirmation(org.w3c.dom.Element subjectConfirmationElement) method in class:SubjectConfirmation
71 SAMLUtilsCommon.debug.message("SubjectConfirmation: local name "
77 if (!(eltName.equals("SubjectConfirmation"))) {
79 SAMLUtilsCommon.debug.message("SubjectConfirmation: "+
102 SAMLUtilsCommon.debug.message("SubjectConfirmation: "
113 SAMLUtilsCommon.debug.message("SubjectConfirmation
147 public SubjectConfirmation(java.lang.String confirmationMethod) method in class:SubjectConfirmation
169 public SubjectConfirmation(Set confirmationMethods) throws SAMLException { method in class:SubjectConfirmation
215 public SubjectConfirmation(Set confirmationMethods, method in class:SubjectConfirmation
[all...]

Completed in 43 milliseconds