public class ExecutionConfigView extends Object
Constructor and Description |
---|
ExecutionConfigView() |
Modifier and Type | Method and Description |
---|---|
String |
getCipherName() |
String |
getCredentialMask() |
String |
getCredentialPassword() |
String |
getFilePath() |
String |
getKeyFactoryName() |
Map<String,Map<String,String>> |
getTaskParamMap() |
void |
setCipherName(String cipherName) |
void |
setCredentialMask(String credentialMask) |
void |
setCredentialPassword(String credentialPassword) |
void |
setFilePath(String filePath) |
void |
setKeyFactoryName(String keyFactoryName) |
void |
setTaskParamMap(Map<String,Map<String,String>> taskParamMap) |
public String getKeyFactoryName()
public String getCipherName()
public String getFilePath()
public String getCredentialMask()
public String getCredentialPassword()
public void setFilePath(String filePath)
public void setCredentialMask(String credentialMask)
public void setCredentialPassword(String credentialPassword)
public void setKeyFactoryName(String keyFactoryName)
public void setCipherName(String cipherName)
Copyright © 2016–2019 AdroitLogic. All rights reserved.