| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.auth |
Authentication and permissions support.
|
| Modifier and Type | Field and Description |
|---|---|
RoleModel.Effects |
RoleModel.Statement.effect
Default effect is Deny; forces callers to switch on Allow.
|
| Modifier and Type | Method and Description |
|---|---|
static RoleModel.Effects |
RoleModel.effect(boolean allowed)
Map a bool to an effect.
|
static RoleModel.Effects |
RoleModel.Effects.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleModel.Effects[] |
RoleModel.Effects.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Statement(RoleModel.Effects effect) |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.