Uses of Interface
com.floragunn.searchguard.ssl.SslExceptionHandler
-
-
Uses of SslExceptionHandler in com.floragunn.searchguard.auditlog
Classes in com.floragunn.searchguard.auditlog that implement SslExceptionHandler Modifier and Type Class Description classAuditLogSslExceptionHandler -
Uses of SslExceptionHandler in com.floragunn.searchguard.http
Constructors in com.floragunn.searchguard.http with parameters of type SslExceptionHandler Constructor Description SearchGuardHttpServerTransport(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.network.NetworkService networkService, org.elasticsearch.common.util.BigArrays bigArrays, org.elasticsearch.threadpool.ThreadPool threadPool, SearchGuardKeyStore sgks, SslExceptionHandler sslExceptionHandler, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry, ValidatingDispatcher dispatcher) -
Uses of SslExceptionHandler in com.floragunn.searchguard.ssl.http.netty
Constructors in com.floragunn.searchguard.ssl.http.netty with parameters of type SslExceptionHandler Constructor Description SearchGuardSSLNettyHttpServerTransport(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.network.NetworkService networkService, org.elasticsearch.common.util.BigArrays bigArrays, org.elasticsearch.threadpool.ThreadPool threadPool, SearchGuardKeyStore sgks, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry, ValidatingDispatcher dispatcher, SslExceptionHandler errorHandler)ValidatingDispatcher(org.elasticsearch.common.util.concurrent.ThreadContext threadContext, org.elasticsearch.http.HttpServerTransport.Dispatcher originalDispatcher, org.elasticsearch.common.settings.Settings settings, Path configPath, SslExceptionHandler errorHandler) -
Uses of SslExceptionHandler in com.floragunn.searchguard.ssl.transport
Fields in com.floragunn.searchguard.ssl.transport declared as SslExceptionHandler Modifier and Type Field Description protected SslExceptionHandlerSearchGuardSSLTransportInterceptor. errorHandlerConstructors in com.floragunn.searchguard.ssl.transport with parameters of type SslExceptionHandler Constructor Description SearchGuardSSLNettyTransport(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.Version version, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.common.network.NetworkService networkService, org.elasticsearch.common.util.PageCacheRecycler pageCacheRecycler, org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry, org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService, SearchGuardKeyStore sgks, SslExceptionHandler errorHandler)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 SslExceptionHandler in com.floragunn.searchguard.transport
Constructors in com.floragunn.searchguard.transport with parameters of type SslExceptionHandler 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)
-