Package de.uka.ipd.consensus.foundation.user

Interface Summary
UserListener The listener interface for receiving events that signal a change in the user database.
UserManager The UserManager manages the user database (creating/changing/deleting of user accounts etc.).
UserRole This interface represents a role (for example, the admin role) that is managed by the UserManager and that can be assigned to users.
 

Class Summary
UserAdapter An adapter class for receiving user events.
UserEvent Event objects of this type are passed to UserListeners.
 

Exception Summary
UserManagerException  
UserManagerInvalidPasswordException  
UserManagerInvalidUsernameException