public class SearchGuardSSLRequestHandler<T extends org.elasticsearch.transport.TransportRequest> extends Object implements org.elasticsearch.transport.TransportRequestHandler<T>
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.logging.log4j.Logger |
log |
| Constructor and Description |
|---|
SearchGuardSSLRequestHandler(String action,
org.elasticsearch.transport.TransportRequestHandler<T> actualHandler,
org.elasticsearch.threadpool.ThreadPool threadPool,
PrincipalExtractor principalExtractor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAdditionalContextValues(String action,
org.elasticsearch.transport.TransportRequest request,
X509Certificate[] peerCerts)
Deprecated.
use addAdditionalContextValues(final String action, final TransportRequest request, final X509Certificate[] localCerts, final X509Certificate[] peerCerts, final String principal) instead
|
protected void |
addAdditionalContextValues(String action,
org.elasticsearch.transport.TransportRequest request,
X509Certificate[] localCerts,
X509Certificate[] peerCerts,
String principal) |
protected void |
errorThrown(Throwable t,
org.elasticsearch.transport.TransportRequest request,
String action) |
protected org.elasticsearch.common.util.concurrent.ThreadContext |
getThreadContext() |
void |
messageReceived(T request,
org.elasticsearch.transport.TransportChannel channel) |
void |
messageReceived(T request,
org.elasticsearch.transport.TransportChannel channel,
org.elasticsearch.tasks.Task task) |
protected void |
messageReceivedDecorate(T request,
org.elasticsearch.transport.TransportRequestHandler<T> actualHandler,
org.elasticsearch.transport.TransportChannel transportChannel,
org.elasticsearch.tasks.Task task) |
public SearchGuardSSLRequestHandler(String action, org.elasticsearch.transport.TransportRequestHandler<T> actualHandler, org.elasticsearch.threadpool.ThreadPool threadPool, PrincipalExtractor principalExtractor)
protected org.elasticsearch.common.util.concurrent.ThreadContext getThreadContext()
public final void messageReceived(T request, org.elasticsearch.transport.TransportChannel channel) throws Exception
public final void messageReceived(T request, org.elasticsearch.transport.TransportChannel channel, org.elasticsearch.tasks.Task task) throws Exception
protected void addAdditionalContextValues(String action, org.elasticsearch.transport.TransportRequest request, X509Certificate[] localCerts, X509Certificate[] peerCerts, String principal) throws Exception
Exception@Deprecated protected void addAdditionalContextValues(String action, org.elasticsearch.transport.TransportRequest request, X509Certificate[] peerCerts) throws Exception
Exceptionprotected void messageReceivedDecorate(T request, org.elasticsearch.transport.TransportRequestHandler<T> actualHandler, org.elasticsearch.transport.TransportChannel transportChannel, org.elasticsearch.tasks.Task task) throws Exception
ExceptionCopyright © 2015-2017. All Rights Reserved.