Class CookieSessionReplicationProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-pac4j-api") public class CookieSessionReplicationProperties extends PinnableCookieProperties
Since:
6.4.0
See Also:
  • Field Details

  • Constructor Details

    • CookieSessionReplicationProperties

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