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 thePropertiesof theaceql-server.propertiesfile. -
Class Summary Class Description DefaultPropertiesPasswordManager This default implementation will extract the password from the "password" property of the fileproperties_password_manager.propertieswhich must be located in the same directory as theaceql-server.propertiesfile.PropertiesEncryptor Command line interface for property values encryption.