Uses of Interface
io.vertx.ext.web.handler.AuthorizationHandler
-
Packages that use AuthorizationHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of AuthorizationHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return AuthorizationHandler Modifier and Type Method Description AuthorizationHandler
AuthorizationHandler. addAuthorizationProvider(AuthorizationProvider authorizationProvider)
Adds a provider that shall be used to retrieve the required authorizations for the user to attest.static AuthorizationHandler
AuthorizationHandler. create()
create the handler that will check the attribute based authorization.static AuthorizationHandler
AuthorizationHandler. 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 asAndAuthorization
orOrAuthorization
AuthorizationHandler
AuthorizationHandler. variableConsumer(java.util.function.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 AuthorizationHandler Modifier and Type Method Description AuthorizationHandler
AuthorizationHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type AuthorizationHandler Modifier and Type Method Description static AuthorizationHandler
AuthorizationHandler. newInstance(AuthorizationHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type AuthorizationHandler Constructor Description AuthorizationHandler(AuthorizationHandler delegate)
-
Uses of AuthorizationHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return AuthorizationHandler Modifier and Type Method Description AuthorizationHandler
AuthorizationHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type AuthorizationHandler Modifier and Type Method Description static AuthorizationHandler
AuthorizationHandler. newInstance(AuthorizationHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type AuthorizationHandler Constructor Description AuthorizationHandler(AuthorizationHandler delegate)
-