Searched refs:KeyInfoConfirmationData (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DKeyInfoConfirmationData.java25 * $Id: KeyInfoConfirmationData.java,v 1.2 2008/06/25 05:47:41 qcheng Exp $
36 * The <code>KeyInfoConfirmationData</code> constrains a
45 public interface KeyInfoConfirmationData extends SubjectConfirmationData { interface in inherits:SubjectConfirmationData
H A DAssertionFactory.java634 * Returns a new instance of <code>KeyInfoConfirmationData</code>.
636 * @return a new instance of <code>KeyInfoConfirmationData</code>
639 public KeyInfoConfirmationData createKeyInfoConfirmationData() {
645 return (KeyInfoConfirmationData) obj;
650 * Returns a new instance of <code>KeyInfoConfirmationData</code>.
654 * <code>KeyInfoConfirmationData</code>
655 * @return a new instance of <code>KeyInfoConfirmationData</code>
660 public KeyInfoConfirmationData createKeyInfoConfirmationData(Element elem)
667 return (KeyInfoConfirmationData) obj;
672 * Returns a new instance of <code>KeyInfoConfirmationData</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DKeyInfoConfirmationData.java25 * $Id: KeyInfoConfirmationData.java,v 1.2 2008/06/25 05:47:41 qcheng Exp $
36 * The <code>KeyInfoConfirmationData</code> constrains a
45 public interface KeyInfoConfirmationData extends SubjectConfirmationData { interface in inherits:SubjectConfirmationData
H A DAssertionFactory.java634 * Returns a new instance of <code>KeyInfoConfirmationData</code>.
636 * @return a new instance of <code>KeyInfoConfirmationData</code>
639 public KeyInfoConfirmationData createKeyInfoConfirmationData() {
645 return (KeyInfoConfirmationData) obj;
650 * Returns a new instance of <code>KeyInfoConfirmationData</code>.
654 * <code>KeyInfoConfirmationData</code>
655 * @return a new instance of <code>KeyInfoConfirmationData</code>
660 public KeyInfoConfirmationData createKeyInfoConfirmationData(Element elem)
667 return (KeyInfoConfirmationData) obj;
672 * Returns a new instance of <code>KeyInfoConfirmationData</cod
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DKeyInfoConfirmationDataImpl.java42 import com.sun.identity.saml2.assertion.KeyInfoConfirmationData;
48 * The <code>KeyInfoConfirmationData</code> constrains a
57 extends SubjectConfirmationDataImpl implements KeyInfoConfirmationData
59 public final String elementName = "KeyInfoConfirmationData";
106 // handle the attributes of <KeyInfoConfirmationData> element
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DKeyInfoConfirmationDataImpl.java42 import com.sun.identity.saml2.assertion.KeyInfoConfirmationData;
48 * The <code>KeyInfoConfirmationData</code> constrains a
57 extends SubjectConfirmationDataImpl implements KeyInfoConfirmationData
59 public final String elementName = "KeyInfoConfirmationData";
106 // handle the attributes of <KeyInfoConfirmationData> element

Completed in 57 milliseconds