Class WarningCookieProperties

java.lang.Object
org.apereo.cas.configuration.model.support.cookie.CookieProperties
org.apereo.cas.configuration.model.support.cookie.WarningCookieProperties
All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-core-cookie", automated=true) public class WarningCookieProperties extends CookieProperties
Configuration properties class for warn.cookie.
Since:
5.0.0
See Also:
  • Constructor Details

    • WarningCookieProperties

      public WarningCookieProperties()
  • Method Details

    • isAutoConfigureCookiePath

      public boolean isAutoConfigureCookiePath()
      Decide if cookie paths should be automatically configured based on the application context path, when the cookie path is not configured.
    • setAutoConfigureCookiePath

      public WarningCookieProperties setAutoConfigureCookiePath(boolean autoConfigureCookiePath)
      Decide if cookie paths should be automatically configured based on the application context path, when the cookie path is not configured.
      Returns:
      this.