Class PasswordFilter
java.lang.Object
clazzfish.jdbc.internal.PasswordFilter
The PasswordFilter tries to detect SQL commands with password arguments
like "INSERT INTO users (name, password) VALUES ('James', 'secret')".
The values of the password is masked to hide the secret.
- Since:
- 2.1 (21.04.23)
- Author:
- oboehm
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PasswordFilter
public PasswordFilter()
-
-
Method Details
-
filter
-