Uses of Class
com.aoindustries.aoserv.client.postgresql.User
-
Packages that use User Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.billing com.aoindustries.aoserv.client.postgresql -
-
Uses of User in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return User Modifier and Type Method Description UserUser. getPostgresUser() -
Uses of User in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type User Modifier and Type Method Description List<User>Package. getPostgresUsers() -
Uses of User in com.aoindustries.aoserv.client.postgresql
Methods in com.aoindustries.aoserv.client.postgresql that return User Modifier and Type Method Description UserUserTable. get(User.Name username)UserUserServer. getPostgresUser()Methods in com.aoindustries.aoserv.client.postgresql that return types with arguments of type User Modifier and Type Method Description List<User>Server. getPostgresUsers()List<User>UserTable. getPostgresUsers(Package pack)
-