public class MySQLReauthPlugin extends Object implements ReauthPlugin
| Constructor and Description |
|---|
MySQLReauthPlugin()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ClassLoader cl)
Initialize
|
void |
reauthenticate(Connection c,
String userName,
String password)
Reauthenticate
|
public void initialize(ClassLoader cl) throws SQLException
initialize in interface ReauthPlugincl - The class loader which can be used for initializationSQLException - Thrown in case of an errorpublic void reauthenticate(Connection c, String userName, String password) throws SQLException
reauthenticate in interface ReauthPluginc - The connectionuserName - The user namepassword - The passwordSQLException - Thrown in case of an errorCopyright © 2013 IronJacamar (http://www.ironjacamar.org)