com.cafesoft.core.jdbc
Interface ConnectionPoolAuthenticator
- All Known Implementing Classes:
- StandardConnectionPoolAuthenticator, UsernamePasswordConnectionPoolAuthenticator
public interface ConnectionPoolAuthenticator
Interface for an authentication object which determines if
a user is authenticated to use the Connection
- Since:
- 11/5/02
- See Also:
ConnectionPool
authenticate
boolean authenticate(String user,
String password)
- Authenticate the user
- Parameters:
user - the ConnectionPool userpassword - the ConnectionPool password
- Returns:
- true if user is authenticated, false otherwise
Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.