Interface IEncryptedDictionary
- 
- All Superinterfaces:
 ConfigurationItem,IDictionary,java.io.Serializable
- All Known Implementing Classes:
 Dictionary,EncryptedDictionary
public interface IEncryptedDictionary extends IDictionary
Provide support for encrypted entries. This is used by XebiaLabsDictionaryimplementation which is responsible for encryption of entries. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.xebialabs.deployit.plugin.api.udm.IDictionary
IDictionary.DictionaryContext 
 - 
 
- 
Field Summary
- 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getEncryptedEntries()- 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
get$directoryReference, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty 
- 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.IDictionary
applyTo, getEntries, getValue 
 - 
 
 -