public final class Acl extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Acl.Domain
Class for ACL Domain entities.
|
static class |
Acl.Entity
Base class for Access Control List entities.
|
static class |
Acl.Group
Class for ACL Group entities.
|
static class |
Acl.Project
Class for ACL Project entities.
|
static class |
Acl.RawEntity |
static class |
Acl.Role |
static class |
Acl.User
Class for ACL User entities.
|
| Modifier and Type | Method and Description |
|---|---|
Acl.Entity |
entity()
Returns the entity for this ACL object.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static Acl |
of(Acl.Entity entity,
Acl.Role role)
Returns an Acl object.
|
Acl.Role |
role()
Returns the role associated to the entity in this ACL object.
|
public Acl.Entity entity()
public Acl.Role role()
public static Acl of(Acl.Entity entity, Acl.Role role)
entity - the entity for this ACL objectrole - the role to associate to the entity objectCopyright © 2016 Google. All rights reserved.