Uses of Class
com.aoindustries.aoserv.client.account.User.Name
-
-
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. getUserId(UserName userId)null-safe user id conversion.static User.NameAOServClientConfiguration. getUsername()Gets the optional default username.Methods in com.aoindustries.aoserv.client with parameters of type User.Name Modifier and Type Method Description voidSimpleAOClient. addAdministrator(User.Name username, String name, String title, Date birthday, boolean isPrivate, String workPhone, String homePhone, String cellPhone, String fax, Email email, String address1, String address2, String city, String state, String country, String zip, boolean enableEmailSupport)Adds a newAdministratorto anAccount.intSimpleAOClient. addBackupHost(String hostname, String farm, Account.Name owner, String description, int backup_hour, String os_type, String os_version, String architecture, User.Name username, String password, String contact_phone, String contact_email)Adds a new backupHost.intSimpleAOClient. addTransaction(int timeType, Timestamp time, Account.Name account, Account.Name sourceAccount, User.Name administrator, String type, String description, int quantity, Money rate, String paymentType, String paymentInfo, String processor, byte payment_confirmed)Adds a newTransactionto aAccount.voidSimpleAOClient. addUsername(Account.Name packageName, User.Name username)intSimpleAOClient. areUsernamePasswordsSet(User.Name username)Determines if aUsercurrently has passwords set.static List<PasswordChecker.Result>SimpleAOClient. checkAdministratorPassword(User.Name username, String password)Checks the strength of a password that will be used for aAdministrator.List<PasswordChecker.Result>SimpleAOClient. checkUsernamePassword(User.Name username, String password)Checks the strength of a password that will be used for aUser.intSimpleAOClient. disableAdministrator(User.Name username, String disableReason)Disables aAdministrator.intSimpleAOClient. disableUsername(User.Name username, String disableReason)Disables aUserand all uses of the username.voidSimpleAOClient. enableAdministrator(User.Name username)Enables anAdministrator.voidSimpleAOClient. enableUsername(User.Name username)Enables aUserand all uses of the username.static AOServConnectorAOServConnector. getConnector(User.Name connectAs, User.Name authenticateAs, String password, DomainName daemonServer)Gets theAOServConnectorwith the provided authentication information.static AOServConnectorAOServConnector. getConnector(User.Name username, String password)Gets theAOServConnectorwith the provided authentication information.static SSLConnectorSSLConnector. getSSLConnector(HostAddress hostname, InetAddress local_ip, Port port, User.Name connectAs, User.Name authenticateAs, String password, DomainName daemonServer, int poolSize, long maxConnectionAge, String trustStorePath, String trustStorePassword)static TCPConnectorTCPConnector. getTCPConnector(HostAddress hostname, InetAddress local_ip, Port port, User.Name connectAs, User.Name authenticateAs, String password, DomainName daemonServer, int poolSize, long maxConnectionAge)booleanSimpleAOClient. isAdministratorPasswordSet(User.Name username)Determines if aAdministratorcurrently has a password set.booleanSimpleAOClient. isUsernameAvailable(User.Name username)Determines if aUseris available.voidSimpleAOClient. removeAdministrator(User.Name username)Removes anAdministratorfrom the system.voidSimpleAOClient. removeUsername(User.Name username)Removes aUserfrom the system.voidSimpleAOClient. setAdministratorPassword(User.Name username, String password)Sets the password for anAdministrator.voidSimpleAOClient. setAdministratorProfile(User.Name username, String name, String title, Date birthday, boolean isPrivate, String workPhone, String homePhone, String cellPhone, String fax, Email email, String address1, String address2, String city, String state, String country, String zip)Sets the profile of anAdministrator, which is all of their contact information and other details.voidSimpleAOClient. setUsernamePassword(User.Name username, String password)Sets the password for aUser.abstract AOServConnectorAOServConnector. switchUsers(User.Name username)AOServConnectorSSLConnector. switchUsers(User.Name username)AOServConnectorTCPConnector. switchUsers(User.Name username)Constructors in com.aoindustries.aoserv.client with parameters of type User.Name Constructor Description AOServConnector(HostAddress hostname, InetAddress local_ip, Port port, User.Name connectAs, User.Name authenticateAs, String password, DomainName daemonServer)SSLConnector(HostAddress hostname, InetAddress local_ip, Port port, User.Name connectAs, User.Name authenticateAs, String password, DomainName daemonServer, int poolSize, long maxConnectionAge, String trustStorePath, String trustStorePassword)TCPConnector(HostAddress hostname, InetAddress local_ip, Port port, User.Name connectAs, User.Name authenticateAs, String password, DomainName daemonServer, int poolSize, long maxConnectionAge) -
Uses of User.Name in com.aoindustries.aoserv.client.account
Fields in com.aoindustries.aoserv.client.account declared as User.Name Modifier and Type Field Description protected User.NameCachedObjectUserNameKey. pkeyMethods in com.aoindustries.aoserv.client.account that return User.Name Modifier and Type Method Description User.NameDisableLog. getDisabledByUsername()User.NameCachedObjectUserNameKey. getKey()User.NameUser. getUsername()User.NameAdministrator. getUsername_userId()User.NameUser.Name. intern()Interns this name much in the same fashion asString.intern().static User.NameUser.Name. valueOf(String name)Methods in com.aoindustries.aoserv.client.account with parameters of type User.Name Modifier and Type Method Description voidUserTable. addUsername(Package packageObject, User.Name username)static List<PasswordChecker.Result>Administrator. checkPassword(User.Name username, String password)Validates a password and returns a description of the problem.intUser.Name. compareTo(User.Name other)AdministratorAdministratorTable. get(User.Name username)Gets oneAdministratorfrom the database.abstract VCachedTableUserNameKey. get(User.Name pkey)UserUserTable. get(User.Name username)booleanUserTable. isUsernameAvailable(User.Name username) -
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. getConfigUsername(InputStream in, TerminalWriter err)static User.NameAOSH. parseUserName(String S, String field) -
Uses of User.Name in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return User.Name Modifier and Type Method Description User.NameTransactionSearchCriteria. getAdministrator()User.NameTransaction. getAdministrator_username()Methods in com.aoindustries.aoserv.client.billing with parameters of type User.Name Modifier and Type Method Description voidPackage. addUsername(User.Name username)voidTransactionSearchCriteria. setAdministrator(User.Name administrator)Constructors in com.aoindustries.aoserv.client.billing with parameters of type User.Name Constructor Description TransactionSearchCriteria(Timestamp after, Timestamp before, int transid, Account.Name account, Account.Name sourceAccount, User.Name administrator, String type, String description, String paymentType, String paymentInfo, byte paymentConfirmed) -
Uses of User.Name in com.aoindustries.aoserv.client.linux
Subclasses of User.Name in com.aoindustries.aoserv.client.linux Modifier and Type Class Description static classUser.NameRepresents a Linux username. -
Uses of User.Name in com.aoindustries.aoserv.client.master
Fields in com.aoindustries.aoserv.client.master declared as User.Name Modifier and Type Field Description protected User.NameProcess. authenticated_userprotected User.NameProcess. effective_userMethods in com.aoindustries.aoserv.client.master that return User.Name Modifier and Type Method Description User.NameAdministratorPermission. getAdministrator_username()User.NameProcess. getAuthenticatedAdministrator_username()User.NameProcess. getEffectiveAdministrator_username()Methods in com.aoindustries.aoserv.client.master with parameters of type User.Name Modifier and Type Method Description UserUserTable. get(User.Name username) -
Uses of User.Name in com.aoindustries.aoserv.client.mysql
Subclasses of User.Name in com.aoindustries.aoserv.client.mysql Modifier and Type Class Description static classUser.NameRepresents a MySQL user ID. -
Uses of User.Name in com.aoindustries.aoserv.client.net
Methods in com.aoindustries.aoserv.client.net with parameters of type User.Name Modifier and Type Method Description intHostTable. addBackupHost(String hostname, ServerFarm farm, Package owner, String description, int backup_hour, OperatingSystemVersion os_version, User.Name username, String password, String contact_phone, String contact_email) -
Uses of User.Name in com.aoindustries.aoserv.client.password
Methods in com.aoindustries.aoserv.client.password with parameters of type User.Name Modifier and Type Method Description static List<PasswordChecker.Result>PasswordChecker. checkPassword(User.Name username, String password, PasswordChecker.PasswordStrength strength) -
Uses of User.Name in com.aoindustries.aoserv.client.postgresql
Subclasses of User.Name in com.aoindustries.aoserv.client.postgresql Modifier and Type Class Description static classUser.NameRepresents a PostgreSQL user ID. -
Uses of User.Name in com.aoindustries.aoserv.client.signup
Methods in com.aoindustries.aoserv.client.signup that return User.Name Modifier and Type Method Description User.NameRequest. getBaUsername()Methods in com.aoindustries.aoserv.client.signup with parameters of type User.Name Modifier and Type Method Description intRequestTable. addSignupRequest(Brand brand, InetAddress ip_address, PackageDefinition package_definition, String business_name, String business_phone, String business_fax, String business_address1, String business_address2, String business_city, String business_state, CountryCode business_country, String business_zip, String ba_name, String ba_title, String ba_work_phone, String ba_cell_phone, String ba_home_phone, String ba_fax, Email ba_email, String ba_address1, String ba_address2, String ba_city, String ba_state, CountryCode ba_country, String ba_zip, User.Name ba_username, String billing_contact, Email billing_email, boolean billing_use_monthly, boolean billing_pay_one_year, String ba_password, String billing_cardholder_name, String billing_card_number, String billing_expiration_month, String billing_expiration_year, String billing_street_address, String billing_city, String billing_state, String billing_zip, Map<String,String> options)Encrypts the signup request details and adds to the master database.
-