Searched refs:ECPResponseImpl (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPFactory.java38 import com.sun.identity.saml2.ecp.impl.ECPResponseImpl;
184 return new ECPResponseImpl();
204 return new ECPResponseImpl(value);
222 return new ECPResponseImpl(value);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPFactory.java38 import com.sun.identity.saml2.ecp.impl.ECPResponseImpl;
184 return new ECPResponseImpl();
204 return new ECPResponseImpl(value);
222 return new ECPResponseImpl(value);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPResponseImpl.java25 * $Id: ECPResponseImpl.java,v 1.2 2008/06/25 05:47:47 qcheng Exp $
43 public class ECPResponseImpl implements ECPResponse { class in inherits:ECPResponse
55 public ECPResponseImpl() { method in class:ECPResponseImpl
66 public ECPResponseImpl(Element element) throws SAML2Exception { method in class:ECPResponseImpl
76 public ECPResponseImpl(String xmlString) throws SAML2Exception { method in class:ECPResponseImpl
252 SAML2SDKUtils.debug.message("ECPResponseImpl.parseElement:" +
261 SAML2SDKUtils.debug.message("ECPResponseImpl.parseElement:" +
270 SAML2SDKUtils.debug.message("ECPResponseImpl.parseElement:" +
294 SAML2SDKUtils.debug.message("ECPResponseImpl.validateData: " +
304 SAML2SDKUtils.debug.message("ECPResponseImpl
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPResponseImpl.java25 * $Id: ECPResponseImpl.java,v 1.2 2008/06/25 05:47:47 qcheng Exp $
43 public class ECPResponseImpl implements ECPResponse { class in inherits:ECPResponse
55 public ECPResponseImpl() { method in class:ECPResponseImpl
66 public ECPResponseImpl(Element element) throws SAML2Exception { method in class:ECPResponseImpl
76 public ECPResponseImpl(String xmlString) throws SAML2Exception { method in class:ECPResponseImpl
252 SAML2SDKUtils.debug.message("ECPResponseImpl.parseElement:" +
261 SAML2SDKUtils.debug.message("ECPResponseImpl.parseElement:" +
270 SAML2SDKUtils.debug.message("ECPResponseImpl.parseElement:" +
294 SAML2SDKUtils.debug.message("ECPResponseImpl.validateData: " +
304 SAML2SDKUtils.debug.message("ECPResponseImpl
[all...]

Completed in 30 milliseconds