public class XsrfVulnerabilityDetectionSQLInterceptor extends Object implements org.ofbiz.core.entity.jdbc.interceptors.connection.SQLConnectionInterceptor
| Constructor and Description |
|---|
XsrfVulnerabilityDetectionSQLInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSuccessfulExecution(String sqlString,
List<String> parameterValues,
Statement statement,
ResultSet resultSet,
int rowsUpdated) |
void |
beforeExecution(String sqlString,
List<String> parameterValues,
Statement statement) |
void |
onConnectionReplaced(Connection connection,
org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolState connectionPoolState) |
void |
onConnectionTaken(Connection connection,
org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolState connectionPoolState) |
void |
onException(String sqlString,
List<String> parameterValues,
Statement statement,
SQLException sqlException) |
public XsrfVulnerabilityDetectionSQLInterceptor()
public void onConnectionTaken(Connection connection, org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolState connectionPoolState)
onConnectionTaken in interface org.ofbiz.core.entity.jdbc.interceptors.connection.SQLConnectionInterceptorpublic void onConnectionReplaced(Connection connection, org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolState connectionPoolState)
onConnectionReplaced in interface org.ofbiz.core.entity.jdbc.interceptors.connection.SQLConnectionInterceptorpublic void beforeExecution(String sqlString, List<String> parameterValues, Statement statement)
beforeExecution in interface org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptorpublic void afterSuccessfulExecution(String sqlString, List<String> parameterValues, Statement statement, ResultSet resultSet, int rowsUpdated)
afterSuccessfulExecution in interface org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptorpublic void onException(String sqlString, List<String> parameterValues, Statement statement, SQLException sqlException)
onException in interface org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptorCopyright © 2002-2017 Atlassian. All Rights Reserved.