Package | Description |
---|---|
org.jets3t.service.acl |
Access Control List (ACL) implementation classes and utilities.
|
org.jets3t.service.impl.rest |
Contains utilties of use to any REST/HTTP S3 Service implementations, and specifically to
the HttpClient implementation provided with JetS3t.
|
Modifier and Type | Field and Description |
---|---|
static Permission |
Permission.PERMISSION_FULL_CONTROL |
static Permission |
Permission.PERMISSION_READ |
static Permission |
Permission.PERMISSION_READ_ACP |
static Permission |
Permission.PERMISSION_WRITE |
static Permission |
Permission.PERMISSION_WRITE_ACP |
Modifier and Type | Method and Description |
---|---|
Permission |
GrantAndPermission.getPermission() |
static Permission |
Permission.parsePermission(String str) |
Modifier and Type | Method and Description |
---|---|
List<Permission> |
AccessControlList.getPermissionsForGrantee(GranteeInterface grantee) |
Modifier and Type | Method and Description |
---|---|
List<GranteeInterface> |
AccessControlList.getGranteesWithPermission(Permission permission) |
void |
AccessControlList.grantPermission(GranteeInterface grantee,
Permission permission)
Adds a grantee to the ACL with the given permission.
|
boolean |
AccessControlList.hasGranteeAndPermission(GranteeInterface grantee,
Permission permission) |
Constructor and Description |
---|
GrantAndPermission(GranteeInterface grantee,
Permission permission) |
Modifier and Type | Field and Description |
---|---|
protected Permission |
AccessControlListHandler.currentPermission |
Copyright © 2006–2018. All rights reserved.