Class AuthenticationHandler.AuthenticationHandlerImpl

java.lang.Object
io.vertx.mutiny.ext.web.handler.AuthenticationHandler.AuthenticationHandlerImpl
All Implemented Interfaces:
MutinyDelegate, io.vertx.core.Handler<RoutingContext>, AuthenticationHandler, Consumer<RoutingContext>
Enclosing interface:
AuthenticationHandler

public static class AuthenticationHandler.AuthenticationHandlerImpl extends Object implements AuthenticationHandler
  • Constructor Details

    • AuthenticationHandlerImpl

      public AuthenticationHandlerImpl(io.vertx.ext.web.handler.AuthenticationHandler delegate)
      Create a new instance of AuthenticationHandler.AuthenticationHandlerImpl delegating to the given (non-null) instance of AuthenticationHandler.
  • Method Details