commit | 05045cd36ad264b5d7b674155699b2cccee71165 | [log] [tgz] |
---|---|---|
author | jh7358 <jh7358@att.com> | Thu Apr 25 20:15:28 2019 -0400 |
committer | Jim Hahn <jrh3@att.com> | Fri Apr 26 17:16:27 2019 -0400 |
tree | f2651c9b19f09f7944339ab07fc706bc5d6cd8f3 | |
parent | c7beb45738209526a4794b3b72f0f0bd025d1a82 [diff] |
Refactor xacml-pdp to remove various statics Refactored xacml-pdp to eliminate a number of static fields. Modified junit tests to allocate new ports for each test. Also modified XacmlPolicyUtilsTest to convert path names to match the file system so that the junit will work in OSs other than linux. Replaced logback.xml with a copy of the one from PAP to resolve some issues. Don't print entire message when discarding, as each PDP receives messages for ALL PDPs. Remove shutdown class from Main - just invoke this.shutdown() directly. Added additional comments to CommonRest. Also modified port test parameters. Change-Id: Id8bf7216cdcb59a1a2cb4cb957fa44f640315cfe Issue-ID: POLICY-1645 Signed-off-by: Jim Hahn <jrh3@att.com>
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy XACML PDP engine code.
To build it using Maven 3, run: mvn clean install