Package com.limegroup.gnutella.security

Interface Summary
Authenticator An interface for authentication purposes.
 

Class Summary
Cookies Maintains user's information for variety of services Note: Implements Singleton Design Pattern
DummyAuthenticator A dummy authenticator.
ServerAuthenticator Authenticates a user for access to resources.
User Contains authentication information for a user
UserManager Manages the user authentication data Note: Implements Singleton Design Pattern Note: The methods in this class are synchronized, as different processes may be accessing same instance.