Class SpecialPrivilegesEvaluationContextProviderRegistry
- java.lang.Object
-
- com.floragunn.searchguard.privileges.SpecialPrivilegesEvaluationContextProviderRegistry
-
- All Implemented Interfaces:
SpecialPrivilegesEvaluationContextProvider
public class SpecialPrivilegesEvaluationContextProviderRegistry extends Object implements SpecialPrivilegesEvaluationContextProvider
-
-
Constructor Summary
Constructors Constructor Description SpecialPrivilegesEvaluationContextProviderRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(SpecialPrivilegesEvaluationContextProvider provider)SpecialPrivilegesEvaluationContextapply(User user, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
-
-
-
Method Detail
-
add
public void add(SpecialPrivilegesEvaluationContextProvider provider)
-
apply
public SpecialPrivilegesEvaluationContext apply(User user, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
- Specified by:
applyin interfaceSpecialPrivilegesEvaluationContextProvider
-
-