| Package | Description |
|---|---|
| org.apache.druid.segment.realtime.firehose | |
| org.apache.druid.server.http.security | |
| org.apache.druid.server.security |
| Modifier and Type | Method and Description |
|---|---|
static Access |
ChatHandlers.authorizationCheck(javax.servlet.http.HttpServletRequest req,
Action action,
String dataSource,
AuthorizerMapper authorizerMapper)
Check authorization for the given action and dataSource.
|
| 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 |
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–2021 The Apache Software Foundation. All rights reserved.