Uses of Interface
io.vertx.ext.web.handler.ChainAuthHandler
-
Packages that use ChainAuthHandler Package Description io.vertx.ext.web.handler -
-
Uses of ChainAuthHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return ChainAuthHandler Modifier and Type Method Description ChainAuthHandlerChainAuthHandler. add(AuthenticationHandler other)Appends a auth provider to the chain.static ChainAuthHandlerChainAuthHandler. all()Create a chain authentication handler that will assert that all handlers pass the verification.static ChainAuthHandlerChainAuthHandler. any()Create a chain authentication handler that will assert that any handler passes the verification.
-