Searched refs:ECPRelayState (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPFactory.java67 * Returns the <code>ECPRelayState</code> Object.
69 * @return the <code>ECPRelayState</code> object.
70 * @throws SAML2Exception if <code>ECPRelayState</code> cannot be created.
72 public ECPRelayState createECPRelayState() throws SAML2Exception {
78 return (ECPRelayState) obj;
83 * Returns the <code>ECPRelayState</code> Object.
86 * @return the <code>ECPRelayState</code> object.
87 * @throws SAML2Exception if <code>ECPRelayState</code> cannot be created.
90 public ECPRelayState createECPRelayState(Element value)
98 return (ECPRelayState) ob
[all...]
H A DECPRelayState.java25 * $Id: ECPRelayState.java,v 1.2 2008/06/25 05:47:46 qcheng Exp $
34 * The <code>ECPRelayState</code> interface defines methods for properties
39 public interface ECPRelayState { interface
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPFactory.java67 * Returns the <code>ECPRelayState</code> Object.
69 * @return the <code>ECPRelayState</code> object.
70 * @throws SAML2Exception if <code>ECPRelayState</code> cannot be created.
72 public ECPRelayState createECPRelayState() throws SAML2Exception {
78 return (ECPRelayState) obj;
83 * Returns the <code>ECPRelayState</code> Object.
86 * @return the <code>ECPRelayState</code> object.
87 * @throws SAML2Exception if <code>ECPRelayState</code> cannot be created.
90 public ECPRelayState createECPRelayState(Element value)
98 return (ECPRelayState) ob
[all...]
H A DECPRelayState.java25 * $Id: ECPRelayState.java,v 1.2 2008/06/25 05:47:46 qcheng Exp $
34 * The <code>ECPRelayState</code> interface defines methods for properties
39 public interface ECPRelayState { interface
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRelayStateImpl.java34 import com.sun.identity.saml2.ecp.ECPRelayState;
40 * This class implements <code>ECPRelayState</code> element.
41 * It provides all the methods required by <code>ECPRelayState</code>
43 public class ECPRelayStateImpl implements ECPRelayState {
51 * Constructs the <code>ECPRelayState</code> Object.
59 * Constructs the <code>ECPRelayState</code> Object.
63 * @throws SAML2Exception if <code>ECPRelayState</code> cannot be created.
71 * Constructs the <code>ECPRelayState</code> Object.
74 * @throws SAML2Exception if <code>ECPRelayState</code> cannot be created.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRelayStateImpl.java34 import com.sun.identity.saml2.ecp.ECPRelayState;
40 * This class implements <code>ECPRelayState</code> element.
41 * It provides all the methods required by <code>ECPRelayState</code>
43 public class ECPRelayStateImpl implements ECPRelayState {
51 * Constructs the <code>ECPRelayState</code> Object.
59 * Constructs the <code>ECPRelayState</code> Object.
63 * @throws SAML2Exception if <code>ECPRelayState</code> cannot be created.
71 * Constructs the <code>ECPRelayState</code> Object.
74 * @throws SAML2Exception if <code>ECPRelayState</code> cannot be created.
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java47 import com.sun.identity.saml2.ecp.ECPRelayState;
555 ECPRelayState ecpRelayState = ecpFactory.createECPRelayState();
H A DSPACSUtils.java65 import com.sun.identity.saml2.ecp.ECPRelayState;
771 ECPRelayState ecpRelayState = null;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java49 import com.sun.identity.saml2.ecp.ECPRelayState;
568 ECPRelayState ecpRelayState = ecpFactory.createECPRelayState();
H A DSPACSUtils.java68 import com.sun.identity.saml2.ecp.ECPRelayState;
774 ECPRelayState ecpRelayState = null;

Completed in 78 milliseconds