Uses of Interface
com.floragunn.searchguard.auth.AuthenticationBackend
-
Packages that use AuthenticationBackend Package Description com.floragunn.searchguard.auth com.floragunn.searchguard.auth.internal -
-
Uses of AuthenticationBackend in com.floragunn.searchguard.auth
Methods in com.floragunn.searchguard.auth that return AuthenticationBackend Modifier and Type Method Description AuthenticationBackendAuthenticationDomain. getBackend()Constructors in com.floragunn.searchguard.auth with parameters of type AuthenticationBackend Constructor Description AuthenticationDomain(AuthenticationBackend backend, HTTPAuthenticator httpAuthenticator, boolean challenge, int order, List<String> skippedUsers) -
Uses of AuthenticationBackend in com.floragunn.searchguard.auth.internal
Classes in com.floragunn.searchguard.auth.internal that implement AuthenticationBackend Modifier and Type Class Description classInternalAuthenticationBackendclassNoOpAuthenticationBackend
-