Uses of Class
com.aoindustries.aoserv.client.linux.User
-
-
Uses of User in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return User Modifier and Type Method Description UserUser. getLinuxAccount()Methods in com.aoindustries.aoserv.client.account that return types with arguments of type User Modifier and Type Method Description List<User>Account. getMailAccounts() -
Uses of User in com.aoindustries.aoserv.client.distribution.management
Methods in com.aoindustries.aoserv.client.distribution.management that return User Modifier and Type Method Description UserDistroFile. getLinuxAccount() -
Uses of User in com.aoindustries.aoserv.client.ftp
Methods in com.aoindustries.aoserv.client.ftp that return User Modifier and Type Method Description UserGuestUser. getLinuxAccount() -
Uses of User in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return User Modifier and Type Method Description UserUserTable. get(User.Name username)UserUserServer. getLinuxAccount()UserGroupUser. getUser()Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type User Modifier and Type Method Description List<User>Server. getLinuxAccounts()List<User>UserTable. getMailAccounts()List<User>UserTable. getMailAccounts(Account business)Methods in com.aoindustries.aoserv.client.linux with parameters of type User Modifier and Type Method Description intServer. addHttpdJBossSite(String siteName, Package packageObj, User siteUser, Group siteGroup, Email serverAdmin, boolean useApache, IpAddress ipAddress, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, Version jBossVersion)intServer. addHttpdTomcatSharedSite(String siteName, Package packageObj, User siteUser, Group siteGroup, Email serverAdmin, boolean useApache, IpAddress ipAddress, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, String sharedTomcatName)intServer. addHttpdTomcatStdSite(String siteName, Package packageObj, User jvmUser, Group jvmGroup, Email serverAdmin, boolean useApache, IpAddress ipAddress, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, Version tomcatVersion)intGroup. addLinuxAccount(User user) -
Uses of User in com.aoindustries.aoserv.client.web.jboss
Methods in com.aoindustries.aoserv.client.web.jboss with parameters of type User Modifier and Type Method Description intSiteTable. addHttpdJBossSite(Server aoServer, String siteName, Package packageObj, User siteUser, Group siteGroup, Email serverAdmin, boolean useApache, IpAddress ipAddress, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, Version jBossVersion) -
Uses of User in com.aoindustries.aoserv.client.web.tomcat
Methods in com.aoindustries.aoserv.client.web.tomcat with parameters of type User Modifier and Type Method Description intSharedTomcatSiteTable. addHttpdTomcatSharedSite(Server aoServer, String siteName, Package packageObj, User siteUser, Group siteGroup, Email serverAdmin, boolean useApache, IpAddress ipAddress, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, String sharedTomcatName)intPrivateTomcatSiteTable. addHttpdTomcatStdSite(Server aoServer, String siteName, Package packageObj, User jvmUser, Group jvmGroup, Email serverAdmin, boolean useApache, IpAddress ipAddress, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, Version tomcatVersion)
-