Index
All Classes|All Packages
C
- callWithGet(String, Map<String, String>) - Method in class org.kawanfw.sql.api.server.util.SimpleHttpClient
-
Allows to call a remote URL in GET mode and pass parameters.
- callWithPost(URL, Map<String, String>) - Method in class org.kawanfw.sql.api.server.util.SimpleHttpClient
-
Allows to call a remote URL in POST mode and pass parameters.
- ClientEvent - Class in org.kawanfw.sql.api.server.executor
-
Allows to get all details of a
ServerQueryExecutor
call asked by the client side. - close(Connection) - Method in interface org.kawanfw.sql.api.server.DatabaseConfigurator
-
Allows to define how to close the Connection acquired with
DatabaseConfigurator.getConnection(String)
and return it to the pool. - close(Connection) - Method in class org.kawanfw.sql.api.server.DefaultDatabaseConfigurator
-
Closes the connection acquired by
DatabaseConfigurator.getConnection(String)
with a call toConnection.close()
. - ConnectionKey - Class in org.kawanfw.sql.api.server.connectionstore
-
Defines a key for the Connection Store that keeps connections in memory.
- ConnectionKey(String, String, String) - Constructor for class org.kawanfw.sql.api.server.connectionstore.ConnectionKey
-
Constructor
- ConnectionStoreManager - Class in org.kawanfw.sql.api.server.connectionstore
-
Class that allows to manage the server Connection Store that stores in memory the JDBC Connections of the client users during their session.
- CsvRulesManager - Class in org.kawanfw.sql.api.server.firewall
-
Firewall manager that checks each SQL request against the content of a CSV File.
- CsvRulesManager() - Constructor for class org.kawanfw.sql.api.server.firewall.CsvRulesManager
- CsvRulesManagerNoReload - Class in org.kawanfw.sql.api.server.firewall
-
Firewall manager that extends
CsvRulesManager
, the only change is to prohibit reloading rules when the CSV file is updated. - CsvRulesManagerNoReload() - Constructor for class org.kawanfw.sql.api.server.firewall.CsvRulesManagerNoReload
-
Constructor.
All Classes|All Packages