Package | Description |
---|---|
io.vertx.ext.auth.authorization | |
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.auth.authorization | |
io.vertx.rxjava.ext.auth.authorization |
Modifier and Type | Method and Description |
---|---|
static AuthorizationContext |
AuthorizationContext.create(User user)
Factory for Authorization Context
|
Modifier and Type | Method and Description |
---|---|
boolean |
Authorization.match(AuthorizationContext context)
this methods verifies whether or not the authorization match the specified
context.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationHandler |
AuthorizationHandler.variableConsumer(java.util.function.BiConsumer<RoutingContext,AuthorizationContext> handler)
Provide a simple handler to extract needed variables.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationContext |
AuthorizationContext.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static AuthorizationContext |
AuthorizationContext.newInstance(AuthorizationContext arg) |
Constructor and Description |
---|
AuthorizationContext(AuthorizationContext delegate) |
Modifier and Type | Method and Description |
---|---|
AuthorizationContext |
AuthorizationContext.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static AuthorizationContext |
AuthorizationContext.newInstance(AuthorizationContext arg) |
Constructor and Description |
---|
AuthorizationContext(AuthorizationContext delegate) |
Copyright © 2021 Eclipse. All rights reserved.