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

Method Summary
 boolean authenticate(String user, String password)
          Authenticate the user
 

Method Detail

authenticate

public boolean authenticate(String user,
                            String password)
Authenticate the user

Parameters:
user - the ConnectionPool user
password - the ConnectionPool password
Returns:
true if user is authenticated, false otherwise


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.