Uses of Interface
com.floragunn.searchguard.auth.AuthFailureListener
-
Packages that use AuthFailureListener Package Description com.floragunn.searchguard.auth.limiting com.floragunn.searchguard.modules com.floragunn.searchguard.sgconf -
-
Uses of AuthFailureListener in com.floragunn.searchguard.auth.limiting
Classes in com.floragunn.searchguard.auth.limiting that implement AuthFailureListener Modifier and Type Class Description classAbstractRateLimiter<ClientIdType>classAddressBasedRateLimiterclassUserNameBasedRateLimiter -
Uses of AuthFailureListener in com.floragunn.searchguard.modules
Fields in com.floragunn.searchguard.modules with type parameters of type AuthFailureListener Modifier and Type Field Description static SearchGuardComponentRegistry<AuthFailureListener>StandardComponents. authFailureListenersMethods in com.floragunn.searchguard.modules that return types with arguments of type AuthFailureListener Modifier and Type Method Description SearchGuardComponentRegistry<AuthFailureListener>SearchGuardModulesRegistry. getAuthFailureListeners() -
Uses of AuthFailureListener in com.floragunn.searchguard.sgconf
Methods in com.floragunn.searchguard.sgconf that return types with arguments of type AuthFailureListener Modifier and Type Method Description abstract com.google.common.collect.Multimap<String,AuthFailureListener>DynamicConfigModel. getAuthBackendFailureListeners()com.google.common.collect.Multimap<String,AuthFailureListener>DynamicConfigModelV6. getAuthBackendFailureListeners()Deprecated.com.google.common.collect.Multimap<String,AuthFailureListener>DynamicConfigModelV7. getAuthBackendFailureListeners()abstract List<AuthFailureListener>DynamicConfigModel. getIpAuthFailureListeners()List<AuthFailureListener>DynamicConfigModelV6. getIpAuthFailureListeners()Deprecated.List<AuthFailureListener>DynamicConfigModelV7. getIpAuthFailureListeners()
-