Uses of Class
com.aoindustries.aoserv.client.linux.Group
-
-
Uses of Group in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account with parameters of type Group Modifier and Type Method Description voidUser. addLinuxAccount(Group primaryGroup, User.Gecos name, User.Gecos office_location, User.Gecos office_phone, User.Gecos home_phone, UserType typeObject, Shell shellObject) -
Uses of Group in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type Group Modifier and Type Method Description List<Group>Package. getLinuxGroups() -
Uses of Group in com.aoindustries.aoserv.client.distribution.management
Methods in com.aoindustries.aoserv.client.distribution.management that return Group Modifier and Type Method Description GroupDistroFile. getLinuxGroup() -
Uses of Group in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return Group Modifier and Type Method Description GroupGroupTable. get(Group.Name name)GroupGroupUser. getGroup()GroupGroupServer. getLinuxGroup()GroupUser. getPrimaryGroup()Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type Group Modifier and Type Method Description List<Group>GroupTable. getLinuxGroups(Package pack)List<Group>Server. getLinuxGroups()List<Group>User. getLinuxGroups()Methods in com.aoindustries.aoserv.client.linux with parameters of type Group 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)voidUser. addLinuxGroup(Group group)voidUser. removeLinuxGroup(Group group)voidUser. setPrimaryLinuxGroup(Group group) -
Uses of Group in com.aoindustries.aoserv.client.web.jboss
Methods in com.aoindustries.aoserv.client.web.jboss with parameters of type Group 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 Group in com.aoindustries.aoserv.client.web.tomcat
Methods in com.aoindustries.aoserv.client.web.tomcat with parameters of type Group 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)
-