|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionPoolAuthenticator | |
|---|---|
| com.cafesoft.core.jdbc | Contains classes for use with jdbc. |
| Uses of ConnectionPoolAuthenticator in com.cafesoft.core.jdbc |
|---|
| Classes in com.cafesoft.core.jdbc that implement ConnectionPoolAuthenticator | |
|---|---|
class |
StandardConnectionPoolAuthenticator
Standard implementation of the ConnectionPoolAuthenticator interface. |
class |
UsernamePasswordConnectionPoolAuthenticator
A username and password implementation of the ConnectionPoolAuthenticator interface. |
| Methods in com.cafesoft.core.jdbc that return ConnectionPoolAuthenticator | |
|---|---|
ConnectionPoolAuthenticator |
ConnectionPool.getAuthenticator()
Get the ConnectionPool's ConnectionPoolAuthenticator |
ConnectionPoolAuthenticator |
StandardConnectionPool.getAuthenticator()
Get the ConnectionPool's ConnectionPoolAuthenticator |
| Methods in com.cafesoft.core.jdbc with parameters of type ConnectionPoolAuthenticator | |
|---|---|
void |
ConnectionPool.setAuthenticator(ConnectionPoolAuthenticator authenticator)
Set the ConnectionPoolAuthenticator for this ConnectionPool |
void |
StandardConnectionPool.setAuthenticator(ConnectionPoolAuthenticator authenticator)
Set the ConnectionPoolAuthenticator for this ConnectionPool |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||