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 Details

  • Constructor Details

    • AuthenticationHandler

      public AuthenticationHandler(boolean proactiveAuthentication)
  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext event)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    • init

      public void init(Class<? extends AbstractPathMatchingHttpSecurityPolicy> pathMatchingPolicyClass, RolesMapping rolesMapping)