Class DigestAuthHandler

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

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

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

  • Field Details

    • __TYPE_ARG

      public static final 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(io.vertx.ext.web.handler.DigestAuthHandler delegate)
    • DigestAuthHandler

      public DigestAuthHandler(Object delegate)
  • Method Details