Searched defs:AuthnRequest (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DAuthnRequest.cs25 * $Id: AuthnRequest.cs,v 1.2 2010/01/19 18:23:09 ggennaro Exp $
44 /// Class representing the SAMLv2 AuthnRequest message for use in the
47 public class AuthnRequest class in namespace:Sun.Identity.Saml2
63 /// Initializes a new instance of the AuthnRequest class.
66 /// IdentityProvider to receive the AuthnRequest
69 /// ServiceProvider to issue the AuthnRequest
73 /// construction of the AuthnRequest.
75 public AuthnRequest(IdentityProvider identityProvider, ServiceProvider serviceProvider, NameValueCollection parameters) method in class:Sun.Identity.Saml2.AuthnRequest
139 // Generate the XML for the AuthnRequest...
141 rawXml.Append("<samlp:AuthnRequest");
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DAuthnRequest.cs25 * $Id: AuthnRequest.cs,v 1.2 2010/01/19 18:23:09 ggennaro Exp $
44 /// Class representing the SAMLv2 AuthnRequest message for use in the
48 public class AuthnRequest : ISerializable class in namespace:Sun.Identity.Saml2
64 /// Initializes a new instance of the AuthnRequest class.
67 /// IdentityProvider to receive the AuthnRequest
70 /// ServiceProvider to issue the AuthnRequest
74 /// construction of the AuthnRequest.
76 public AuthnRequest(IdentityProvider identityProvider, ServiceProvider serviceProvider, NameValueCollection parameters) method in class:Sun.Identity.Saml2.AuthnRequest
140 // Generate the XML for the AuthnRequest...
142 rawXml.Append("<samlp:AuthnRequest");
196 public AuthnRequest(SerializationInfo info, StreamingContext context) method in class:Sun.Identity.Saml2.AuthnRequest
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAuthnRequest.java25 * $Id: AuthnRequest.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
37 * The <code>AuthnRequest</code> interface defines methods for properties
43 public interface AuthnRequest extends RequestAbstract { interface in inherits:RequestAbstract
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAuthnRequest.java25 * $Id: AuthnRequest.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
40 * The <code>AuthnRequest</code> interface defines methods for properties
48 public interface AuthnRequest extends RequestAbstract { interface in inherits:RequestAbstract

Completed in 64 milliseconds