Package org.apereo.cas.logout
Class LogoutHttpMessage
- java.lang.Object
-
- org.apereo.cas.util.http.HttpMessage
-
- org.apereo.cas.logout.LogoutHttpMessage
-
- All Implemented Interfaces:
java.io.Serializable
public class LogoutHttpMessage extends org.apereo.cas.util.http.HttpMessageA logout http message that is accompanied by a special content type and formatting.- Since:
- 4.1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLOGOUT_REQUEST_PARAMETERThe parameter name that contains the logout request.
-
Constructor Summary
Constructors Constructor Description LogoutHttpMessage(java.net.URL url, java.lang.String message, boolean asynchronous)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringformatOutputMessageInternal(java.lang.String message)
-
-
-
Field Detail
-
LOGOUT_REQUEST_PARAMETER
public static final java.lang.String LOGOUT_REQUEST_PARAMETER
The parameter name that contains the logout request.- See Also:
- Constant Field Values
-
-