Searched refs:AuthnRequestImpl (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAuthnRequest.java37 import com.sun.identity.saml2.protocol.impl.AuthnRequestImpl;
47 defaultImpl = AuthnRequestImpl.class)
H A DProtocolFactory.java41 import com.sun.identity.saml2.protocol.impl.AuthnRequestImpl;
264 return new AuthnRequestImpl();
282 return new AuthnRequestImpl(value);
299 return new AuthnRequestImpl(value);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnRequestImpl.java25 * $Id: AuthnRequestImpl.java,v 1.8 2009/06/09 20:28:32 exu Exp $
55 * The <code>AuthnRequestImpl</code> implements the
60 public class AuthnRequestImpl extends RequestAbstractImpl class in inherits:RequestAbstractImpl,AuthnRequest
79 public AuthnRequestImpl() { method in class:AuthnRequestImpl
90 public AuthnRequestImpl(Element element) throws SAML2Exception { method in class:AuthnRequestImpl
104 public AuthnRequestImpl(String xmlString) throws SAML2Exception { method in class:AuthnRequestImpl
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnRequestImpl.java25 * $Id: AuthnRequestImpl.java,v 1.8 2009/06/09 20:28:32 exu Exp $
55 * The <code>AuthnRequestImpl</code> implements the
60 public class AuthnRequestImpl extends RequestAbstractImpl class in inherits:RequestAbstractImpl,AuthnRequest
79 public AuthnRequestImpl() { method in class:AuthnRequestImpl
90 public AuthnRequestImpl(Element element) throws SAML2Exception { method in class:AuthnRequestImpl
104 public AuthnRequestImpl(String xmlString) throws SAML2Exception { method in class:AuthnRequestImpl
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java41 import com.sun.identity.saml2.protocol.impl.AuthnRequestImpl;
264 return new AuthnRequestImpl();
282 return new AuthnRequestImpl(value);
299 return new AuthnRequestImpl(value);

Completed in 1257 milliseconds