Policy 1707 commit to LF
[policy/engine.git] / packages / base / src / files / install / servers / pap / bin / xacml.pap.properties
index 0393bde..2a45ad3 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.PushPolicyHander
+deletePolicy.impl.className=org.openecomp.policy.pap.xacml.rest.handler.DeleteHandler
 #
 # Where we store our PAP PDP Group/Node information
 #
@@ -129,4 +132,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