fly.play.aws

acl

package acl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. acl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ACLList = Seq[Grant[_]]

  2. case class CanonicalUser(id: String, displayName: String) extends Grantee with Product with Serializable

  3. case class Grant[GranteeType <: Grantee](permission: Permission, grantee: GranteeType) extends Product with Serializable

  4. sealed trait Grantee extends AnyRef

  5. case class Group(uri: String) extends Grantee with Product with Serializable

  6. sealed trait Permission extends AnyRef

Value Members

  1. object ACLList

  2. object AllUsers extends Group

  3. object CanonicalUser extends Serializable

  4. object FULL_CONTROL extends Permission with Product with Serializable

  5. object Grant extends Serializable

  6. object Grantee

  7. object Group extends Serializable

  8. object LogDelivery extends Group

  9. object Permission

  10. object READ extends Permission with Product with Serializable

  11. object READ_ACP extends Permission with Product with Serializable

  12. object WRITE extends Permission with Product with Serializable

  13. object WRITE_ACP extends Permission with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped