|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReauthPlugin

Define the SPI contract for a reauthentication plugin for the JDBC resource adapter. The implementing class must have a default constructor. The implementing class must be thread safe. Java bean properties can be set, using the supported types by the Java EE Connector Architecture specification.
| Method Summary | |
|---|---|
void |
initialize(ClassLoader cl)
Initialize |
void |
reauthenticate(Connection c,
String userName,
String password)
Reauthenticate |
| Method Detail |
|---|
void initialize(ClassLoader cl)
throws SQLException
cl - The class loader which can be used for initialization
SQLException - Thrown in case of an error
void reauthenticate(Connection c,
String userName,
String password)
throws SQLException
c - 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 | |||||||||