Class DefaultIPAddressIntelligenceService
java.lang.Object
org.apereo.cas.authentication.adaptive.intel.BaseIPAddressIntelligenceService
org.apereo.cas.authentication.adaptive.intel.DefaultIPAddressIntelligenceService
- All Implemented Interfaces:
org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceService
This is
DefaultIPAddressIntelligenceService.- Since:
- 6.2.0
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultIPAddressIntelligenceService(org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationProperties adaptiveAuthenticationProperties) -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponseexamineInternal(org.springframework.webflow.execution.RequestContext context, String clientIpAddress) Examine internally and build intelligence response.Methods inherited from class org.apereo.cas.authentication.adaptive.intel.BaseIPAddressIntelligenceService
examine
-
Constructor Details
-
DefaultIPAddressIntelligenceService
public DefaultIPAddressIntelligenceService(org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationProperties adaptiveAuthenticationProperties)
-
-
Method Details
-
examineInternal
public org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse examineInternal(org.springframework.webflow.execution.RequestContext context, String clientIpAddress) Description copied from class:BaseIPAddressIntelligenceServiceExamine internally and build intelligence response.- Specified by:
examineInternalin classBaseIPAddressIntelligenceService- Parameters:
context- the contextclientIpAddress- the client ip address- Returns:
- the ip address intelligence response
-