| Package | Description |
|---|---|
| io.druid.security.basic.authorization | |
| io.druid.server.http.security | |
| io.druid.server.security |
| Modifier and Type | Method and Description |
|---|---|
Access |
BasicRoleBasedAuthorizer.authorize(AuthenticationResult authenticationResult,
Resource resource,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
protected Action |
AbstractResourceFilter.getAction(com.sun.jersey.spi.container.ContainerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static Action |
Action.fromString(String name) |
Action |
ResourceAction.getAction() |
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Access |
Authorizer.authorize(AuthenticationResult authenticationResult,
Resource resource,
Action action)
Check if the entity represented by
identity is authorized to perform action on resource. |
Access |
AllowAllAuthorizer.authorize(AuthenticationResult authenticationResult,
Resource resource,
Action action) |
| Constructor and Description |
|---|
ResourceAction(Resource resource,
Action action) |
Copyright © 2011–2018. All rights reserved.