|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.security.JDBCSecurityPlugin
JDBCSecurityPlugin.java
| Constructor Summary | |
JDBCSecurityPlugin()
Creates new JDBCSecurityPlugin |
|
| Method Summary | |
static void |
clearCache()
Flush the cached list of security roles |
void |
freeConnection(Connection connection)
This method will be invoked before returning a Connection back to the connection pool. |
void |
newConnection(Connection connection)
This method will be invoked after a new Connection object is obtained from a connection pool. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JDBCSecurityPlugin()
| Method Detail |
public void newConnection(Connection connection)
throws SQLException
IJdbcSecurityPlugin
newConnection in interface IJdbcSecurityPluginconnection - The new Connection object from the pool.
SQLException - if any error occurs.
public void freeConnection(Connection connection)
throws SQLException
IJdbcSecurityPlugin
freeConnection in interface IJdbcSecurityPluginconnection - The Connection object to be returned back to the pool.
SQLException - if any error occurs.public static void clearCache()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||