Uses of Interface
io.vertx.ext.auth.ChainAuth
-
Packages that use ChainAuth Package Description io.vertx.ext.auth -
-
Uses of ChainAuth in io.vertx.ext.auth
Methods in io.vertx.ext.auth that return ChainAuth Modifier and Type Method Description ChainAuthChainAuth. 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.
-