diff options
Diffstat (limited to 'packages/base/src/files/install/servers/pap/bin/xacml.pap.properties')
-rw-r--r-- | packages/base/src/files/install/servers/pap/bin/xacml.pap.properties | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/packages/base/src/files/install/servers/pap/bin/xacml.pap.properties b/packages/base/src/files/install/servers/pap/bin/xacml.pap.properties index 0393bdefa..2a45ad32a 100644 --- a/packages/base/src/files/install/servers/pap/bin/xacml.pap.properties +++ b/packages/base/src/files/install/servers/pap/bin/xacml.pap.properties @@ -22,7 +22,10 @@ # 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 |