Class HttpSecurityRecorder.AuthenticationHandler
java.lang.Object
io.quarkus.vertx.http.runtime.security.HttpSecurityRecorder.AuthenticationHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
- Enclosing class:
- HttpSecurityRecorder
public static final class HttpSecurityRecorder.AuthenticationHandler
extends Object
implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(io.vertx.ext.web.RoutingContext event) voidinit(Class<? extends AbstractPathMatchingHttpSecurityPolicy> pathMatchingPolicyClass, RolesMapping rolesMapping)
-
Field Details
-
authenticator
-
-
Constructor Details
-
AuthenticationHandler
public AuthenticationHandler(boolean proactiveAuthentication)
-
-
Method Details
-
handle
public void handle(io.vertx.ext.web.RoutingContext event) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
init
public void init(Class<? extends AbstractPathMatchingHttpSecurityPolicy> pathMatchingPolicyClass, RolesMapping rolesMapping)
-