Uses of Class
com.aoindustries.aoserv.client.linux.UserServer
-
-
Uses of UserServer in com.aoindustries.aoserv.client.email
Methods in com.aoindustries.aoserv.client.email that return UserServer Modifier and Type Method Description UserServerAttachmentBlock. getLinuxServerAccount()UserServerInboxAddress. getLinuxServerAccount()UserServerInboxAttributes. getLinuxServerAccount()UserServerList. getLinuxServerAccount()UserServerMajordomoServer. getLinuxServerAccount()Methods in com.aoindustries.aoserv.client.email that return types with arguments of type UserServer Modifier and Type Method Description List<UserServer>Address. getLinuxServerAccounts()Methods in com.aoindustries.aoserv.client.email with parameters of type UserServer Modifier and Type Method Description intListTable. addEmailList(PosixPath path, UserServer lsa, GroupServer lsg)intInboxAddressTable. addLinuxAccAddress(Address emailAddressObject, UserServer lsa)voidDomain. addMajordomoServer(UserServer linuxServerAccount, GroupServer linuxServerGroup, MajordomoVersion majordomoVersion)List<Address>InboxAddressTable. getEmailAddresses(UserServer lsa)List<AttachmentBlock>AttachmentBlockTable. getEmailAttachmentBlocks(UserServer lsa)List<List>ListTable. getEmailLists(UserServer lsa)InboxAddressAddress. getLinuxAccAddress(UserServer lsa)InboxAddressInboxAddressTable. getLinuxAccAddress(Address address, UserServer lsa)List<InboxAddress>InboxAddressTable. getLinuxAccAddresses(UserServer lsa)Constructors in com.aoindustries.aoserv.client.email with parameters of type UserServer Constructor Description InboxAttributes(AOServConnector connector, UserServer lsa) -
Uses of UserServer in com.aoindustries.aoserv.client.ftp
Methods in com.aoindustries.aoserv.client.ftp that return UserServer Modifier and Type Method Description UserServerPrivateServer. getLinuxServerAccount() -
Uses of UserServer in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return UserServer Modifier and Type Method Description UserServerUserServerTable. get(int pkey)UserServerServer. getLinuxServerAccount(LinuxId uid)UserServerServer. getLinuxServerAccount(User.Name username)UserServerUser. getLinuxServerAccount(Server aoServer)UserServerUserServerTable. getLinuxServerAccountFromEmailAddress(String address, DomainName domain, String password)Finds a LinuxServerAccount by an email address and password combination.UserServerUserServerTable. getLinuxServerAccountFromUsernamePassword(User.Name username, String password, boolean emailOnly)Finds a LinuxServerAccount by a username and password combination.Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type UserServer Modifier and Type Method Description List<UserServer>GroupServer. getAlternateLinuxServerAccounts()List<UserServer>Server. getLinuxServerAccounts()List<UserServer>User. getLinuxServerAccounts()List<UserServer>UserServerTable. getMailAccounts()Methods in com.aoindustries.aoserv.client.linux with parameters of type UserServer Modifier and Type Method Description intServer. addCvsRepository(PosixPath path, UserServer lsa, GroupServer lsg, long mode)intServer. addHttpdSharedTomcat(String name, Version version, UserServer lsa, GroupServer lsg)voidUserServer. copyPassword(UserServer other) -
Uses of UserServer in com.aoindustries.aoserv.client.reseller
Methods in com.aoindustries.aoserv.client.reseller that return UserServer Modifier and Type Method Description UserServerBrand. getImapLinuxServerAccount()UserServerBrand. getSmtpLinuxServerAccount() -
Uses of UserServer in com.aoindustries.aoserv.client.scm
Methods in com.aoindustries.aoserv.client.scm that return UserServer Modifier and Type Method Description UserServerCvsRepository. getLinuxServerAccount()Methods in com.aoindustries.aoserv.client.scm with parameters of type UserServer Modifier and Type Method Description intCvsRepositoryTable. addCvsRepository(Server ao, PosixPath path, UserServer lsa, GroupServer lsg, long mode)List<CvsRepository>CvsRepositoryTable. getCvsRepositories(UserServer lsa) -
Uses of UserServer in com.aoindustries.aoserv.client.web
Methods in com.aoindustries.aoserv.client.web that return UserServer Modifier and Type Method Description UserServerHttpdServer. getLinuxServerAccount()UserServerSite. getLinuxServerAccount()Methods in com.aoindustries.aoserv.client.web with parameters of type UserServer Modifier and Type Method Description List<Site>SiteTable. getHttpdSites(UserServer lsa) -
Uses of UserServer in com.aoindustries.aoserv.client.web.tomcat
Methods in com.aoindustries.aoserv.client.web.tomcat that return UserServer Modifier and Type Method Description UserServerSharedTomcat. getLinuxServerAccount()Methods in com.aoindustries.aoserv.client.web.tomcat with parameters of type UserServer Modifier and Type Method Description intSharedTomcatTable. addHttpdSharedTomcat(String name, Server aoServer, Version version, UserServer lsa, GroupServer lsg)List<SharedTomcat>SharedTomcatTable. getHttpdSharedTomcats(UserServer lsa)
-