org.objectweb.jonas.db
Class User
java.lang.Object
org.objectweb.jonas.db.User
public class User
- extends Object
Class for the representation of a user with username and password
- Author:
- Florent Benoit
Constructor Summary |
User(String userName,
String password)
Constructor with a specific username and password |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User(String userName,
String password)
- Constructor with a specific username and password
- Parameters:
userName
- the user namepassword
- the password for the user
getPassword
public String getPassword()
- Returns:
- the password.
getUserName
public String getUserName()
- Returns:
- the userName.
Copyright © 2007 OW2 Consortium. All Rights Reserved.