Interface IEncryptedDictionary

All Superinterfaces:
ConfigurationItem, IDictionary, Serializable
All Known Implementing Classes:
Dictionary, EncryptedDictionary

public interface IEncryptedDictionary extends IDictionary
Provide support for encrypted entries. This is used by XebiaLabs Dictionary implementation which is responsible for encryption of entries.
  • Method Details

    • getEncryptedEntries

      Map<String,String> getEncryptedEntries()
      Returns:
      The encrypted dictionary entries