Policy 1707 commit to LF
[policy/engine.git] / ECOMP-REST / src / main / java / org / openecomp / policy / rest / XACMLRestProperties.java
index bc991aa..04472f8 100644 (file)
@@ -310,16 +310,27 @@ public class XACMLRestProperties extends XACMLProperties {
        /*
         * Value for Notification Option
         */
-       public static final String PROP_NOTIFICATION_TYPE = "xacml.notification.type";
-       
+       public static final String PROP_NOTIFICATION_TYPE = "NOTIFICATION_TYPE";
        /*
-        * Value for Notification Servers
+        * Value for Notification DMaaP servers
         */
-       public static final String PROP_NOTIFICATION_UEB_CLUSTER = "xacml.ueb.cluster"; 
+       public static final String PROP_NOTIFICATION_SERVERS = "NOTIFICATION_SERVERS";  
        /*
         * Value for Notification Delay
         */
-       public static final String PROP_NOTIFICATION_DELAY= "xacml.rest.notification.delay";
+       public static final String PROP_NOTIFICATION_DELAY= "NOTIFICATION_DELAY";
+       /*
+        * Value for Notification Topic
+        */
+       public static final String PROP_NOTIFICATION_TOPIC= "NOTIFICATION_TOPIC";       
+       /*
+        * Value for Notification Topic
+        */
+       public static final String PROP_UEB_API_KEY= "UEB_API_KEY";     
+       /*
+        * Value for Notification Topic
+        */
+       public static final String PROP_UEB_API_SECRET= "UEB_API_SECRET";       
        /*
         * Closedloop Fault Policy Template Version
         */
@@ -336,10 +347,6 @@ public class XACMLRestProperties extends XACMLProperties {
         * MicroService Policy Template Version
         */
        public static final String TemplateVersion_MS= "xacml.rest.microServices";
-       /*
-        * GOC Policy Template Version
-        */
-       public static final String TemplateVersion_GOC= "xacml.rest.gocPolicy";
        /*
         * Firewall Policy Template Version
         */
@@ -440,4 +447,10 @@ public class XACMLRestProperties extends XACMLProperties {
         */
        public static final String PROP_MODEL_LEVEL = "xacml.model.level";
        
+       /*
+        * Value for Incoming Notification tries
+        * 
+        * */
+       public static final String PROP_PAP_INCOMINGNOTIFICATION_TRIES = "xacml.rest.pap.incomingnotification.tries";
+       
 }