Uses of Interface
com.floragunn.searchguard.transport.InterClusterRequestEvaluator
-
Packages that use InterClusterRequestEvaluator Package Description com.floragunn.searchguard.support com.floragunn.searchguard.transport -
-
Uses of InterClusterRequestEvaluator in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support that return InterClusterRequestEvaluator Modifier and Type Method Description static InterClusterRequestEvaluatorReflectionHelper. instantiateInterClusterRequestEvaluator(String clazz, org.elasticsearch.common.settings.Settings settings) -
Uses of InterClusterRequestEvaluator in com.floragunn.searchguard.transport
Classes in com.floragunn.searchguard.transport that implement InterClusterRequestEvaluator Modifier and Type Class Description classDefaultInterClusterRequestEvaluatorclassOIDClusterRequestEvaluatorImplementation to evaluate a certificate extension with a given OID and value to the same value found on the peer certificateConstructors in com.floragunn.searchguard.transport with parameters of type InterClusterRequestEvaluator Constructor Description SearchGuardInterceptor(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, BackendRegistry backendRegistry, AuditLog auditLog, PrincipalExtractor principalExtractor, InterClusterRequestEvaluator requestEvalProvider, org.elasticsearch.cluster.service.ClusterService cs, SslExceptionHandler sslExceptionHandler, ClusterInfoHolder clusterInfoHolder)
-