|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.adapters.jdbc.extensions.mysql.MySQLReauthPlugin
public class MySQLReauthPlugin

MySQL plugin for reauthentication
| Constructor Summary | |
|---|---|
MySQLReauthPlugin()
Default constructor |
|
| Method Summary | |
|---|---|
void |
initialize(ClassLoader cl)
Initialize |
void |
reauthenticate(Connection c,
String userName,
String password)
Reauthenticate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MySQLReauthPlugin()
| Method Detail |
|---|
public void initialize(ClassLoader cl)
throws SQLException
initialize in interface ReauthPlugincl - The class loader which can be used for initialization
SQLException - Thrown in case of an error
public void reauthenticate(Connection c,
String userName,
String password)
throws SQLException
reauthenticate in interface ReauthPluginc - The connectionuserName - The user namepassword - The password
SQLException - Thrown in case of an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||