Class BaseIPAddressIntelligenceService
- java.lang.Object
-
- org.apereo.cas.authentication.adaptive.intel.BaseIPAddressIntelligenceService
-
- All Implemented Interfaces:
org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceService
- Direct Known Subclasses:
BlackDotIPAddressIntelligenceService,GroovyIPAddressIntelligenceService,RestfulIPAddressIntelligenceService
public abstract class BaseIPAddressIntelligenceService extends java.lang.Object implements org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceServiceThis isBaseIPAddressIntelligenceService.- Since:
- 6.0.0
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationPropertiesadaptiveAuthenticationPropertiesAdaptive authentication settings.
-
Constructor Summary
Constructors Constructor Description BaseIPAddressIntelligenceService()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponseexamine(org.springframework.webflow.execution.RequestContext context, java.lang.String clientIpAddress)abstract org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponseexamineInternal(org.springframework.webflow.execution.RequestContext context, java.lang.String clientIpAddress)Examine internally and build intelligence response.
-
-
-
Method Detail
-
examine
public org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse examine(org.springframework.webflow.execution.RequestContext context, java.lang.String clientIpAddress)- Specified by:
examinein interfaceorg.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceService
-
examineInternal
public abstract org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse examineInternal(org.springframework.webflow.execution.RequestContext context, java.lang.String clientIpAddress)Examine internally and build intelligence response.- Parameters:
context- the contextclientIpAddress- the client ip address- Returns:
- the ip address intelligence response
-
-