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
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ChainHandleradd(io.vertx.ext.web.handler.AuthenticationHandler other)static ChainHandlerall()static ChainHandlerany()
-
-
-
Method Detail
-
all
static ChainHandler all()
-
any
static ChainHandler any()
-
add
ChainHandler add(io.vertx.ext.web.handler.AuthenticationHandler other)
-
-