Uses of Interface
io.vertx.ext.auth.ChainAuth
Packages that use ChainAuth
-
Uses of ChainAuth in io.vertx.ext.auth
Methods in io.vertx.ext.auth that return ChainAuthModifier and TypeMethodDescriptionChainAuth.add(AuthenticationProvider other) Appends a auth provider to the chain.static ChainAuthChainAuth.all()Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.static ChainAuthChainAuth.any()Create a Chainable Auth Provider auth provider that will resolve on the first success. -
Uses of ChainAuth in io.vertx.reactivex.ext.auth
Methods in io.vertx.reactivex.ext.auth that return ChainAuthMethods in io.vertx.reactivex.ext.auth with parameters of type ChainAuthConstructors in io.vertx.reactivex.ext.auth with parameters of type ChainAuth -
Uses of ChainAuth in io.vertx.rxjava3.ext.auth
Methods in io.vertx.rxjava3.ext.auth that return ChainAuthMethods in io.vertx.rxjava3.ext.auth with parameters of type ChainAuthConstructors in io.vertx.rxjava3.ext.auth with parameters of type ChainAuth