|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.cjdbc.controller.authentication.AbstractDatabaseUser
org.objectweb.cjdbc.controller.authentication.VirtualDatabaseUser
A VirtualDatabaseUser
is a login/password combination to
represent a virtual database user.
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 |
public VirtualDatabaseUser(java.lang.String login, java.lang.String password)
VirtualDatabaseUser
instance. The caller must
ensure that the parameters are not null
.
login
- the user name.password
- the password.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |