Interface ConnectionEncryptionProvider


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

    Modifier and Type
    Method
    Description
    decrypt(String input)
    Method to decrypt the supplied string.
  • Method Details

    • decrypt

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