Uses of Interface
com.floragunn.searchguard.auth.AuthorizationBackend
-
Packages that use AuthorizationBackend Package Description com.floragunn.searchguard.auth com.floragunn.searchguard.auth.internal com.floragunn.searchguard.modules -
-
Uses of AuthorizationBackend in com.floragunn.searchguard.auth
Methods in com.floragunn.searchguard.auth that return AuthorizationBackend Modifier and Type Method Description AuthorizationBackendAuthorizationDomain. getAuthorizationBackend()Constructors in com.floragunn.searchguard.auth with parameters of type AuthorizationBackend Constructor Description AuthorizationDomain(AuthorizationBackend authorizationBackend, List<String> skippedUsers) -
Uses of AuthorizationBackend in com.floragunn.searchguard.auth.internal
Classes in com.floragunn.searchguard.auth.internal that implement AuthorizationBackend Modifier and Type Class Description classInternalAuthenticationBackendclassNoOpAuthorizationBackend -
Uses of AuthorizationBackend in com.floragunn.searchguard.modules
Fields in com.floragunn.searchguard.modules with type parameters of type AuthorizationBackend Modifier and Type Field Description static SearchGuardComponentRegistry<AuthorizationBackend>StandardComponents. authzBackendsMethods in com.floragunn.searchguard.modules that return types with arguments of type AuthorizationBackend Modifier and Type Method Description SearchGuardComponentRegistry<AuthorizationBackend>SearchGuardModulesRegistry. getAuthorizationBackends()
-