Fixed the Policy API issues and Bugfixes
[policy/engine.git] / packages / base / src / files / install / servers / pap / bin / xacml.pap.properties
index 0393bde..3e30bde 100644 (file)
 # This is our factory that will create our engine
 #
 xacml.PAP.papEngineFactory=org.openecomp.policy.xacml.std.pap.StdEngineFactory
-
+dictionary.impl.className=org.openecomp.policy.pap.xacml.rest.handler.DictionaryHandlerImpl
+savePolicy.impl.className=org.openecomp.policy.pap.xacml.rest.handler.SavePolicyHandler
+pushPolicy.impl.className=org.openecomp.policy.pap.xacml.rest.handler.PushPolicyHandler
+deletePolicy.impl.className=org.openecomp.policy.pap.xacml.rest.handler.DeleteHandler
 #
 # Where we store our PAP PDP Group/Node information
 #
@@ -107,6 +110,8 @@ xacml.rest.pap.autopush.flag=false
 xacml.rest.pap.autopush.file=autopush.properties
 #Patter to identify if a attribute is ready. Currently just a place holder
 xacm.xcor.required.pattern=1,1
+#the number of times an incoming policy update notification will be tried to be processed (or until it succeeds)
+xacml.rest.pap.incomingnotification.tries=4
 
 #***Properties for IntegrityMonitor integration defined in XACMLRestProperties.java***
 #The name of the PAP.  Must be unique across the system
@@ -129,4 +134,8 @@ test_via_jmx=${{test_via_jmx}}
 # Value > 0 : The period of time in seconds between execution of the audit on a particular node
 integrity_audit_period_seconds=${{integrity_audit_period_seconds}}
 # Environment should be Set either DEV, TEST or PROD
-ENVIRONMENT=${{ENVIRONMENT}}
\ No newline at end of file
+ENVIRONMENT=${{ENVIRONMENT}}
+
+#Micro Service Model Properties
+xacml.policy.msEcompName=${{policy_msEcompName}}
+xacml.policy.msPolicyName=${{policy_msPolicyName}}
\ No newline at end of file