Merge "New Optimization Policy"
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / XACMLRestProperties.java
index 5c84496..325dda5 100644 (file)
@@ -95,7 +95,6 @@ public class XACMLRestProperties extends XACMLProperties {
        public static final String PROP_PAP_URLS = "xacml.rest.pap.urls";
        public static final String PROP_PAP_FAILED_URLS = "xacml.rest.pap.failedUrls";
        public static final String PROP_PAP_SUCCEEDED_URLS = "xacml.rest.pap.succeededUrls";
-       //public static final String PROP_PAP_FAILED_URL_TIME = "xacml.rest.pap.failedUrlTime";
        
        /**
         * Upon startup, have the PAP servlet send latest configuration information
@@ -347,6 +346,10 @@ public class XACMLRestProperties extends XACMLProperties {
         * MicroService Policy Template Version
         */
        public static final String TemplateVersion_MS= "xacml.rest.microServices";
+       /*
+        * Optimization Policy Template Version
+        */
+       public static final String TemplateVersion_OOF= "xacml.rest.optimization";
        /*
         * Firewall Policy Template Version
         */
@@ -453,4 +456,9 @@ public class XACMLRestProperties extends XACMLProperties {
         * */
        public static final String PROP_PAP_INCOMINGNOTIFICATION_TRIES = "xacml.rest.pap.incomingnotification.tries";
        
+       
+       // Static class, hide constructor
+    private XACMLRestProperties() {
+       super();
+    }
 }