Package org.kawanfw.sql.api.server.auth.crypto
Provides an interface in order to decrypt with a password the Properties encrypted in the aceql-server.properties file.
-
Interface Summary Interface Description PropertiesPasswordManager Interface that defines how to get the password used to encrypt theProperties
of theaceql-server.properties
file. -
Class Summary Class Description DefaultPropertiesPasswordManager This default implementation will extract the password from the "password" property of the fileproperties_password_manager.properties
which must be located in the same directory as theaceql-server.properties
file.PropertiesEncryptor Command line interface for property values encryption.