Uses of Class
com.aoindustries.aoserv.client.postgresql.User.Name
-
Packages that use User.Name Package Description com.aoindustries.aoserv.client com.aoindustries.aoserv.client.aosh com.aoindustries.aoserv.client.postgresql -
-
Uses of User.Name in com.aoindustries.aoserv.client
Methods in com.aoindustries.aoserv.client that return User.Name Modifier and Type Method Description protected static User.NameAOServObject. getPostgresUserId(PostgresUserName postgresUserId)null-safe PostgreSQL user id conversion.Methods in com.aoindustries.aoserv.client with parameters of type User.Name Modifier and Type Method Description intSimpleAOClient. addPostgresDatabase(Database.Name name, Server.Name postgres_server, String aoServer, User.Name datdba, String encoding, boolean enablePostgis)Adds a newDatabaseto the system.intSimpleAOClient. addPostgresServerUser(User.Name username, Server.Name postgresServer, String aoServer)voidSimpleAOClient. addPostgresUser(User.Name username)Adds aUserto the system.intSimpleAOClient. arePostgresUserPasswordsSet(User.Name username)Determines if aUsercurrently has passwords set.static List<PasswordChecker.Result>SimpleAOClient. checkPostgresPassword(User.Name username, String password)Checks the strength of a password that will be used for aUserServer.intSimpleAOClient. disablePostgresServerUser(User.Name username, Server.Name postgresServer, String aoServer, String disableReason)Disables aUserServer.intSimpleAOClient. disablePostgresUser(User.Name username, String disableReason)Disables aUser.voidSimpleAOClient. enablePostgresServerUser(User.Name username, Server.Name postgresServer, String aoServer)Enables aUserServer.voidSimpleAOClient. enablePostgresUser(User.Name username)Enables aUser.booleanSimpleAOClient. isPostgresServerUserPasswordSet(User.Name username, Server.Name postgresServer, String aoServer)Determines if aUserServercurrently has a password set.voidSimpleAOClient. removePostgresServerUser(User.Name username, Server.Name postgresServer, String aoServer)Removes aUserServerfrom a the system..voidSimpleAOClient. removePostgresUser(User.Name username)Removes aUserfrom a the system..voidSimpleAOClient. setPostgresServerUserPassword(User.Name username, Server.Name postgresServer, String aoServer, String password)Sets the password for aUserServer.voidSimpleAOClient. setPostgresUserPassword(User.Name username, String password)Sets the password for aUserby settings the password for all of itsUserServers. -
Uses of User.Name in com.aoindustries.aoserv.client.aosh
Methods in com.aoindustries.aoserv.client.aosh that return User.Name Modifier and Type Method Description static User.NameAOSH. parsePostgresUserName(String S, String field) -
Uses of User.Name in com.aoindustries.aoserv.client.postgresql
Fields in com.aoindustries.aoserv.client.postgresql declared as User.Name Modifier and Type Field Description static User.NameUser. AOADMINThe username of the PostgreSQL special users.static User.NameUser. AOSERV_APPThe username of the PostgreSQL special users.static User.NameUser. AOWEB_APPThe username of the PostgreSQL special users.static User.NameUser. PG_EXECUTE_SERVER_PROGRAMThe username of the PostgreSQL special users.static User.NameUser. PG_MONITORThe username of the PostgreSQL special users.static User.NameUser. PG_READ_ALL_SETTINGSThe username of the PostgreSQL special users.static User.NameUser. PG_READ_ALL_STATSThe username of the PostgreSQL special users.static User.NameUser. PG_READ_SERVER_FILESThe username of the PostgreSQL special users.static User.NameUser. PG_SIGNAL_BACKENDThe username of the PostgreSQL special users.static User.NameUser. PG_STAT_SCAN_TABLESThe username of the PostgreSQL special users.static User.NameUser. PG_WRITE_SERVER_FILESThe username of the PostgreSQL special users.protected User.NameCachedObjectUserNameKey. pkeystatic User.NameUser. POSTGRESThe username of the PostgreSQL special users.static User.NameUser. POSTGRESMONThe username of the PostgreSQL special users.Methods in com.aoindustries.aoserv.client.postgresql that return User.Name Modifier and Type Method Description User.NameCachedObjectUserNameKey. getKey()User.NameUserServer. getPostgresUser_username()User.NameUser. getUsername_username_id()User.NameUser.Name. intern()static User.NameUser.Name. valueOf(String id)Methods in com.aoindustries.aoserv.client.postgresql with parameters of type User.Name Modifier and Type Method Description voidUserTable. addPostgresUser(User.Name username)static List<PasswordChecker.Result>User. checkPassword(User.Name username, String password)abstract VCachedTableUserNameKey. get(User.Name pkey)UserUserTable. get(User.Name username)UserServerServer. getPostgresServerUser(User.Name username)static booleanUser. isSpecial(User.Name username)Special PostgreSQL users may not be added or removed.
-