Uses of Class
com.aoindustries.aoserv.client.linux.Shell
-
Packages that use Shell Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.linux -
-
Uses of Shell in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account with parameters of type Shell 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 Shell in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return Shell Modifier and Type Method Description ShellShellTable. get(PosixPath path)ShellUser. getShell()Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type Shell Modifier and Type Method Description List<Shell>UserType. getAllowedShells(AOServConnector connector)Methods in com.aoindustries.aoserv.client.linux with parameters of type Shell Modifier and Type Method Description booleanUserType. isAllowedShell(Shell shell)voidUser. setShell(Shell shell)
-