Uses of Interface
com.floragunn.searchguard.ssl.SearchGuardKeyStore
-
-
Uses of SearchGuardKeyStore in com.floragunn.searchguard.http
Constructors in com.floragunn.searchguard.http with parameters of type SearchGuardKeyStore 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.xcontent.NamedXContentRegistry namedXContentRegistry, ValidatingDispatcher dispatcher, org.elasticsearch.common.settings.ClusterSettings clusterSettings, org.elasticsearch.transport.SharedGroupFactory sharedGroupFactory) -
Uses of SearchGuardKeyStore in com.floragunn.searchguard.ssl
Classes in com.floragunn.searchguard.ssl that implement SearchGuardKeyStore Modifier and Type Class Description classDefaultSearchGuardKeyStoreclassExternalSearchGuardKeyStoreFields in com.floragunn.searchguard.ssl declared as SearchGuardKeyStore Modifier and Type Field Description protected SearchGuardKeyStoreSearchGuardSSLPlugin. sgks -
Uses of SearchGuardKeyStore in com.floragunn.searchguard.ssl.http.netty
Constructors in com.floragunn.searchguard.ssl.http.netty with parameters of type SearchGuardKeyStore 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.xcontent.NamedXContentRegistry namedXContentRegistry, ValidatingDispatcher dispatcher, org.elasticsearch.common.settings.ClusterSettings clusterSettings, org.elasticsearch.transport.SharedGroupFactory sharedGroupFactory, SslExceptionHandler errorHandler)SSLHttpChannelHandler(org.elasticsearch.http.netty4.Netty4HttpServerTransport transport, org.elasticsearch.http.HttpHandlingSettings handlingSettings, SearchGuardKeyStore sgks) -
Uses of SearchGuardKeyStore in com.floragunn.searchguard.ssl.rest
Constructors in com.floragunn.searchguard.ssl.rest with parameters of type SearchGuardKeyStore Constructor Description SearchGuardSSLInfoAction(org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestController controller, SearchGuardKeyStore sgks, PrincipalExtractor principalExtractor)SSLReloadCertAction(SearchGuardKeyStore keyStore, org.elasticsearch.threadpool.ThreadPool threadPool, AdminDNs adminDns, boolean sslCertReloadEnabled) -
Uses of SearchGuardKeyStore in com.floragunn.searchguard.ssl.transport
Constructors in com.floragunn.searchguard.ssl.transport with parameters of type SearchGuardKeyStore 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, org.elasticsearch.transport.SharedGroupFactory sharedGroupFactory, SearchGuardKeyStore sgks, SslExceptionHandler errorHandler)
-