Uses of Class
com.floragunn.searchguard.support.IPAddressCollection
-
Packages that use IPAddressCollection Package Description com.floragunn.searchguard.auth com.floragunn.searchguard.support -
-
Uses of IPAddressCollection in com.floragunn.searchguard.auth
Methods in com.floragunn.searchguard.auth that return IPAddressCollection Modifier and Type Method Description IPAddressCollectionAuthenticationDomain. getEnabledOnlyForIps()Constructors in com.floragunn.searchguard.auth with parameters of type IPAddressCollection Constructor Description AuthenticationDomain(AuthenticationBackend backend, HTTPAuthenticator httpAuthenticator, boolean challenge, int order, List<String> skippedUsers, IPAddressCollection enabledOnlyForIps) -
Uses of IPAddressCollection in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support that return IPAddressCollection Modifier and Type Method Description static IPAddressCollectionIPAddressCollection. create(List<String> ipStringList)
-