Uses of Class
com.biglybt.ui.console.multiuser.UserManager
-
Packages that use UserManager Package Description com.biglybt.ui.console.multiuser com.biglybt.ui.console.multiuser.commands com.biglybt.ui.telnet -
-
Uses of UserManager in com.biglybt.ui.console.multiuser
Fields in com.biglybt.ui.console.multiuser declared as UserManager Modifier and Type Field Description private static UserManager
UserManager. instance
Methods in com.biglybt.ui.console.multiuser that return UserManager Modifier and Type Method Description static UserManager
UserManager. getInstance(PluginInterface pi)
-
Uses of UserManager in com.biglybt.ui.console.multiuser.commands
Fields in com.biglybt.ui.console.multiuser.commands declared as UserManager Modifier and Type Field Description private UserManager
UserCommand. userManager
Methods in com.biglybt.ui.console.multiuser.commands that return UserManager Modifier and Type Method Description private UserManager
UserCommand. getUserManager()
returns the UserManager object that is used by our subcommandsConstructors in com.biglybt.ui.console.multiuser.commands with parameters of type UserManager Constructor Description UserCommand(UserManager userManager)
-
Uses of UserManager in com.biglybt.ui.telnet
Fields in com.biglybt.ui.telnet declared as UserManager Modifier and Type Field Description private UserManager
SocketServer. userManager
private UserManager
UI. userManager
Methods in com.biglybt.ui.telnet that return UserManager Modifier and Type Method Description private UserManager
UI. initUserManager()
Constructors in com.biglybt.ui.telnet with parameters of type UserManager Constructor Description SocketServer(UI ui, int port, java.util.Set allowedHosts, UserManager userManager, int maxLoginAttempts)
-