| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.auth |
Authentication and permissions support.
|
| Modifier and Type | Field and Description |
|---|---|
static RoleModel.Statement |
RolePolicies.STATEMENT_ALL_DDB
Statement to allow all DDB access.
|
static RoleModel.Statement |
RolePolicies.STATEMENT_ALL_S3
Allow all S3 Operations.
|
static RoleModel.Statement |
RolePolicies.STATEMENT_ALLOW_SSE_KMS_READ
Statement to allow read access to KMS keys, so the ability
to read SSE-KMS data,, but not decrypt it.
|
static RoleModel.Statement |
RolePolicies.STATEMENT_ALLOW_SSE_KMS_RW
Statement to allow KMS R/W access access, so full use of
SSE-KMS.
|
static RoleModel.Statement |
RolePolicies.STATEMENT_S3GUARD_CLIENT
Statement to allow all client operations needed for S3Guard,
but none of the admin operations.
|
| Modifier and Type | Field and Description |
|---|---|
List<RoleModel.Statement> |
RoleModel.Policy.statement |
| Modifier and Type | Method and Description |
|---|---|
RoleModel.Statement |
RoleModel.Statement.addActions(String... actions) |
RoleModel.Statement |
RoleModel.Statement.addResources(String... resources) |
RoleModel.Statement |
RoleModel.Statement.setAllowed(boolean f) |
static RoleModel.Statement |
RoleModel.statement(boolean allow,
org.apache.hadoop.fs.Path path,
boolean isDirectory,
boolean wildcards,
String... actions)
Create a statement.
|
static RoleModel.Statement |
RoleModel.statement(boolean allow,
String scope,
String... actions)
Create a statement.
|
| Modifier and Type | Method and Description |
|---|---|
static RoleModel.Policy |
RoleModel.policy(RoleModel.Statement... statements)
From a set of statements, create a policy.
|
| Modifier and Type | Method and Description |
|---|---|
static RoleModel.Policy |
RoleModel.policy(List<RoleModel.Statement> statements)
From a set of statements, create a policy.
|
| Constructor and Description |
|---|
Policy(RoleModel.Statement... statements) |
| Constructor and Description |
|---|
Policy(List<RoleModel.Statement> statement) |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.