Interface SpecialPrivilegesEvaluationContextProvider
-
- All Known Implementing Classes:
SpecialPrivilegesEvaluationContextProviderRegistry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SpecialPrivilegesEvaluationContextProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpecialPrivilegesEvaluationContextapply(User user, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
-
-
-
Method Detail
-
apply
SpecialPrivilegesEvaluationContext apply(User user, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
-
-