Class LogoutHttpMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class LogoutHttpMessage
    extends org.apereo.cas.util.http.HttpMessage
    A 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.String LOGOUT_REQUEST_PARAMETER
      The 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.String formatOutputMessageInternal​(java.lang.String message)  
      • Methods inherited from class org.apereo.cas.util.http.HttpMessage

        getContentType, getMessage, getResponseCode, getUrl, isAsynchronous, setContentType, setResponseCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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
    • Constructor Detail

      • LogoutHttpMessage

        public LogoutHttpMessage​(java.net.URL url,
                                 java.lang.String message,
                                 boolean asynchronous)
    • Method Detail

      • formatOutputMessageInternal

        protected java.lang.String formatOutputMessageInternal​(java.lang.String message)
        Overrides:
        formatOutputMessageInternal in class org.apereo.cas.util.http.HttpMessage