Class XlrPasswordEncryptingCiConverter
- java.lang.Object
-
- com.xebialabs.xltype.serialization.ConfigurationItemConverter
-
- com.xebialabs.deployit.core.xml.PasswordEncryptingCiConverter
-
- com.xebialabs.xlrelease.serialization.json.xltype.XlrPasswordEncryptingCiConverter
-
public class XlrPasswordEncryptingCiConverter extends com.xebialabs.deployit.core.xml.PasswordEncryptingCiConverterCiConverter which does or does not decrypt the passwords read from the json based on encrypter.Use NonDecryptingPasswordEncrypter to not decrypt the password Use NullPasswordEncrypter to keep value for password as it is.
-
-
Constructor Summary
Constructors Constructor Description XlrPasswordEncryptingCiConverter(com.xebialabs.deployit.util.PasswordEncrypter passwordEncrypter)XlrPasswordEncryptingCiConverter(com.xebialabs.deployit.util.PasswordEncrypter passwordEncrypter, java.util.List<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> targetConfigurationItems, ResolveOptions resolveOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidresolveReferences(com.xebialabs.deployit.plugin.api.services.Repository repository)
-
-
-
Constructor Detail
-
XlrPasswordEncryptingCiConverter
public XlrPasswordEncryptingCiConverter(com.xebialabs.deployit.util.PasswordEncrypter passwordEncrypter)
-
XlrPasswordEncryptingCiConverter
public XlrPasswordEncryptingCiConverter(com.xebialabs.deployit.util.PasswordEncrypter passwordEncrypter, java.util.List<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> targetConfigurationItems, ResolveOptions resolveOptions)
-
-