Acl class
An ACL (Access Control List) describes access rights to buckets and objects.
An ACL is a prioritized sequence of access control specifications, which individually prevent or grant access. The access controls are described by AclEntry objects.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override