Uses of Class
com.aoindustries.aoserv.client.mysql.User.Name
-
Packages that use User.Name Package Description com.aoindustries.aoserv.client com.aoindustries.aoserv.client.aosh com.aoindustries.aoserv.client.mysql -
-
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. getMysqlUserName(MySQLUserName mysqlUserId)null-safe MySQL user name conversion.Methods in com.aoindustries.aoserv.client with parameters of type User.Name Modifier and Type Method Description intSimpleAOClient. addMySQLDBUser(Database.Name name, Server.Name mysqlServer, String aoServer, User.Name username, boolean canSelect, boolean canInsert, boolean canUpdate, boolean canDelete, boolean canCreate, boolean canDrop, boolean canReference, boolean canIndex, boolean canAlter, boolean canCreateTempTable, boolean canLockTables, boolean canCreateView, boolean canShowView, boolean canCreateRoutine, boolean canAlterRoutine, boolean canExecute, boolean canEvent, boolean canTrigger)Grants aUserServerpermission to access aDatabase.intSimpleAOClient. addMySQLServerUser(User.Name username, Server.Name mysqlServer, String aoServer, String host)voidSimpleAOClient. addMySQLUser(User.Name username)Adds aUserto the system.intSimpleAOClient. areMySQLUserPasswordsSet(User.Name username)Determines if aUsercurrently has passwords set.static List<PasswordChecker.Result>SimpleAOClient. checkMySQLPassword(User.Name username, String password)Checks the strength of a password that will be used for aUserServer.intSimpleAOClient. disableMySQLServerUser(User.Name username, Server.Name mysqlServer, String aoServer, String disableReason)Disables aUserServer.intSimpleAOClient. disableMySQLUser(User.Name username, String disableReason)Disables aUser.voidSimpleAOClient. enableMySQLServerUser(User.Name username, Server.Name mysqlServer, String aoServer)Enables aUserServer.voidSimpleAOClient. enableMySQLUser(User.Name username)Enables aUser.booleanSimpleAOClient. isMySQLServerUserPasswordSet(User.Name username, Server.Name mysqlServer, String aoServer)Determines if aUserServercurrently has a password set.voidSimpleAOClient. removeMySQLDBUser(Database.Name name, Server.Name mysqlServer, String aoServer, User.Name username)Removes aDatabaseUserfrom the system.voidSimpleAOClient. removeMySQLServerUser(User.Name username, Server.Name mysqlServer, String aoServer)Removes aUserServerfrom a the system..voidSimpleAOClient. removeMySQLUser(User.Name username)Removes aUserfrom a the system.voidSimpleAOClient. setMySQLServerUserPassword(User.Name username, Server.Name mysqlServer, String aoServer, String password)Sets the password for aUserServer.voidSimpleAOClient. setMySQLUserPassword(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. parseMySQLUserName(String S, String field) -
Uses of User.Name in com.aoindustries.aoserv.client.mysql
Fields in com.aoindustries.aoserv.client.mysql declared as User.Name Modifier and Type Field Description static User.NameUser. MYSQL_SESSIONThe username of the MySQL special users.static User.NameUser. MYSQL_SYSThe username of the MySQL special users.static User.NameUser. MYSQLMONThe username of the MySQL special users.protected User.NameCachedObjectUserNameKey. pkeystatic User.NameUser. ROOTThe username of the MySQL special users.Methods in com.aoindustries.aoserv.client.mysql that return User.Name Modifier and Type Method Description User.NameCachedObjectUserNameKey. getKey()User.NameUserServer. getMySQLUser_username()User.NameUser. getUsername_id()User.NameUser.Name. intern()static User.NameUser.Name. valueOf(String name)Methods in com.aoindustries.aoserv.client.mysql with parameters of type User.Name Modifier and Type Method Description voidUserTable. addMySQLUser(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. getMySQLServerUser(User.Name username)static booleanUser. isSpecial(User.Name username)Special MySQL users may not be added or removed.
-