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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DLogoutResponse.java25 * $Id: LogoutResponse.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
33 * This class represents the <code>LogoutResponse</code> element in
36 * <code>LogoutResponse</code> message, of type <code>StatusResponseType</code>,
40 * &lt;element name="LogoutResponse"
46 public interface LogoutResponse interface in inherits:com.sun.identity.saml2.protocol.StatusResponse
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DLogoutResponse.java25 * $Id: LogoutResponse.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
37 * This class represents the <code>LogoutResponse</code> element in
40 * <code>LogoutResponse</code> message, of type <code>StatusResponseType</code>,
44 * &lt;element name="LogoutResponse"
53 public interface LogoutResponse interface in inherits:com.sun.identity.saml2.protocol.StatusResponse
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DLogoutResponse.cs25 * $Id: LogoutResponse.cs,v 1.1 2009/11/11 18:13:39 ggennaro Exp $
39 /// SAMLv2 LogoutResponse object constructed from received message after
42 public class LogoutResponse class in namespace:Sun.Identity.Saml2
58 /// Initializes a new instance of the LogoutResponse class.
61 public LogoutResponse(string samlResponse) method in class:Sun.Identity.Saml2.LogoutResponse
86 /// Initializes a new instance of the LogoutResponse class based on
90 /// IdentityProvider of the LogoutResponse
93 /// ServiceProvider of the LogoutResponse
100 /// construction of the LogoutResponse.
102 public LogoutResponse( method in class:Sun.Identity.Saml2.LogoutResponse
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DLogoutResponse.cs25 * $Id: LogoutResponse.cs,v 1.1 2009/11/11 18:13:39 ggennaro Exp $
39 /// SAMLv2 LogoutResponse object constructed from received message after
42 public class LogoutResponse class in namespace:Sun.Identity.Saml2
58 /// Initializes a new instance of the LogoutResponse class.
61 public LogoutResponse(string samlResponse) method in class:Sun.Identity.Saml2.LogoutResponse
86 /// Initializes a new instance of the LogoutResponse class based on
90 /// IdentityProvider of the LogoutResponse
93 /// ServiceProvider of the LogoutResponse
100 /// construction of the LogoutResponse.
102 public LogoutResponse( method in class:Sun.Identity.Saml2.LogoutResponse
[all...]

Completed in 21 milliseconds