Package | Description |
---|---|
org.jets3t.service.acl |
Access Control List (ACL) implementation classes and utilities.
|
org.jets3t.service.acl.gs |
Modifier and Type | Field and Description |
---|---|
static GroupGrantee |
GroupGrantee.ALL_USERS
The group of all users, represented in S3 by the URI:
http://acs.amazonaws.com/groups/global/AllUsers
|
static GroupGrantee |
GroupGrantee.AUTHENTICATED_USERS
The group of authenticated users, represented in S3 by the URI:
http://acs.amazonaws.com/groups/global/AuthenticatedUsers
|
static GroupGrantee |
GroupGrantee.LOG_DELIVERY
The group of Bucket Log delivery users, represented in S3 by the URI:
http://acs.amazonaws.com/groups/s3/LogDelivery
|
Modifier and Type | Class and Description |
---|---|
class |
AllAuthenticatedUsersGrantee
Represents a grant to all authenticated users.
|
class |
AllUsersGrantee
Represents a grant to all users.
|
class |
GroupByDomainGrantee
Represents an Group By Domain Grantee, that is a group identified by their domain address.
|
class |
GroupByEmailAddressGrantee
Represents an Group By Email Grantee, that is a group identified by their email address.
|
class |
GroupByIdGrantee
Represents a Group grantee.
|
Copyright © 2006–2018. All rights reserved.