Package | Description |
---|---|
com.impossibl.postgres.api.data |
Modifier and Type | Field and Description |
---|---|
static ACLItem.Right[] |
ACLItem.ALL_RIGHTS |
Modifier and Type | Method and Description |
---|---|
ACLItem.Right[] |
ACLItem.getRights() |
static ACLItem.Right[] |
ACLItem.rightsOf(String rightsOrPrivileges)
Parse a rights string into rights objects.
|
Modifier and Type | Method and Description |
---|---|
static char[] |
ACLItem.privilegesOf(ACLItem.Right[] rights)
Produce a string of privileges matching the provided rights.
|
void |
ACLItem.setRights(ACLItem.Right[] rights) |
Constructor and Description |
---|
ACLItem(String user,
ACLItem.Right[] rights,
String grantor) |