Package io.vertx.up.secure.authenticate
Interface ChainHandler
- All Superinterfaces:
io.vertx.ext.web.handler.AuthenticationHandler,io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
- All Known Implementing Classes:
ChainHandlerImpl
public interface ChainHandler
extends io.vertx.ext.web.handler.AuthenticationHandler
- Author:
- Lang
-
Method Summary
Modifier and TypeMethodDescriptionadd(io.vertx.ext.web.handler.AuthenticationHandler other) static ChainHandlerall()static ChainHandlerany()Methods inherited from interface io.vertx.core.Handler
handle
-
Method Details
-
all
-
any
-
add
-