Class BasicAuthHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<RoutingContext>, AuthenticationHandler

    public class BasicAuthHandler
    extends Object
    implements AuthenticationHandler, io.vertx.core.Handler<RoutingContext>
    An auth handler that provides HTTP Basic Authentication support.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • BasicAuthHandler

        public BasicAuthHandler​(io.vertx.ext.web.handler.BasicAuthHandler delegate)
      • BasicAuthHandler

        public BasicAuthHandler​(Object delegate)