Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.web.handler | |
io.vertx.rxjava.ext.web.handler | |
io.vertx.rxjava3.ext.web.handler |
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 |
AuthorizationHandler |
AuthorizationHandler.variableConsumer(java.util.function.BiConsumer<RoutingContext,AuthorizationContext> handler)
Provide a simple handler to extract needed variables.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationHandler |
AuthorizationHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static AuthorizationHandler |
AuthorizationHandler.newInstance(AuthorizationHandler arg) |
Constructor and Description |
---|
AuthorizationHandler(AuthorizationHandler delegate) |
Modifier and Type | Method and Description |
---|---|
AuthorizationHandler |
AuthorizationHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static AuthorizationHandler |
AuthorizationHandler.newInstance(AuthorizationHandler arg) |
Constructor and Description |
---|
AuthorizationHandler(AuthorizationHandler delegate) |
Modifier and Type | Method and Description |
---|---|
AuthorizationHandler |
AuthorizationHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static AuthorizationHandler |
AuthorizationHandler.newInstance(AuthorizationHandler arg) |
Constructor and Description |
---|
AuthorizationHandler(AuthorizationHandler delegate) |
Copyright © 2021 Eclipse. All rights reserved.