Class IpRangeVerdictBasedBlockRegistry
- java.lang.Object
-
- com.floragunn.searchguard.auth.blocking.VerdictBasedBlockRegistry<inet.ipaddr.IPAddress>
-
- com.floragunn.searchguard.auth.blocking.IpRangeVerdictBasedBlockRegistry
-
- All Implemented Interfaces:
ClientBlockRegistry<inet.ipaddr.IPAddress>
public class IpRangeVerdictBasedBlockRegistry extends VerdictBasedBlockRegistry<inet.ipaddr.IPAddress>
-
-
Constructor Summary
Constructors Constructor Description IpRangeVerdictBasedBlockRegistry(Set<inet.ipaddr.IPAddress> allows, Set<inet.ipaddr.IPAddress> disallows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Function<inet.ipaddr.IPAddress,Predicate<Collection<inet.ipaddr.IPAddress>>>check()-
Methods inherited from class com.floragunn.searchguard.auth.blocking.VerdictBasedBlockRegistry
block, getClientIdType, isBlocked
-
-
-
-
Method Detail
-
check
protected Function<inet.ipaddr.IPAddress,Predicate<Collection<inet.ipaddr.IPAddress>>> check()
- Overrides:
checkin classVerdictBasedBlockRegistry<inet.ipaddr.IPAddress>
-
-