Uses of Class
io.vertx.mutiny.ext.web.handler.AuthorizationHandler
-
Packages that use AuthorizationHandler Package Description io.vertx.mutiny.ext.web.handler -
-
Uses of AuthorizationHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type AuthorizationHandler Modifier and Type Field Description static TypeArg<AuthorizationHandler>
AuthorizationHandler. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler that return AuthorizationHandler Modifier and Type Method Description AuthorizationHandler
AuthorizationHandler. addAuthorizationProvider(AuthorizationProvider authorizationProvider)
static AuthorizationHandler
AuthorizationHandler. create(Authorization authorization)
static AuthorizationHandler
AuthorizationHandler. newInstance(io.vertx.ext.web.handler.AuthorizationHandler arg)
-