aboutsummaryrefslogtreecommitdiffstats
path: root/ECOMP-REST/src/main/java/org/openecomp/policy/rest/XACMLRestProperties.java
diff options
context:
space:
mode:
authorITSERVICES\rb7147 <rb7147@att.com>2017-04-25 11:46:00 -0400
committerITSERVICES\rb7147 <rb7147@att.com>2017-05-03 09:58:17 -0400
commite0addf5b588a1244f9679becd90999dfcb4c3a94 (patch)
tree1212772d6366730266ff0e093c874b07aa716c29 /ECOMP-REST/src/main/java/org/openecomp/policy/rest/XACMLRestProperties.java
parent39fb0f30472777e4b60d6a7ac8aa4eb9773961ff (diff)
Policy 1707 commit to LF
Change-Id: Ibe6f01d92f9a434c040abb05d5386e89d675ae65 Signed-off-by: ITSERVICES\rb7147 <rb7147@att.com>
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";
+
}