aboutsummaryrefslogtreecommitdiffstats
path: root/ECOMP-REST/src/main/java/org/openecomp/policy/rest/XACMLRestProperties.java
diff options
context:
space:
mode:
Diffstat (limited to 'ECOMP-REST/src/main/java/org/openecomp/policy/rest/XACMLRestProperties.java')
-rw-r--r--ECOMP-REST/src/main/java/org/openecomp/policy/rest/XACMLRestProperties.java31
1 files changed, 22 insertions, 9 deletions
diff --git a/ECOMP-REST/src/main/java/org/openecomp/policy/rest/XACMLRestProperties.java b/ECOMP-REST/src/main/java/org/openecomp/policy/rest/XACMLRestProperties.java
index bc991aafb..04472f8fe 100644
--- a/ECOMP-REST/src/main/java/org/openecomp/policy/rest/XACMLRestProperties.java
+++ b/ECOMP-REST/src/main/java/org/openecomp/policy/rest/XACMLRestProperties.java
@@ -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
*/
@@ -337,10 +348,6 @@ public class XACMLRestProperties extends XACMLProperties {
*/
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
*/
public static final String TemplateVersion_FW= "xacml.rest.firewallPolicy";
@@ -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";
+
}