Class InterruptCookieProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-interrupt-webflow", automated=true) public class InterruptCookieProperties extends PinnableCookieProperties
Since:
6.5.0
See Also:
  • Constructor Details

    • InterruptCookieProperties

      public InterruptCookieProperties()
  • 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.
    • getCrypto

      Crypto settings that determine how the cookie should be signed and encrypted.
    • setAutoConfigureCookiePath

      public InterruptCookieProperties 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.
    • setCrypto

      Crypto settings that determine how the cookie should be signed and encrypted.
      Returns:
      this.