Class PinnableCookieProperties

java.lang.Object
org.apereo.cas.configuration.model.support.cookie.CookieProperties
org.apereo.cas.configuration.model.support.cookie.PinnableCookieProperties
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TicketGrantingCookieProperties, WsFederationDelegatedCookieProperties

@RequiresModule(name="cas-server-core-cookie", automated=true) public class PinnableCookieProperties extends CookieProperties
Base property class for cookies that can be pinned to the HTTP session. Pinned cookies are ignored if they arrive on a request with different attributes, such as IP address or user-agent, than what was present whent the cookie was created.
Since:
6.4.0
See Also:
  • Constructor Details

    • PinnableCookieProperties

      public PinnableCookieProperties()