Uses of Class
com.aoindustries.aoserv.client.linux.User.Gecos
-
Packages that use User.Gecos Package Description com.aoindustries.aoserv.client com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.aosh com.aoindustries.aoserv.client.linux -
-
Uses of User.Gecos in com.aoindustries.aoserv.client
Methods in com.aoindustries.aoserv.client that return User.Gecos Modifier and Type Method Description protected static User.GecosAOServObject. getGecos(Gecos gecos)null-safe GECOS conversion.Methods in com.aoindustries.aoserv.client with parameters of type User.Gecos Modifier and Type Method Description voidSimpleAOClient. addLinuxAccount(User.Name username, Group.Name primary_group, User.Gecos name, User.Gecos office_location, User.Gecos office_phone, User.Gecos home_phone, String type, PosixPath shell)Adds a newUserthe system.voidSimpleAOClient. setLinuxAccountHomePhone(User.Name username, User.Gecos phone)Sets the home phone number associated with aUser.voidSimpleAOClient. setLinuxAccountName(User.Name username, User.Gecos name)Sets the full name associated with aUser.voidSimpleAOClient. setLinuxAccountOfficeLocation(User.Name username, User.Gecos location)Sets the office location associated with aUser.voidSimpleAOClient. setLinuxAccountOfficePhone(User.Name username, User.Gecos phone)Sets the office phone number associated with aUser. -
Uses of User.Gecos in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account with parameters of type User.Gecos Modifier and Type Method Description voidUser. addLinuxAccount(Group.Name primaryGroup, User.Gecos name, User.Gecos office_location, User.Gecos office_phone, User.Gecos home_phone, String type, PosixPath shell)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 User.Gecos in com.aoindustries.aoserv.client.aosh
Methods in com.aoindustries.aoserv.client.aosh that return User.Gecos Modifier and Type Method Description static User.GecosAOSH. parseGecos(String S, String field) -
Uses of User.Gecos in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return User.Gecos Modifier and Type Method Description User.GecosUser. getHomePhone()User.GecosUser. getName()User.GecosUser. getOfficeLocation()User.GecosUser. getOfficePhone()User.GecosUser.Gecos. intern()Interns this id much in the same fashion asString.intern().static User.GecosUser.Gecos. valueOf(String value)Methods in com.aoindustries.aoserv.client.linux with parameters of type User.Gecos Modifier and Type Method Description voidUserTable. addLinuxAccount(User usernameObject, Group.Name primaryGroup, User.Gecos name, User.Gecos office_location, User.Gecos office_phone, User.Gecos home_phone, String type, PosixPath shell)intServer. addSystemUser(User.Name username, int uid, int gid, User.Gecos fullName, User.Gecos officeLocation, User.Gecos officePhone, User.Gecos homePhone, PosixPath home, PosixPath shell)Adds a new system user.intUser.Gecos. compareTo(User.Gecos other)voidUser. setHomePhone(User.Gecos phone)voidUser. setName(User.Gecos name)voidUser. setOfficeLocation(User.Gecos location)voidUser. setOfficePhone(User.Gecos phone)
-