Class GoogleAnalyticsCookieProperties

java.lang.Object
org.apereo.cas.configuration.model.support.cookie.CookieProperties
org.apereo.cas.configuration.model.support.analytics.GoogleAnalyticsCookieProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-google-analytics") public class GoogleAnalyticsCookieProperties extends CookieProperties
Since:
6.4.0
See Also:
  • Constructor Details

    • GoogleAnalyticsCookieProperties

      public GoogleAnalyticsCookieProperties()
  • Method Details

    • getAttributeName

      public String getAttributeName()
      Attribute name to collect from the authentication event to serve as the cookie value.
    • getAttributeValuePattern

      public String getAttributeValuePattern()
      A regular expression pattern that is tested against attribute values to only release and allow those that produce a successful match.
    • setAttributeName

      public GoogleAnalyticsCookieProperties setAttributeName(String attributeName)
      Attribute name to collect from the authentication event to serve as the cookie value.
      Returns:
      this.
    • setAttributeValuePattern

      public GoogleAnalyticsCookieProperties setAttributeValuePattern(String attributeValuePattern)
      A regular expression pattern that is tested against attribute values to only release and allow those that produce a successful match.
      Returns:
      this.