Uses of Class
com.biglybt.ui.console.UserProfile
Packages that use UserProfile
-
Uses of UserProfile in com.biglybt.ui.console
Fields in com.biglybt.ui.console declared as UserProfileModifier and TypeFieldDescriptionstatic final UserProfile
UserProfile.DEFAULT_USER_PROFILE
private final UserProfile
ConsoleInput.userProfile
Methods in com.biglybt.ui.console that return UserProfileConstructors in com.biglybt.ui.console with parameters of type UserProfileModifierConstructorDescriptionConsoleInput
(String con, Core _core, Reader _in, PrintStream _out, Boolean _controlling, UserProfile profile) -
Uses of UserProfile in com.biglybt.ui.console.multiuser
Methods in com.biglybt.ui.console.multiuser that return UserProfileModifier and TypeMethodDescriptionUserManager.authenticate
(String username, String password) attempts to locate a user with the specified username and then verifies that the specified password is the same as the password associated with that userreturns the profile for the user with the specified username otherwise null if there is no such userMethods in com.biglybt.ui.console.multiuser with parameters of type UserProfileModifier and TypeMethodDescriptionvoid
UserManager.addUser
(UserProfile user) adds another user to the users listvoid
UserManager.UserManagerConfig.addUser
(UserProfile user) adds another user to the users listConstructors in com.biglybt.ui.console.multiuser with parameters of type UserProfileModifierConstructorDescriptionMultiUserConsoleInput
(String con, Core core, Reader _in, PrintStream _out, Boolean _controlling, UserProfile profile) set up the lists of commands that we prohibit, based upon the user type. -
Uses of UserProfile in com.biglybt.ui.telnet
Methods in com.biglybt.ui.telnet that return UserProfileModifier and TypeMethodDescriptionprivate UserProfile
SocketServer.login
(InputStream in, OutputStream out) if usermanager is null (ie: multi user is not enabled), returns the default user profile otherwise, requests username and password and authenticates user before returning the user profile for this userMethods in com.biglybt.ui.telnet with parameters of type UserProfileModifier and TypeMethodDescriptionvoid
UI.createNewConsoleInput
(String consoleName, InputStream inputStream, PrintStream outputStream, UserProfile profile) creates a new console input using the specified input/output streams.