Add support for basic-auth password obfuscation
[aai/sparky-be.git] / sparkybe-onap-service / src / main / java / org / onap / aai / sparky / viewandinspect / config / SparkyConstants.java
index e3c2577..b5f72bc 100644 (file)
@@ -26,6 +26,7 @@ package org.onap.aai.sparky.viewandinspect.config;
 public class SparkyConstants {
 
   public static String APP_NAME = "AAIUI";
+  public static final String OBFUSCATION_PREFIX = "OBF:";
 
   /** Default to unix file separator if system property file.separator is null */
   public static final String FILESEP =