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 UserProfileUserProfile.DEFAULT_USER_PROFILEprivate final UserProfileConsoleInput.userProfileMethods 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 TypeMethodDescriptionvoidUserManager.addUser(UserProfile user) adds another user to the users listvoidUserManager.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 UserProfileSocketServer.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 TypeMethodDescriptionvoidUI.createNewConsoleInput(String consoleName, InputStream inputStream, PrintStream outputStream, UserProfile profile) creates a new console input using the specified input/output streams.