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_ARGMethods in io.vertx.mutiny.ext.web.handler that return AuthorizationHandler Modifier and Type Method Description AuthorizationHandlerAuthorizationHandler. addAuthorizationProvider(AuthorizationProvider authorizationProvider)static AuthorizationHandlerAuthorizationHandler. create(Authorization authorization)static AuthorizationHandlerAuthorizationHandler. newInstance(io.vertx.ext.web.handler.AuthorizationHandler arg) 
 -