Uses of Class
com.aoindustries.aoserv.client.linux.LinuxId
-
Packages that use LinuxId Package Description com.aoindustries.aoserv.client com.aoindustries.aoserv.client.backup com.aoindustries.aoserv.client.linux -
-
Uses of LinuxId in com.aoindustries.aoserv.client
Methods in com.aoindustries.aoserv.client that return LinuxId Modifier and Type Method Description protected static LinuxIdAOServObject. getLinuxID(LinuxId lid)null-safe Linux id conversion. -
Uses of LinuxId in com.aoindustries.aoserv.client.backup
Methods in com.aoindustries.aoserv.client.backup that return LinuxId Modifier and Type Method Description LinuxIdFileReplication. getQuotaGID()When set, the group ID will always be set to this value, regardless what the client sends. -
Uses of LinuxId in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return LinuxId Modifier and Type Method Description LinuxIdGroupServer. getGid()LinuxIdServer. getGidMax()Gets the max value for automatic gid selection in groupadd.LinuxIdServer. getGidMin()Gets the min value for automatic gid selection in groupadd.LinuxIdServer. getLastGid()Gets the last value for automatic gid selection in groupadd, if any.LinuxIdServer. getLastUid()Gets the last value for automatic uid selection in useradd, if any.LinuxIdUserServer. getUid()LinuxIdServer. getUidMax()Gets the max value for automatic uid selection in useradd.LinuxIdServer. getUidMin()Gets the min value for automatic uid selection in useradd.static LinuxIdLinuxId. valueOf(int id)Methods in com.aoindustries.aoserv.client.linux with parameters of type LinuxId Modifier and Type Method Description intLinuxId. compareTo(LinuxId other)UserServerServer. getLinuxServerAccount(LinuxId uid)GroupServerGroupServerTable. getLinuxServerGroup(Server aoServer, LinuxId gid)GroupServerServer. getLinuxServerGroup(LinuxId gid)
-