| Package | Description |
|---|---|
| org.jets3t.service.acl |
Access Control List (ACL) implementation classes and utilities.
|
| org.jets3t.service.model |
Provides objects that model entities in S3 such as objects, buckets and owners.
|
| Modifier and Type | Field and Description |
|---|---|
protected HashSet<GrantAndPermission> |
AccessControlList.grants |
| Modifier and Type | Method and Description |
|---|---|
GrantAndPermission[] |
AccessControlList.getGrantAndPermissions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessControlList.grantAllPermissions(GrantAndPermission[] grantAndPermissions)
Adds a set of grantee/permission pairs to the ACL, where each item in the set is a
GrantAndPermission object. |
| Modifier and Type | Method and Description |
|---|---|
GrantAndPermission[] |
S3BucketLoggingStatus.getTargetGrants() |
| Modifier and Type | Method and Description |
|---|---|
void |
S3BucketLoggingStatus.addTargetGrant(GrantAndPermission targetGrant) |
void |
S3BucketLoggingStatus.setTargetGrants(GrantAndPermission[] targetGrants) |
Copyright © 2006–2016. All rights reserved.