Uses of Class
org.postgresql.pljava.internal.AclId

Packages that use AclId
org.postgresql.pljava.internal   
 

Uses of AclId in org.postgresql.pljava.internal
 

Methods in org.postgresql.pljava.internal that return AclId
static AclId AclId.fromName(String name)
          Return the id of the session user.
static AclId AclId.getSessionUser()
          Return the id of the session user.
static AclId AclId.getUser()
          Return the id of the current database user.