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 voidprovide(User user, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, Consumer<SpecialPrivilegesEvaluationContext> onResult, Consumer<Exception> onFailure)
-
-
-
Method Detail
-
provide
void provide(User user, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, Consumer<SpecialPrivilegesEvaluationContext> onResult, Consumer<Exception> onFailure)
-
-