| Package | Description |
|---|---|
| org.apache.druid.server.security |
| Modifier and Type | Field and Description |
|---|---|
static Resource |
Resource.STATE_RESOURCE |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Resource,ResourceAction> |
AuthorizationUtils.RESOURCE_READ_RA_GENERATOR
Function for the pattern of generating a
ResourceAction for reading from a given Resource |
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourceAction.getResource() |
| Modifier and Type | Method and Description |
|---|---|
Access |
AllowAllAuthorizer.authorize(AuthenticationResult authenticationResult,
Resource resource,
Action action) |
Access |
Authorizer.authorize(AuthenticationResult authenticationResult,
Resource resource,
Action action)
Check if the entity represented by
identity is authorized to perform action on resource. |
| Constructor and Description |
|---|
ResourceAction(Resource resource,
Action action) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.