Uses of Interface
io.vertx.ext.web.handler.AuthorizationHandler
Packages that use AuthorizationHandler
Package
Description
-
Uses of AuthorizationHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return AuthorizationHandlerModifier and TypeMethodDescriptionAuthorizationHandler.addAuthorizationProvider(AuthorizationProvider authorizationProvider) Adds a provider that shall be used to retrieve the required authorizations for the user to attest.static AuthorizationHandlerAuthorizationHandler.create()create the handler that will check the attribute based authorization.static AuthorizationHandlerAuthorizationHandler.create(Authorization authorization) create the handler that will check the specified authorization Note that to check several authorizations, you can specify a sub-interface such asAndAuthorizationorOrAuthorizationAuthorizationHandler.variableConsumer(BiConsumer<RoutingContext, AuthorizationContext> handler) Provide a simple handler to extract needed variables. -
Uses of AuthorizationHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return AuthorizationHandlerMethods in io.vertx.reactivex.ext.web.handler with parameters of type AuthorizationHandlerModifier and TypeMethodDescriptionstatic AuthorizationHandlerAuthorizationHandler.newInstance(AuthorizationHandler arg) Constructors in io.vertx.reactivex.ext.web.handler with parameters of type AuthorizationHandler -
Uses of AuthorizationHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return AuthorizationHandlerMethods in io.vertx.rxjava3.ext.web.handler with parameters of type AuthorizationHandlerModifier and TypeMethodDescriptionstatic AuthorizationHandlerAuthorizationHandler.newInstance(AuthorizationHandler arg) Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type AuthorizationHandler