Policy 1707 commit to LF
[policy/engine.git] / packages / base / src / files / install / servers / pdp / bin / xacml.pdp.properties
index 860107f..676eeef 100644 (file)
@@ -34,7 +34,10 @@ xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluati
 xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory
 xacml.att.functionDefinitionFactory=org.openecomp.policy.xacml.custom.EcompFunctionDefinitionFactory
 # NOT USED SEE BELOW xacml.att.policyFinderFactory=com.att.research.xacmlatt.pdp.std.StdPolicyFinderFactory
-
+# creteUpdate Policy Implementation Class details. 
+createUpdatePolicy.impl.className=org.openecomp.policy.pdp.rest.api.services.CreateUpdatePolicyServiceImpl
+# AAF Implementation class details
+aafClient.impl.className=org.openecomp.policy.utils.AAFPolicyClientImpl
 #
 # AT&T RESTful PDP Implementation Factories
 #
@@ -62,10 +65,16 @@ xacml.rest.pdp.id=${{REST_PDP_ID}}
 # Give the JMX port number used for the PDP
 xacml.jmx.port=${{TOMCAT_JMX_PORT}}
 #
-# Notifcation type: websocket or ueb
-#
-xacml.notification.type=websocket,UEB
-xacml.ueb.cluster=${{UEB_CLUSTER}}
+# Notification Properties
+# Notifcation type: websocket, ueb or dmaap... if left blank websocket is the default
+NOTIFICATION_TYPE=websocket,UEB
+NOTIFICATION_SERVERS=${{UEB_CLUSTER}}
+NOTIFICATION_TOPIC=
+NOTIFICATION_DELAY=
+UEB_API_KEY=${{UEB_API_KEY}}
+UEB_API_SECRET=${{UEB_API_SECRET}}
+DMAAP_AAF_LOGIN=${{DMAAP_AAF_LOGIN}}
+DMAAP_AAF_PASSWORD=${{DMAAP_AAF_PASSWORD}}
 #
 # Set the directory where the PDP holds its Policy Cache and PIP Configuration
 #
@@ -123,3 +132,8 @@ javax.persistence.jdbc.user=${{JDBC_USER}}
 javax.persistence.jdbc.password=${{JDBC_PASSWORD}}
 # Environment should be Set either DEV, TEST or PROD
 ENVIRONMENT=${{ENVIRONMENT}}
+
+#AAF Policy Name space
+#Not Mandatory for Open Ecomp
+policy.aaf.namespace = ${{POLICY_AAF_NAMESPACE}}
+policy.aaf.resource = ${{POLICY_AAF_RESOURCE}}