Class SnapshotRestoreEvaluator
- java.lang.Object
-
- com.floragunn.searchguard.privileges.SnapshotRestoreEvaluator
-
public class SnapshotRestoreEvaluator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.logging.log4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description SnapshotRestoreEvaluator(org.elasticsearch.common.settings.Settings settings, AuditLog auditLog, GuiceDependencies guiceDependencies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivilegesEvaluatorResponseevaluate(org.elasticsearch.action.ActionRequest request, org.elasticsearch.tasks.Task task, String action, ClusterInfoHolder clusterInfoHolder, PrivilegesEvaluatorResponse presponse)
-
-
-
Constructor Detail
-
SnapshotRestoreEvaluator
public SnapshotRestoreEvaluator(org.elasticsearch.common.settings.Settings settings, AuditLog auditLog, GuiceDependencies guiceDependencies)
-
-
Method Detail
-
evaluate
public PrivilegesEvaluatorResponse evaluate(org.elasticsearch.action.ActionRequest request, org.elasticsearch.tasks.Task task, String action, ClusterInfoHolder clusterInfoHolder, PrivilegesEvaluatorResponse presponse)
-
-