Uses of Interface
com.floragunn.searchguard.auth.api.AuthenticationBackend
-
Packages that use AuthenticationBackend Package Description com.floragunn.searchguard.auth com.floragunn.searchguard.auth.api com.floragunn.searchguard.auth.internal com.floragunn.searchguard.modules -
-
Uses of AuthenticationBackend in com.floragunn.searchguard.auth
Subinterfaces of AuthenticationBackend in com.floragunn.searchguard.auth Modifier and Type Interface Description interfaceAuthenticationBackendDeprecated.Please use now one of the classes AuthenticationBackend or SyncAuthenticationBackend from the package com.floragunn.searchguard.auth.apiMethods 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(String id, AuthenticationBackend backend, HTTPAuthenticator httpAuthenticator, boolean challenge, int order, List<String> skippedUsers, IPAddressCollection enabledOnlyForIps) -
Uses of AuthenticationBackend in com.floragunn.searchguard.auth.api
Subinterfaces of AuthenticationBackend in com.floragunn.searchguard.auth.api Modifier and Type Interface Description interfaceSyncAuthenticationBackend -
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()
-