com.cafesoft.core.jdbc
Class StandardConnectionPoolAuthenticator

java.lang.Object
  |
  +--com.cafesoft.core.jdbc.StandardConnectionPoolAuthenticator
All Implemented Interfaces:
ConnectionPoolAuthenticator

public class StandardConnectionPoolAuthenticator
extends Object
implements ConnectionPoolAuthenticator

Standard implementation of the ConnectionPoolAuthenticator interface. This implementation always authenticates the user to use the ConnectionPool

Since:
11/5/02
See Also:
ConnectionPoolAuthenticator

Constructor Summary
StandardConnectionPoolAuthenticator()
          Create a new StandardConnectionPoolAuthenticator object
 
Method Summary
 boolean authenticate(String user, String password)
          Authenticate the user
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardConnectionPoolAuthenticator

public StandardConnectionPoolAuthenticator()
Create a new StandardConnectionPoolAuthenticator object

Method Detail

authenticate

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

Specified by:
authenticate in interface ConnectionPoolAuthenticator
Parameters:
user - the ConnectionPool user
password - the ConnectionPool password
Returns:
true if user is authenticated, false otherwise


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.