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