Index

A B C D E F G H I J L M N O P R S T U V W 
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 to Connection.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.
containsNestedComments(String) - Static method in class org.kawanfw.sql.api.server.BasicSqlInjectionAnalyser
Says if the SQL statement contains nested comments
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.
A B C D E F G H I J L M N O P R S T U V W 
All Classes|All Packages