Class SecurityHttpExceptionHandler
java.lang.Object
org.elasticsearch.xpack.security.transport.SecurityHttpExceptionHandler
- All Implemented Interfaces:
BiConsumer<org.elasticsearch.http.HttpChannel,Exception>
public final class SecurityHttpExceptionHandler
extends Object
implements BiConsumer<org.elasticsearch.http.HttpChannel,Exception>
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityHttpExceptionHandler(org.apache.logging.log4j.Logger logger, org.elasticsearch.common.component.Lifecycle lifecycle, BiConsumer<org.elasticsearch.http.HttpChannel, Exception> fallback) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
SecurityHttpExceptionHandler
public SecurityHttpExceptionHandler(org.apache.logging.log4j.Logger logger, org.elasticsearch.common.component.Lifecycle lifecycle, BiConsumer<org.elasticsearch.http.HttpChannel, Exception> fallback)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<org.elasticsearch.http.HttpChannel,Exception>
-