Class HttpSecurityRecorder.DefaultAuthFailureHandler
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.security.HttpSecurityRecorder.DefaultAuthFailureHandler
-
- All Implemented Interfaces:
BiConsumer<io.vertx.ext.web.RoutingContext,Throwable>
- Enclosing class:
- HttpSecurityRecorder
public abstract static class HttpSecurityRecorder.DefaultAuthFailureHandler extends Object implements BiConsumer<io.vertx.ext.web.RoutingContext,Throwable>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultAuthFailureHandler()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaccept(io.vertx.ext.web.RoutingContext event, Throwable throwable)static ThrowableextractRootCause(Throwable throwable)protected abstract voidproceed(Throwable throwable)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Method Detail
-
accept
public void accept(io.vertx.ext.web.RoutingContext event, Throwable throwable)- Specified by:
acceptin interfaceBiConsumer<io.vertx.ext.web.RoutingContext,Throwable>
-
proceed
protected abstract void proceed(Throwable throwable)
-
-