Class GroupGrantee

java.lang.Object
org.jets3t.service.acl.GroupGrantee
All Implemented Interfaces:
GranteeInterface
Direct Known Subclasses:
AllAuthenticatedUsersGrantee, AllUsersGrantee, GroupByDomainGrantee, GroupByEmailAddressGrantee, GroupByIdGrantee

public class GroupGrantee extends Object implements GranteeInterface
Represents a Group grantee.

Only three groups are available in S3:
ALL_USERS: The general public
AUTHENTICATED_USERS: Authenticated Amazon S3 users
LOG_DELIVERY: Amazon's S3 Log Delivery group, who deliver bucket log files

Author:
James Murty