Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<AuthorizationHandler> |
AuthorizationHandler.__TYPE_ARG |
Modifier and Type | Method and 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(Authorization authorization)
create the the handler that will check the specified authorization
Note that to check several authorizations, you can specify a sub-interface such as
AndAuthorization or OrAuthorization |
static AuthorizationHandler |
AuthorizationHandler.newInstance(AuthorizationHandler arg) |
Copyright © 2021 Eclipse. All rights reserved.