Interface ConnectionEncryptionProvider


  • public interface ConnectionEncryptionProvider
    Interface to be implemented by an decryption provider allowing encrypted passwords in persistence properties.
    • Method Detail

      • decrypt

        String decrypt​(String input)
        Method to decrypt the supplied string.
        Parameters:
        input - The input string
        Returns:
        The decrypted form