Uses of Class
com.aoindustries.aoserv.client.ftp.GuestUser
-
Packages that use GuestUser Package Description com.aoindustries.aoserv.client.ftp com.aoindustries.aoserv.client.linux -
-
Uses of GuestUser in com.aoindustries.aoserv.client.ftp
Methods in com.aoindustries.aoserv.client.ftp that return GuestUser Modifier and Type Method Description GuestUserGuestUserTable. get(User.Name username)Methods in com.aoindustries.aoserv.client.ftp that return types with arguments of type GuestUser Modifier and Type Method Description List<GuestUser>GuestUserTable. getFTPGuestUsers(Server aoServer) -
Uses of GuestUser in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return GuestUser Modifier and Type Method Description GuestUserUser. getFTPGuestUser()Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type GuestUser Modifier and Type Method Description List<GuestUser>Server. getFTPGuestUsers()
-