Package org.jets3t.service.acl


package org.jets3t.service.acl
  • Class
    Description
    Represents an Amazon S3 Access Control List (ACL), including the ACL's set of grantees and the permissions assigned to each grantee.
    Represents a grantee identified by their canonical Amazon ID, which is something along the lines of an Amazon-internal ID specific to a user.
    Represents an Email Grantee, that is a grantee identified by their email address and authenticated by an Amazon system.
    Simple container object to combine a grantee object with a permission object.
    Represents a grantee (entity) who can be assigned access permissions in an AccessControlList.
    Represents a Group grantee.
    Represents an access permission, as granted to grantees in an AccessControlList.