Package io.vertx.up.secure.bridge
Interface Bolt
-
public interface Bolt- Author:
- Lang
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.ext.web.handler.AuthenticationHandlerauthenticate(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)io.vertx.ext.web.handler.AuthorizationHandlerauthorization(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)static Boltget()
-
-
-
Method Detail
-
get
static Bolt get()
-
authenticate
io.vertx.ext.web.handler.AuthenticationHandler authenticate(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)
-
authorization
io.vertx.ext.web.handler.AuthorizationHandler authorization(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)
-
-