Class BlackDotIPAddressIntelligenceService
- java.lang.Object
-
- org.apereo.cas.authentication.adaptive.intel.BaseIPAddressIntelligenceService
-
- org.apereo.cas.authentication.adaptive.intel.BlackDotIPAddressIntelligenceService
-
- All Implemented Interfaces:
org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceService
public class BlackDotIPAddressIntelligenceService extends BaseIPAddressIntelligenceService
This isBlackDotIPAddressIntelligenceService. See this link.- Since:
- 6.0.0
-
-
Field Summary
-
Fields inherited from class org.apereo.cas.authentication.adaptive.intel.BaseIPAddressIntelligenceService
adaptiveAuthenticationProperties
-
-
Constructor Summary
Constructors Constructor Description BlackDotIPAddressIntelligenceService(org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationProperties adaptiveAuthenticationProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponseexamineInternal(org.springframework.webflow.execution.RequestContext context, java.lang.String clientIpAddress)Examine internally and build intelligence response.-
Methods inherited from class org.apereo.cas.authentication.adaptive.intel.BaseIPAddressIntelligenceService
examine
-
-
-
-
Method Detail
-
examineInternal
public org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse examineInternal(org.springframework.webflow.execution.RequestContext context, java.lang.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
-
-