Package com.floragunn.searchguard.auth
Interface AuthenticationBackend
-
- All Superinterfaces:
AuthenticationBackend,SyncAuthenticationBackend
public interface AuthenticationBackend extends SyncAuthenticationBackend
Deprecated.Please use now one of the classes AuthenticationBackend or SyncAuthenticationBackend from the package com.floragunn.searchguard.auth.api
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.floragunn.searchguard.auth.api.AuthenticationBackend
AuthenticationBackend.UserCachingPolicy
-
-
Method Summary
-
Methods inherited from interface com.floragunn.searchguard.auth.api.AuthenticationBackend
exists, getType, userCachingPolicy
-
Methods inherited from interface com.floragunn.searchguard.auth.api.SyncAuthenticationBackend
authenticate, authenticate
-
-