org.objectweb.jonas.db.User Class Reference

List of all members.

Public Member Functions

 User (String userName, String password)
String getPassword ()
String getUserName ()

Detailed Description

Class for the representation of a user with username and password
Author:
Florent Benoit

Definition at line 33 of file User.java.


Constructor & Destructor Documentation

org.objectweb.jonas.db.User.User String  userName,
String  password
 

Constructor with a specific username and password

Parameters:
userName the user name
password the password for the user

Definition at line 50 of file User.java.


Member Function Documentation

String org.objectweb.jonas.db.User.getPassword  ) 
 

Returns:
the password.

Definition at line 58 of file User.java.

Referenced by org.objectweb.jonas.db.hsqldb.HsqlDBServiceImpl.doStart().

String org.objectweb.jonas.db.User.getUserName  ) 
 

Returns:
the userName.

Definition at line 65 of file User.java.

Referenced by org.objectweb.jonas.db.hsqldb.HsqlDBServiceImpl.doStart().


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:06:36 2005 for JOnAS by  doxygen 1.3.9.1