Uses of Interface
com.floragunn.searchguard.privileges.SpecialPrivilegesEvaluationContext
-
Packages that use SpecialPrivilegesEvaluationContext Package Description com.floragunn.searchguard.auth com.floragunn.searchguard.internalauthtoken com.floragunn.searchguard.privileges -
-
Uses of SpecialPrivilegesEvaluationContext in com.floragunn.searchguard.auth
Methods in com.floragunn.searchguard.auth that return SpecialPrivilegesEvaluationContext Modifier and Type Method Description SpecialPrivilegesEvaluationContextAuthInfoService. getSpecialPrivilegesEvaluationContext() -
Uses of SpecialPrivilegesEvaluationContext in com.floragunn.searchguard.internalauthtoken
Classes in com.floragunn.searchguard.internalauthtoken that implement SpecialPrivilegesEvaluationContext Modifier and Type Class Description static classInternalAuthTokenProvider.AuthFromInternalAuthTokenMethod parameters in com.floragunn.searchguard.internalauthtoken with type arguments of type SpecialPrivilegesEvaluationContext Modifier and Type Method Description voidInternalAuthTokenProvider. userAuthFromToken(User user, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, Consumer<SpecialPrivilegesEvaluationContext> onResult, Consumer<Exception> onFailure) -
Uses of SpecialPrivilegesEvaluationContext in com.floragunn.searchguard.privileges
Methods in com.floragunn.searchguard.privileges that return SpecialPrivilegesEvaluationContext Modifier and Type Method Description SpecialPrivilegesEvaluationContextSpecialPrivilegesEvaluationContextProviderRegistry. provide(User user, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)Methods in com.floragunn.searchguard.privileges with parameters of type SpecialPrivilegesEvaluationContext Modifier and Type Method Description PrivilegesEvaluatorResponsePrivilegesEvaluator. evaluate(User user, String action0, org.elasticsearch.action.ActionRequest request, org.elasticsearch.tasks.Task task, SpecialPrivilegesEvaluationContext specialPrivilegesEvaluationContext)Method parameters in com.floragunn.searchguard.privileges with type arguments of type SpecialPrivilegesEvaluationContext Modifier and Type Method Description voidSpecialPrivilegesEvaluationContextProvider. provide(User user, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, Consumer<SpecialPrivilegesEvaluationContext> onResult, Consumer<Exception> onFailure)voidSpecialPrivilegesEvaluationContextProviderRegistry. provide(User user, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, Consumer<SpecialPrivilegesEvaluationContext> onResult, Consumer<Exception> onFailure)
-