Package org.apereo.cas.config
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
This is
IPGeoLocationConfiguration.- Since:
- 6.5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.adaptive.geo.GeoLocationServiceipGeoLocationService(org.apereo.cas.configuration.CasConfigurationProperties casProperties) org.apereo.cas.support.geo.GeoLocationServiceConfigureripGeoLocationServiceConfigurer(org.apereo.cas.authentication.adaptive.geo.GeoLocationService ipGeoLocationService)
-
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)
-