- All Implemented Interfaces:
- AuthenticationHandler, NamedAuthenticationHandler
public class BindModeSearchDatabaseAuthenticationHandler
extends AbstractJdbcUsernamePasswordAuthenticationHandler
This class attempts to authenticate the user by opening a connection to the
database with the provided username and password. Servers are provided as a
Properties class with the key being the URL and the property being the type
of database driver needed.
- Since:
- 3.0
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia, Dmitriy Kopylenko