org.objectweb.cjdbc.controller.authentication
Class VirtualDatabaseUser

java.lang.Object
  extended byorg.objectweb.cjdbc.controller.authentication.AbstractDatabaseUser
      extended byorg.objectweb.cjdbc.controller.authentication.VirtualDatabaseUser
All Implemented Interfaces:
java.io.Serializable

public class VirtualDatabaseUser
extends AbstractDatabaseUser

A VirtualDatabaseUser is a login/password combination to represent a virtual database user.

Version:
1.0
Author:
Emmanuel Cecchet, Mathieu Peltier
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.cjdbc.controller.authentication.AbstractDatabaseUser
login, password
 
Constructor Summary
VirtualDatabaseUser(java.lang.String login, java.lang.String password)
          Creates a new VirtualDatabaseUser instance.
 
Methods inherited from class org.objectweb.cjdbc.controller.authentication.AbstractDatabaseUser
equals, getLogin, getPassword, matches
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualDatabaseUser

public VirtualDatabaseUser(java.lang.String login,
                           java.lang.String password)
Creates a new VirtualDatabaseUser instance. The caller must ensure that the parameters are not null.

Parameters:
login - the user name.
password - the password.


Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.