Class GoogleAnalyticsProperties

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

@RequiresModule(name="cas-server-support-google-analytics") public class GoogleAnalyticsProperties extends Object implements Serializable
Since:
5.0.0
See Also:
  • Constructor Details

    • GoogleAnalyticsProperties

      public GoogleAnalyticsProperties()
  • Method Details

    • getGoogleAnalyticsTrackingId

      public String getGoogleAnalyticsTrackingId()
      The tracking id. Configuring the tracking activated google analytics in CAS on UI views, etc.
    • getCookie

      public GoogleAnalyticsCookieProperties getCookie()
      Cookie settings to be used with google analytics.
    • setGoogleAnalyticsTrackingId

      public GoogleAnalyticsProperties setGoogleAnalyticsTrackingId(String googleAnalyticsTrackingId)
      The tracking id. Configuring the tracking activated google analytics in CAS on UI views, etc.
      Returns:
      this.
    • setCookie

      Cookie settings to be used with google analytics.
      Returns:
      this.