All Implemented Interfaces:
io.smallrye.mutiny.vertx.MutinyDelegate

public class ChainAuth extends AuthenticationProvider implements io.smallrye.mutiny.vertx.MutinyDelegate
Chain several authentication providers as if they were one. This is useful for cases where one want to authenticate across several providers, for example, database and fallback to passwd file.

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 io.smallrye.mutiny.vertx.TypeArg<ChainAuth> __TYPE_ARG
  • Constructor Details

    • ChainAuth

      public ChainAuth(io.vertx.ext.auth.ChainAuth delegate)
    • ChainAuth

      public ChainAuth(Object delegate)
  • Method Details