Class MySQLReauthPlugin
java.lang.Object
org.jboss.jca.adapters.jdbc.extensions.mysql.MySQLReauthPlugin
- All Implemented Interfaces:
ReauthPlugin
MySQL plugin for reauthentication
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializevoidreauthenticate(Connection c, String userName, String password) Reauthenticate
-
Constructor Details
-
MySQLReauthPlugin
public MySQLReauthPlugin()Default constructor
-
-
Method Details
-
initialize
Initialize- Specified by:
initializein interfaceReauthPlugin- Parameters:
cl- The class loader which can be used for initialization- Throws:
SQLException- Thrown in case of an error
-
reauthenticate
Reauthenticate- Specified by:
reauthenticatein interfaceReauthPlugin- Parameters:
c- The connectionuserName- The user namepassword- The password- Throws:
SQLException- Thrown in case of an error
-