Uses of Interface
com.aoindustries.aoserv.client.Removable
-
-
Uses of Removable in com.aoindustries.aoserv.client.account
Classes in com.aoindustries.aoserv.client.account that implement Removable Modifier and Type Class Description classAccountHostclassAdministratorAnAdministratoris 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 Removable in com.aoindustries.aoserv.client.backup
Classes in com.aoindustries.aoserv.client.backup that implement Removable Modifier and Type Class Description classFileReplicationSettingAFileBackupSettingoverrides the default backup behavior. -
Uses of Removable in com.aoindustries.aoserv.client.billing
Classes in com.aoindustries.aoserv.client.billing that implement Removable Modifier and Type Class Description classPackageDefinitionAPackageDefinitionstores one unique set of resources, limits, and prices. -
Uses of Removable in com.aoindustries.aoserv.client.dns
Classes in com.aoindustries.aoserv.client.dns that implement Removable Modifier and Type Class Description classRecordADNSRecordis one line of aDNSZone(name server zone file).classZoneADNSZoneis one domain hosted in the name servers. -
Uses of Removable in com.aoindustries.aoserv.client.email
Classes in com.aoindustries.aoserv.client.email that implement Removable Modifier and Type Class Description classAddressAnEmailAddressrepresents a unique email address hosted on an AOServ server.classAttachmentBlockAnEmailAttachmentBlockrestricts one attachment type on one email inbox.classBlackholeAddressAny email sent to aBlackholeEmailAddressis piped directly to/dev/null- the bit bucket - the email appears to have been delivered but is simply discarded.classDomainAEmailDomainis one hostname/domain of email addresses hosted on aServer.classForwardingAnEmailForwardingdirects incoming mail to a different destination.classInboxAddressALinuxAccountmay have any number of email addresses routed to it to become an email inbox.classListAny incoming email addressed to aListis immediately forwarded on to all addresses contained in the list.classListAddressAnListmay receive email on multiple addresses, and then forward those emails to the list of destinations.classMajordomoServerAMajordomoServerprovides Majordomo functionality for aEmailDomain.classPipeIncoming email addressed to anEmailPipeis piped into a native process.classPipeAddressAny number ofEmailAddresses may be directed to anEmailPipe.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 Removable in com.aoindustries.aoserv.client.ftp
Classes in com.aoindustries.aoserv.client.ftp that implement Removable Modifier and Type Class Description classGuestUserIf aLinuxAccounthas aFTPGuestUserattached to it, FTP connections will be limited with their home directory as the root directory. -
Uses of Removable in com.aoindustries.aoserv.client.linux
Classes in com.aoindustries.aoserv.client.linux that implement Removable Modifier and Type Class Description classGroupALinuxGroupmay exist on multipleServers.classGroupServerALinuxServerGroupadds aLinuxGroupto aServer, so thatLinuxServerAccountwith access to the group may use the group on the server.classGroupUserEachLinuxGroupmay be accessed by any number ofLinuxAccounts.classUserOne user may have shell, FTP, and/or email access to any number of servers.classUserServer -
Uses of Removable in com.aoindustries.aoserv.client.mysql
Classes in com.aoindustries.aoserv.client.mysql that implement Removable Modifier and Type Class Description classDatabaseAMySQLDatabasecorresponds to a unique MySQL table space on one server.classDatabaseUserAMySQLDBUsergrants aMySQLServerUseraccess to aMySQLDatabase.classUserAMySQLUserstores the details of a MySQL account that are common to all servers.classUserServer -
Uses of Removable in com.aoindustries.aoserv.client.net
Classes in com.aoindustries.aoserv.client.net that implement Removable Modifier and Type Class Description classBindAll listening network ports must be registered as aNetBind. -
Uses of Removable in com.aoindustries.aoserv.client.payment
Classes in com.aoindustries.aoserv.client.payment that implement Removable Modifier and Type Class Description classCreditCardACreditCardstores credit card information. -
Uses of Removable in com.aoindustries.aoserv.client.postgresql
Classes in com.aoindustries.aoserv.client.postgresql that implement Removable Modifier and Type Class Description classDatabaseAPostgresDatabasecorresponds to a unique PostgreSQL table space on one server.classUserAPostgresUsermay have access to multiple servers.classUserServerAPostgresServerUsergrants aPostgresUseraccess to aServer. -
Uses of Removable in com.aoindustries.aoserv.client.scm
Classes in com.aoindustries.aoserv.client.scm that implement Removable Modifier and Type Class Description classCvsRepositoryACvsRepositoryrepresents on repository directory for the CVS pserver. -
Uses of Removable in com.aoindustries.aoserv.client.web
Classes in com.aoindustries.aoserv.client.web that implement Removable Modifier and Type Class Description classLocationTODO: Make the authentication aspect optional since this now has an optional handler.classSiteAnHttpdSiteis one unique set of web content and resides in its own directory under/www.classVirtualHostNameMultipleHttpdSiteURLs may be attached to a unique combination ofHttpdSiteandHttpdBind, represented by anHttpdSiteBind. -
Uses of Removable in com.aoindustries.aoserv.client.web.tomcat
Classes in com.aoindustries.aoserv.client.web.tomcat that implement Removable Modifier and Type Class Description classContextRepresents one context within aHttpdTomcatSite.classContextDataSourceRepresents one data source within aHttpdTomcatContext.classContextParameterRepresents one parameter within aHttpdTomcatContext.classJkMountEachSitehas independently configured JkMount and JkUnMount directives.classSharedTomcatAnHttpdSharedTomcatstores configuration information about the Jakarta Tomcat JVM under which run one or moreHttpdTomcatSharedSites.
-