diff options
author | Tej, Tarun <tt3868@att.com> | 2017-10-05 16:49:18 -0400 |
---|---|---|
committer | Tej, Tarun <tt3868@att.com> | 2017-10-05 16:49:38 -0400 |
commit | 37c9c4d71d17981bf1d05b73d8363ffcbc2451bb (patch) | |
tree | e7bcae857b7cc9e6489f07f00c2fdaae5edb8d42 /packages/base/src/files/install/servers/pdp | |
parent | 0fb121c791bda818b48064546a6c91309b7d85dd (diff) |
changes to fix settings.xml and properties
Changes to settings.xml file to point to ONAP repos and xacml pdp
properties changes to point to proper class.
Issue-Id: POLICY-295
Change-Id: I7d501fc76a457b513353e51287dd39302051ea22
Signed-off-by: Tej, Tarun <tt3868@att.com>
Diffstat (limited to 'packages/base/src/files/install/servers/pdp')
-rw-r--r-- | packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 c9a73f6fa..f8ec66df5 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 @@ -42,7 +42,7 @@ aafClient.impl.className=org.onap.policy.utils.AAFPolicyClientImpl # AT&T RESTful PDP Implementation Factories # xacml.pipFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPIPFinderFactory -xacml.att.policyFinderFactory=org.onap.policy.pdp.rest.XACMLPdpPolicyFinderFactory +xacml.att.policyFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPolicyFinderFactory # # 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. |