public class OracleReauthPlugin extends Object implements ReauthPlugin
Constructor and Description |
---|
OracleReauthPlugin()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(ClassLoader cl)
Initialize
|
void |
reauthenticate(Connection c,
String userName,
String password)
Reauthenticate
|
public void initialize(ClassLoader cl) throws SQLException
initialize
in interface ReauthPlugin
cl
- The class loader which can be used for initializationSQLException
- Thrown in case of an errorpublic void reauthenticate(Connection c, String userName, String password) throws SQLException
reauthenticate
in interface ReauthPlugin
c
- The connectionuserName
- The user namepassword
- The passwordSQLException
- Thrown in case of an errorCopyright © 2021 JBoss by Red Hat. All rights reserved.