Uses of Class
io.vertx.reactivex.ext.web.handler.AuthorizationHandler
-
Packages that use AuthorizationHandler Package Description io.vertx.reactivex.ext.web.handler -
-
Uses of AuthorizationHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type AuthorizationHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<AuthorizationHandler>
AuthorizationHandler. __TYPE_ARG
Methods in io.vertx.reactivex.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
static AuthorizationHandler
AuthorizationHandler. newInstance(AuthorizationHandler arg)
-