X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ECOMP-PDP-REST%2Fxacml.pdp.properties;h=f87d5404ed58a55b29551f01ffb77e4c2b6b7aa9;hb=dda032f8bb161d54eb1f59de2b4a3efb774fc4d1;hp=7f25db1f76d760c83e89c5536e8f25ae47ad7beb;hpb=91d04c64771832a0b8815ffbe1f0f9920320d94d;p=policy%2Fengine.git diff --git a/ECOMP-PDP-REST/xacml.pdp.properties b/ECOMP-PDP-REST/xacml.pdp.properties index 7f25db1f7..f87d5404e 100644 --- a/ECOMP-PDP-REST/xacml.pdp.properties +++ b/ECOMP-PDP-REST/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=org.openecomp.policy.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 # @@ -44,7 +47,7 @@ xacml.att.policyFinderFactory=org.openecomp.policy.pdp.rest.XACMLPdpPolicyFinder # When set to true, this flag tells the StdPolicyFinderFactory to combined all the root policy files into # into one PolicySet and use the given Policy Algorithm. # -xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-deny-overrides +xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-permit-overrides # # PDP RESTful API properties # @@ -58,16 +61,24 @@ xacml.rest.pap.url=http://localhost:8070/pap/ # Give the running PDP an ID for the PAP. The url that its running as is a good choice. # The PAP identifies PDP's using the URL of the PDP. # -xacml.rest.pdp.id=http://localhost:9091/pdp/ +xacml.rest.pdp.id=http://localhost:8082/pdp/ # Give the port number used for the PDP xacml.jmx.port=0 -# Notifcation type: websocket or ueb -xacml.notification.type=websocket -xacml.ueb.cluster=localhost.com,localhost1.com +# Notification Properties +# Notifcation type: websocket, ueb or dmaap... if left blank websocket is the default +NOTIFICATION_TYPE=websocket +NOTIFICATION_SERVERS= +NOTIFICATION_TOPIC= +NOTIFICATION_DELAY= +UEB_API_KEY= +UEB_API_SECRET= +DMAAP_AAF_LOGIN= +DMAAP_AAF_PASSWORD= + # # Set the directory where the PDP holds its Policy Cache and PIP Configuration # @@ -112,9 +123,9 @@ REQUEST_BUFFER_SIZE=15 #properties for MySql xacml database: PLEASE DO NOT REMOVE... NEEDED FOR APIs javax.persistence.jdbc.driver=com.mysql.jdbc.Driver -javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/xacml +javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/ecomp_sdk javax.persistence.jdbc.user=policy_user -javax.persistence.jdbc.password=password +javax.persistence.jdbc.password=policy_user #***Properties for IntegrityMonitor integration defined in XACMLRestProperties.java*** @@ -150,3 +161,9 @@ dependency_groups=site_1.pdplp_1;site_1.pypdp_1;site_1.astragw_1;site_1.brmsgw_1 # this can be DEVL, TEST, PROD ENVIRONMENT=DEVL +xacml.rest.pep.idfile = client.properties + +#AAF Policy Name space +#Not Mandatory for Open Ecomp +policy.aaf.namespace = +policy.aaf.resource = \ No newline at end of file