Uses of Class
com.floragunn.searchguard.auth.api.AuthenticationBackend.UserCachingPolicy
-
Packages that use AuthenticationBackend.UserCachingPolicy Package Description com.floragunn.searchguard.auth.api com.floragunn.searchguard.auth.internal -
-
Uses of AuthenticationBackend.UserCachingPolicy in com.floragunn.searchguard.auth.api
Methods in com.floragunn.searchguard.auth.api that return AuthenticationBackend.UserCachingPolicy Modifier and Type Method Description default AuthenticationBackend.UserCachingPolicyAuthenticationBackend. userCachingPolicy()Are users produced by this authentication backend allowed to be cached in a node-local heap-based cache? In most cases, ALWAYS can be returned here.static AuthenticationBackend.UserCachingPolicyAuthenticationBackend.UserCachingPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationBackend.UserCachingPolicy[]AuthenticationBackend.UserCachingPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthenticationBackend.UserCachingPolicy in com.floragunn.searchguard.auth.internal
Methods in com.floragunn.searchguard.auth.internal that return AuthenticationBackend.UserCachingPolicy Modifier and Type Method Description AuthenticationBackend.UserCachingPolicyNoOpAuthenticationBackend. userCachingPolicy()
-