Uses of Class
com.impossibl.postgres.api.data.ACLItem.Right
-
Packages that use ACLItem.Right Package Description com.impossibl.postgres.api.data -
-
Uses of ACLItem.Right in com.impossibl.postgres.api.data
Fields in com.impossibl.postgres.api.data declared as ACLItem.Right Modifier and Type Field Description static ACLItem.Right[]
ACLItem. ALL_RIGHTS
Methods in com.impossibl.postgres.api.data that return ACLItem.Right Modifier and Type Method Description ACLItem.Right[]
ACLItem. getRights()
static ACLItem.Right[]
ACLItem. rightsOf(String rightsOrPrivileges)
Parse a rights string into rights objects.Methods in com.impossibl.postgres.api.data with parameters of type ACLItem.Right Modifier and Type Method Description static char[]
ACLItem. privilegesOf(ACLItem.Right[] rights)
Produce a string of privileges matching the provided rights.void
ACLItem. setRights(ACLItem.Right[] rights)
Constructors in com.impossibl.postgres.api.data with parameters of type ACLItem.Right Constructor Description ACLItem(String user, ACLItem.Right[] rights, String grantor)
-