Uses of Class
org.objectweb.cjdbc.controller.authentication.DatabaseBackendUser

Packages that use DatabaseBackendUser
org.objectweb.cjdbc.controller.authentication Authentication manager core. 
org.objectweb.cjdbc.controller.xml XML configuration file parsing and handling. 
 

Uses of DatabaseBackendUser in org.objectweb.cjdbc.controller.authentication
 

Methods in org.objectweb.cjdbc.controller.authentication that return DatabaseBackendUser
 DatabaseBackendUser AuthenticationManager.getDatabaseBackendUser(java.lang.String vLogin, java.lang.String backendName)
          Gets the DatabaseBackendUser given a virtual database login and a database backend logical name.
 

Methods in org.objectweb.cjdbc.controller.authentication with parameters of type DatabaseBackendUser
 void AuthenticationManager.addRealUser(java.lang.String vLogin, DatabaseBackendUser rUser)
          Associates a new database backend user to a virtual database login.
 

Uses of DatabaseBackendUser in org.objectweb.cjdbc.controller.xml
 

Fields in org.objectweb.cjdbc.controller.xml declared as DatabaseBackendUser
private  DatabaseBackendUser DatabasesHandler.currentDatabaseBackendUser
           
 



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