Uses of Interface
com.aoindustries.aoserv.client.Disablable
-
-
Uses of Disablable in com.aoindustries.aoserv.client.account
Classes in com.aoindustries.aoserv.client.account that implement Disablable Modifier and Type Class Description classAccountAnAccountis one distinct set of packages, resources, and permissions.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. -
Uses of Disablable in com.aoindustries.aoserv.client.billing
Classes in com.aoindustries.aoserv.client.billing that implement Disablable Modifier and Type Class Description classPackageAPackageis a set of resources and its associated price. -
Uses of Disablable in com.aoindustries.aoserv.client.email
Classes in com.aoindustries.aoserv.client.email that implement Disablable Modifier and Type Class Description classListAny incoming email addressed to aListis immediately forwarded on to all addresses contained in the list.classPipeIncoming email addressed to anEmailPipeis piped into a native process.classSmtpRelayWhen a user successfully logs into either the POP3 or IMAP mail systems, access from their host is granted to the SMTP server via aEmailSmtpRelay. -
Uses of Disablable in com.aoindustries.aoserv.client.linux
Classes in com.aoindustries.aoserv.client.linux that implement Disablable Modifier and Type Class Description classUserOne user may have shell, FTP, and/or email access to any number of servers.classUserServer -
Uses of Disablable in com.aoindustries.aoserv.client.mysql
Classes in com.aoindustries.aoserv.client.mysql that implement Disablable Modifier and Type Class Description classUserAMySQLUserstores the details of a MySQL account that are common to all servers.classUserServer -
Uses of Disablable in com.aoindustries.aoserv.client.postgresql
Classes in com.aoindustries.aoserv.client.postgresql that implement Disablable Modifier and Type Class Description classUserAPostgresUsermay have access to multiple servers.classUserServerAPostgresServerUsergrants aPostgresUseraccess to aServer. -
Uses of Disablable in com.aoindustries.aoserv.client.scm
Classes in com.aoindustries.aoserv.client.scm that implement Disablable Modifier and Type Class Description classCvsRepositoryACvsRepositoryrepresents on repository directory for the CVS pserver. -
Uses of Disablable in com.aoindustries.aoserv.client.web
Classes in com.aoindustries.aoserv.client.web that implement Disablable Modifier and Type Class Description classSiteAnHttpdSiteis one unique set of web content and resides in its own directory under/www.classVirtualHost -
Uses of Disablable in com.aoindustries.aoserv.client.web.tomcat
Classes in com.aoindustries.aoserv.client.web.tomcat that implement Disablable Modifier and Type Class Description classSharedTomcatAnHttpdSharedTomcatstores configuration information about the Jakarta Tomcat JVM under which run one or moreHttpdTomcatSharedSites.
-