Uses of Interface
com.floragunn.searchguard.ssl.transport.PrincipalExtractor
-
-
Uses of PrincipalExtractor in com.floragunn.searchguard.filter
Constructors in com.floragunn.searchguard.filter with parameters of type PrincipalExtractor Constructor Description SearchGuardRestFilter(BackendRegistry registry, AuditLog auditLog, org.elasticsearch.threadpool.ThreadPool threadPool, PrincipalExtractor principalExtractor, org.elasticsearch.common.settings.Settings settings, Path configPath, CompatConfig compatConfig, com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext) -
Uses of PrincipalExtractor in com.floragunn.searchguard.ssl
Fields in com.floragunn.searchguard.ssl declared as PrincipalExtractor Modifier and Type Field Description protected PrincipalExtractorSearchGuardSSLPlugin. principalExtractor -
Uses of PrincipalExtractor in com.floragunn.searchguard.ssl.rest
Constructors in com.floragunn.searchguard.ssl.rest with parameters of type PrincipalExtractor Constructor Description SearchGuardSSLInfoAction(org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestController controller, SearchGuardKeyStore sgks, PrincipalExtractor principalExtractor) -
Uses of PrincipalExtractor in com.floragunn.searchguard.ssl.transport
Classes in com.floragunn.searchguard.ssl.transport that implement PrincipalExtractor Modifier and Type Class Description classDefaultPrincipalExtractorFields in com.floragunn.searchguard.ssl.transport declared as PrincipalExtractor Modifier and Type Field Description protected PrincipalExtractorSearchGuardSSLTransportInterceptor. principalExtractorConstructors in com.floragunn.searchguard.ssl.transport with parameters of type PrincipalExtractor Constructor Description SearchGuardSSLRequestHandler(String action, org.elasticsearch.transport.TransportRequestHandler<T> actualHandler, org.elasticsearch.threadpool.ThreadPool threadPool, PrincipalExtractor principalExtractor, SslExceptionHandler errorHandler)SearchGuardSSLTransportInterceptor(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, PrincipalExtractor principalExtractor, SslExceptionHandler errorHandler) -
Uses of PrincipalExtractor in com.floragunn.searchguard.ssl.util
Methods in com.floragunn.searchguard.ssl.util with parameters of type PrincipalExtractor Modifier and Type Method Description static SSLRequestHelper.SSLInfoSSLRequestHelper. getSSLInfo(org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestRequest request, PrincipalExtractor principalExtractor) -
Uses of PrincipalExtractor in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support that return PrincipalExtractor Modifier and Type Method Description static PrincipalExtractorReflectionHelper. instantiatePrincipalExtractor(String clazz)Methods in com.floragunn.searchguard.support with parameters of type PrincipalExtractor Modifier and Type Method Description static Collection<org.elasticsearch.rest.RestHandler>ReflectionHelper. instantiateMngtRestApiHandler(org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestController restController, org.elasticsearch.client.Client localClient, AdminDNs adminDns, ConfigurationRepository cr, StaticSgConfig staticSgConfig, org.elasticsearch.cluster.service.ClusterService cs, PrincipalExtractor principalExtractor, PrivilegesEvaluator evaluator, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry, org.elasticsearch.threadpool.ThreadPool threadPool, AuditLog auditlog)static Collection<org.elasticsearch.rest.RestHandler>ReflectionHelper. instantiateRestApiHandler(String className, org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestController restController, org.elasticsearch.client.Client localClient, AdminDNs adminDns, ConfigurationRepository cr, StaticSgConfig staticSgConfig, org.elasticsearch.cluster.service.ClusterService cs, PrincipalExtractor principalExtractor, PrivilegesEvaluator evaluator, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry, org.elasticsearch.threadpool.ThreadPool threadPool, AuditLog auditlog)static Collection<org.elasticsearch.rest.RestHandler>ReflectionHelper. instantiateRestApiHandler(String className, org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestController restController, org.elasticsearch.client.Client localClient, AdminDNs adminDns, ConfigurationRepository cr, org.elasticsearch.cluster.service.ClusterService cs, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, PrincipalExtractor principalExtractor, PrivilegesEvaluator evaluator, org.elasticsearch.threadpool.ThreadPool threadPool, AuditLog auditlog) -
Uses of PrincipalExtractor in com.floragunn.searchguard.transport
Constructors in com.floragunn.searchguard.transport with parameters of type PrincipalExtractor 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, GuiceDependencies guiceDependencies, com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext)
-