- Login - Interface in <Unnamed>
-
Specifies methods for registering and logging in users.
- login(String, String) - Method in interface Login
-
Tries to login a user with a given screen name and password;
- login(String, String) - Method in class Server
-
Tries to login a user with a given screen name and password.
- LoginWindow - Class in <Unnamed>
-
Provides GUI for registering and logging in subscribers.
- LoginWindow(String, Login) - Constructor for class LoginWindow
-
Constructs a new login window.
- logout(MsgUser) - Method in class Server
-
Removes a given user u
from the set of all logged-in users.