Class IPGeoLocationProperties

java.lang.Object
org.apereo.cas.configuration.model.support.geo.BaseGeoLocationProperties
org.apereo.cas.configuration.model.support.geo.ip.IPGeoLocationProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-geolocation-ip") public class IPGeoLocationProperties extends BaseGeoLocationProperties
Since:
6.5.0
See Also:
  • Constructor Details

    • IPGeoLocationProperties

      public IPGeoLocationProperties()
  • Method Details

    • getApiKey

      public String getApiKey()
      API key required for this integration.
    • setApiKey

      public IPGeoLocationProperties setApiKey(String apiKey)
      API key required for this integration.
      Returns:
      this.