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.

@FunctionalInterface public interface IPAddressIntelligenceService
Since:
6.0.0
  • Method Details

    • allowed

      static IPAddressIntelligenceService 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 context
      clientIpAddress - the client ip address
      Returns:
      the ip address intelligence response
      Throws:
      Throwable - the throwable