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