| java.lang.Object org.objectweb.jonas.db.User
User | public class User (Code) | | Class for the representation of a user with username and password
author: Florent Benoit |
User | public User(String userName, String password)(Code) | | Constructor with a specific username and password
Parameters: userName - the user name Parameters: password - the password for the user |
|
|