X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=packages%2Fbase%2Fsrc%2Ffiles%2Finstall%2Fservers%2Fpdp%2Fbin%2Fxacml.pdp.properties;h=676eeef31d1b59656264baea468bb953ba630798;hp=860107ff9bcaec3c2a534f7aa87f4d7ca7af6074;hb=e0addf5b588a1244f9679becd90999dfcb4c3a94;hpb=39fb0f30472777e4b60d6a7ac8aa4eb9773961ff diff --git a/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties b/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties index 860107ff9..676eeef31 100644 --- a/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties +++ b/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties @@ -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}}