Define constants instead of userName and password
[vfc/nfvo/driver/vnfm/svnfm.git] / huawei / vnfmadapter / VnfmadapterService / service / src / main / java / org / onap / vfc / nfvo / vnfm / svnfm / vnfmadapter / service / constant / Constant.java
index efc515c..77c0fcc 100644 (file)
@@ -150,6 +150,10 @@ public class Constant {
 
     public static final String FILE_SEPARATOR = "file.separator";
 
+    public static final String PASSWORD = "password";
+
+    public static final String USERNAME = "userName";
+
     private Constant() {
         // private constructor
     }