Searched refs:ECPRequest (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPFactory.java121 * Returns the <code>ECPRequest</code> Object.
123 * @return the <code>ECPRequest</code> object.
124 * @throws SAML2Exception if <code>ECPRequest</code> cannot be created.
126 public ECPRequest createECPRequest() throws SAML2Exception {
132 return (ECPRequest) obj;
137 * Returns the <code>ECPRequest</code> Object.
140 * @return the <code>ECPRequest</code> object.
141 * @throws SAML2Exception if <code>ECPRequest</code> cannot be created.
144 public ECPRequest createECPRequest(Element value)
152 return (ECPRequest) ob
[all...]
H A DECPRequest.java25 * $Id: ECPRequest.java,v 1.2 2008/06/25 05:47:46 qcheng Exp $
36 * The <code>ECPRequest</code> interface defines methods for properties
42 public interface ECPRequest { interface
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPFactory.java121 * Returns the <code>ECPRequest</code> Object.
123 * @return the <code>ECPRequest</code> object.
124 * @throws SAML2Exception if <code>ECPRequest</code> cannot be created.
126 public ECPRequest createECPRequest() throws SAML2Exception {
132 return (ECPRequest) obj;
137 * Returns the <code>ECPRequest</code> Object.
140 * @return the <code>ECPRequest</code> object.
141 * @throws SAML2Exception if <code>ECPRequest</code> cannot be created.
144 public ECPRequest createECPRequest(Element value)
152 return (ECPRequest) ob
[all...]
H A DECPRequest.java25 * $Id: ECPRequest.java,v 1.2 2008/06/25 05:47:46 qcheng Exp $
36 * The <code>ECPRequest</code> interface defines methods for properties
42 public interface ECPRequest { interface
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRequestImpl.java36 import com.sun.identity.saml2.ecp.ECPRequest;
46 * This class implements <code>ECPRequest</code> element.
47 * It provides all the methods required by <code>ECPRequest</code>
49 public class ECPRequestImpl implements ECPRequest {
61 * Constructs the <code>ECPRequest</code> Object.
69 * Constructs the <code>ECPRequest</code> Object.
72 * @throws SAML2Exception if <code>ECPRequest</code> cannot be created.
79 * Constructs the <code>ECPRequest</code> Object.
82 * @throws SAML2Exception if <code>ECPRequest</code> cannot be created.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRequestImpl.java36 import com.sun.identity.saml2.ecp.ECPRequest;
46 * This class implements <code>ECPRequest</code> element.
47 * It provides all the methods required by <code>ECPRequest</code>
49 public class ECPRequestImpl implements ECPRequest {
61 * Constructs the <code>ECPRequest</code> Object.
69 * Constructs the <code>ECPRequest</code> Object.
72 * @throws SAML2Exception if <code>ECPRequest</code> cannot be created.
79 * Constructs the <code>ECPRequest</code> Object.
82 * @throws SAML2Exception if <code>ECPRequest</code> cannot be created.
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java48 import com.sun.identity.saml2.ecp.ECPRequest;
562 ECPRequest ecpRequest = ecpFactory.createECPRequest();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java50 import com.sun.identity.saml2.ecp.ECPRequest;
575 ECPRequest ecpRequest = ecpFactory.createECPRequest();

Completed in 41 milliseconds