Uses of Interface
com.aoindustries.aoserv.client.password.PasswordProtected
-
Packages that use PasswordProtected Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.linux com.aoindustries.aoserv.client.mysql com.aoindustries.aoserv.client.postgresql -
-
Uses of PasswordProtected in com.aoindustries.aoserv.client.account
Classes in com.aoindustries.aoserv.client.account that implement PasswordProtected Modifier and Type Class Description classAdministratorAnAdministratoris a username and password pair, usually representing an individual or an application, that has administrative control over all resources in anAccountor any any of its child businesses.classUserEachUsernameis unique across all systems and must be allocated to aPackagebefore use in any of the account types.Method parameters in com.aoindustries.aoserv.client.account with type arguments of type PasswordProtected Modifier and Type Method Description static intUser. groupPasswordsSet(List<? extends PasswordProtected> pps) -
Uses of PasswordProtected in com.aoindustries.aoserv.client.linux
Classes in com.aoindustries.aoserv.client.linux that implement PasswordProtected Modifier and Type Class Description classUserOne user may have shell, FTP, and/or email access to any number of servers.classUserServer -
Uses of PasswordProtected in com.aoindustries.aoserv.client.mysql
Classes in com.aoindustries.aoserv.client.mysql that implement PasswordProtected Modifier and Type Class Description classUserAMySQLUserstores the details of a MySQL account that are common to all servers.classUserServer -
Uses of PasswordProtected in com.aoindustries.aoserv.client.postgresql
Classes in com.aoindustries.aoserv.client.postgresql that implement PasswordProtected Modifier and Type Class Description classUserAPostgresUsermay have access to multiple servers.classUserServerAPostgresServerUsergrants aPostgresUseraccess to aServer.
-