Package org.jets3t.service.acl

Access Control List (ACL) implementation classes and utilities.

See:
          Description

Interface Summary
GranteeInterface Represents a grantee (entity) who can be assigned access permissions in an AccessControlList.
 

Class Summary
AccessControlList Represents an Amazon S3 Access Control List (ACL), including the ACL's set of grantees and the permissions assigned to each grantee.
CanonicalGrantee Represents a grantee identified by their canonical Amazon ID, which is something along the lines of an Amazon-internal ID specific to a user.
EmailAddressGrantee Represents an Email Grantee, that is a grantee identified by their email address and authenticated by an Amazon system.
GrantAndPermission Simple container object to combine a grantee object with a permission object.
GroupGrantee Represents a Group grantee.
Permission Represents an access permission, as granted to grantees in an AccessControlList.
 

Package org.jets3t.service.acl Description

Access Control List (ACL) implementation classes and utilities.