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
public 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 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.