Uses of Class
com.aoindustries.aoserv.client.linux.GroupServer
-
-
Uses of GroupServer in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return GroupServer Modifier and Type Method Description GroupServerAccount. getLinuxServerGroup(Server aoServer) -
Uses of GroupServer in com.aoindustries.aoserv.client.email
Methods in com.aoindustries.aoserv.client.email that return GroupServer Modifier and Type Method Description GroupServerList. getLinuxServerGroup()GroupServerMajordomoServer. getLinuxServerGroup()Methods in com.aoindustries.aoserv.client.email with parameters of type GroupServer Modifier and Type Method Description intListTable. addEmailList(PosixPath path, UserServer lsa, GroupServer lsg)voidDomain. addMajordomoServer(UserServer linuxServerAccount, GroupServer linuxServerGroup, MajordomoVersion majordomoVersion) -
Uses of GroupServer in com.aoindustries.aoserv.client.ftp
Methods in com.aoindustries.aoserv.client.ftp that return GroupServer Modifier and Type Method Description GroupServerPrivateServer. getLinuxServerGroup()Deprecated.use getLinuxServerAccount().getPrimaryLinuxServerGroup() -
Uses of GroupServer in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return GroupServer Modifier and Type Method Description GroupServerGroupServerTable. get(int pkey)GroupServerGroup. getLinuxServerGroup(Server aoServer)GroupServerGroupServerTable. getLinuxServerGroup(Server aoServer, Account business)GroupServerGroupServerTable. getLinuxServerGroup(Server aoServer, Group.Name group_name)GroupServerGroupServerTable. getLinuxServerGroup(Server aoServer, LinuxId gid)GroupServerServer. getLinuxServerGroup(Group.Name groupName)GroupServerServer. getLinuxServerGroup(LinuxId gid)GroupServerUserServer. getPrimaryLinuxServerGroup()Gets the primaryLinuxServerGroupfor thisLinuxServerAccountMethods in com.aoindustries.aoserv.client.linux that return types with arguments of type GroupServer Modifier and Type Method Description List<GroupServer>Group. getLinuxServerGroups()List<GroupServer>Server. getLinuxServerGroups()Methods in com.aoindustries.aoserv.client.linux with parameters of type GroupServer 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) -
Uses of GroupServer in com.aoindustries.aoserv.client.scm
Methods in com.aoindustries.aoserv.client.scm that return GroupServer Modifier and Type Method Description GroupServerCvsRepository. getLinuxServerGroup()Methods in com.aoindustries.aoserv.client.scm with parameters of type GroupServer Modifier and Type Method Description intCvsRepositoryTable. addCvsRepository(Server ao, PosixPath path, UserServer lsa, GroupServer lsg, long mode) -
Uses of GroupServer in com.aoindustries.aoserv.client.web
Methods in com.aoindustries.aoserv.client.web that return GroupServer Modifier and Type Method Description GroupServerHttpdServer. getLinuxServerGroup()GroupServerSite. getLinuxServerGroup() -
Uses of GroupServer in com.aoindustries.aoserv.client.web.tomcat
Methods in com.aoindustries.aoserv.client.web.tomcat that return GroupServer Modifier and Type Method Description GroupServerSharedTomcat. getLinuxServerGroup()Methods in com.aoindustries.aoserv.client.web.tomcat with parameters of type GroupServer Modifier and Type Method Description intSharedTomcatTable. addHttpdSharedTomcat(String name, Server aoServer, Version version, UserServer lsa, GroupServer lsg)
-