Class Pac4jDelegatedAuthenticationCookieProperties

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

@RequiresModule(name="cas-server-support-pac4j-webflow") public class Pac4jDelegatedAuthenticationCookieProperties extends CookieProperties
Since:
6.4.0
See Also:
  • Constructor Details

    • Pac4jDelegatedAuthenticationCookieProperties

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

      public boolean isEnabled()
      Determine whether cookie settings should be enabled to track delegated authentication choices and identity providers.
    • setAutoConfigureCookiePath

      public Pac4jDelegatedAuthenticationCookieProperties 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.
    • setEnabled

      public Pac4jDelegatedAuthenticationCookieProperties setEnabled(boolean enabled)
      Determine whether cookie settings should be enabled to track delegated authentication choices and identity providers.
      Returns:
      this.