| Package | Description |
|---|---|
| co.cask.cdap.proto.security |
| Modifier and Type | Method and Description |
|---|---|
Action |
Privilege.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 |
|---|---|
Set<Action> |
AuthorizationRequest.getActions() |
| Constructor and Description |
|---|
Privilege(EntityId entity,
Action action) |
| Constructor and Description |
|---|
AuthorizationRequest(EntityId entity,
Principal principal,
Set<Action> actions) |
GrantRequest(EntityId entity,
Principal principal,
Set<Action> actions) |
RevokeRequest(EntityId entity,
Principal principal,
Set<Action> actions) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.