Uses of Interface
com.floragunn.searchguard.auth.AuthenticationBackend
-
Packages that use AuthenticationBackend Package Description com.floragunn.searchguard.auth com.floragunn.searchguard.auth.internal com.floragunn.searchguard.modules -
-
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, IPAddressCollection enabledOnlyForIps) -
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 -
Uses of AuthenticationBackend in com.floragunn.searchguard.modules
Fields in com.floragunn.searchguard.modules with type parameters of type AuthenticationBackend Modifier and Type Field Description static SearchGuardComponentRegistry<AuthenticationBackend>StandardComponents. authcBackendsMethods in com.floragunn.searchguard.modules that return types with arguments of type AuthenticationBackend Modifier and Type Method Description SearchGuardComponentRegistry<AuthenticationBackend>SearchGuardModulesRegistry. getAuthenticationBackends()
-