Class Acl.User

java.lang.Object
com.google.cloud.storage.Acl.Entity
com.google.cloud.storage.Acl.User
All Implemented Interfaces:
Serializable
Enclosing class:
Acl

public static final class Acl.User extends Acl.Entity
Class for ACL User entities.
See Also:
  • Constructor Details

    • User

      public User(String email)
      Creates a user entity.
      Parameters:
      email - the user email
  • Method Details

    • getEmail

      public String getEmail()
      Returns the user email.
    • ofAllUsers

      public static Acl.User ofAllUsers()
    • ofAllAuthenticatedUsers

      public static Acl.User ofAllAuthenticatedUsers()