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

Packages that use AuthenticationManager
org.objectweb.cjdbc.controller.virtualdatabase Virtual database core code including connection handling. 
org.objectweb.cjdbc.controller.xml XML configuration files parsing 
 

Uses of AuthenticationManager in org.objectweb.cjdbc.controller.virtualdatabase
 

Fields in org.objectweb.cjdbc.controller.virtualdatabase declared as AuthenticationManager
protected  AuthenticationManager VirtualDatabase.authenticationManager
          Authentification manager matching virtual database login/password to backends login/password
 

Methods in org.objectweb.cjdbc.controller.virtualdatabase that return AuthenticationManager
 AuthenticationManager VirtualDatabase.getAuthenticationManager()
          Returns the authentication manager of this virtual database.
 

Methods in org.objectweb.cjdbc.controller.virtualdatabase with parameters of type AuthenticationManager
 void DistributedVirtualDatabase.setAuthenticationManager(AuthenticationManager authenticationManager)
          (non-Javadoc)
 void VirtualDatabase.setAuthenticationManager(AuthenticationManager authenticationManager)
          Sets the authentication manager for this virtual database.
 

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

Fields in org.objectweb.cjdbc.controller.xml declared as AuthenticationManager
private  AuthenticationManager DatabasesParser.currentAuthenticationManager
           
 



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