Class DigestAuthHandler

java.lang.Object
io.vertx.rxjava3.ext.web.handler.DigestAuthHandler
All Implemented Interfaces:
Handler<RoutingContext>, io.vertx.lang.rx.RxDelegate, AuthenticationHandler

public class DigestAuthHandler extends Object implements io.vertx.lang.rx.RxDelegate, AuthenticationHandler, 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.

  • Field Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<DigestAuthHandler> __TYPE_ARG
    • DEFAULT_NONCE_EXPIRE_TIMEOUT

      public static final long DEFAULT_NONCE_EXPIRE_TIMEOUT
      The default nonce expire timeout to use in milliseconds.
      See Also:
  • Constructor Details

    • DigestAuthHandler

      public DigestAuthHandler(DigestAuthHandler delegate)
    • DigestAuthHandler

      public DigestAuthHandler(Object delegate)
  • Method Details