Uses of Class
io.vertx.reactivex.ext.web.handler.AuthorizationHandler
Packages that use AuthorizationHandler
-
Uses of AuthorizationHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type AuthorizationHandlerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<AuthorizationHandler> AuthorizationHandler.__TYPE_ARGMethods in io.vertx.reactivex.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 asAndAuthorizationorOrAuthorizationstatic AuthorizationHandlerAuthorizationHandler.newInstance(AuthorizationHandler arg)