Class AuditLogSslExceptionHandler
- java.lang.Object
-
- com.floragunn.searchguard.auditlog.AuditLogSslExceptionHandler
-
- All Implemented Interfaces:
SslExceptionHandler
public class AuditLogSslExceptionHandler extends Object implements SslExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description AuditLogSslExceptionHandler(AuditLog auditLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlogError(Throwable t, boolean isRest)voidlogError(Throwable t, org.elasticsearch.rest.RestRequest request, int type)voidlogError(Throwable t, org.elasticsearch.transport.TransportRequest request, String action, org.elasticsearch.tasks.Task task, int type)
-
-
-
Constructor Detail
-
AuditLogSslExceptionHandler
public AuditLogSslExceptionHandler(AuditLog auditLog)
-
-
Method Detail
-
logError
public void logError(Throwable t, org.elasticsearch.rest.RestRequest request, int type)
- Specified by:
logErrorin interfaceSslExceptionHandler
-
logError
public void logError(Throwable t, boolean isRest)
- Specified by:
logErrorin interfaceSslExceptionHandler
-
logError
public void logError(Throwable t, org.elasticsearch.transport.TransportRequest request, String action, org.elasticsearch.tasks.Task task, int type)
- Specified by:
logErrorin interfaceSslExceptionHandler
-
-