|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||