Class IPGeoLocationConfiguration

java.lang.Object
org.apereo.cas.config.IPGeoLocationConfiguration

@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @ConditionalOnFeatureEnabled(feature=GeoLocation, module="ip") @AutoConfiguration public class IPGeoLocationConfiguration extends Object
Since:
6.5.0
  • Constructor Details

    • IPGeoLocationConfiguration

      public IPGeoLocationConfiguration()
  • Method Details

    • ipGeoLocationService

      @ConditionalOnMissingBean(name="ipGeoLocationService") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.adaptive.geo.GeoLocationService ipGeoLocationService(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • ipGeoLocationServiceConfigurer

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="ipGeoLocationServiceConfigurer") public org.apereo.cas.support.geo.GeoLocationServiceConfigurer ipGeoLocationServiceConfigurer(@Qualifier("ipGeoLocationService") org.apereo.cas.authentication.adaptive.geo.GeoLocationService ipGeoLocationService)