commit | 6e55b1d7c3e53fb49c5e94406ff5db4cb9990c87 | [log] [tgz] |
---|---|---|
author | Pamela Dragosh <pdragosh@research.att.com> | Tue Mar 19 16:08:58 2019 -0400 |
committer | Pamela Dragosh <pdragosh@research.att.com> | Wed Mar 20 09:42:11 2019 -0400 |
tree | 6f88e9e6e15b1a695426ec07b0d3dbb0a4cf0ce2 | |
parent | 041240baab6082916e5da69ed190051b7aa60f12 [diff] |
Use Policy Translator abstract class Instead of applications implementing the converter, use a protected abstract class that implements common code. Newer applications could re-use existing application, and shared code can be put into the base translator class. Fixed sonar issue and changed guard xml. Removed Converter and made translator into an implementation class that is an object in the Application Provider. Issue-ID: POLICY-1273 Change-Id: I9b48cbcdaf80d6d2ef19ef53e4b7cd4830e7e7b2 Signed-off-by: Pamela Dragosh <pdragosh@research.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