Interface IPAddressIntelligenceService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This is
IPAddressIntelligenceService.- Since:
- 6.0.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic IPAddressIntelligenceServiceallowed()NoOp ip address intelligence service.static IPAddressIntelligenceServicebanned()Banned ip address intelligence service.Examine ip address and produce an intelligence response.
-
Method Details
-
allowed
NoOp ip address intelligence service.- Returns:
- the ip address intelligence service
-
banned
Banned ip address intelligence service.- Returns:
- the ip address intelligence service
-
examine
IPAddressIntelligenceResponse examine(org.springframework.webflow.execution.RequestContext context, String clientIpAddress) throws Throwable Examine ip address and produce an intelligence response.- Parameters:
context- the contextclientIpAddress- the client ip address- Returns:
- the ip address intelligence response
- Throws:
Throwable- the throwable
-