Class HttpWebRequestProperties

java.lang.Object
org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-core-web", automated=true) public class HttpWebRequestProperties extends Object implements Serializable
Since:
5.3.0
See Also:
  • Constructor Details

    • HttpWebRequestProperties

      public HttpWebRequestProperties()
  • Method Details

    • getEncoding

      public String getEncoding()
      Control and specify the encoding for all http requests.
    • isForceEncoding

      public boolean isForceEncoding()
      Whether specified encoding should be forced for every request. Whether the specified encoding is supposed to override existing request and response encodings
    • setEncoding

      public HttpWebRequestProperties setEncoding(String encoding)
      Control and specify the encoding for all http requests.
      Returns:
      this.
    • setForceEncoding

      public HttpWebRequestProperties setForceEncoding(boolean forceEncoding)
      Whether specified encoding should be forced for every request. Whether the specified encoding is supposed to override existing request and response encodings
      Returns:
      this.