From fa1da98c8618e2e51ae5bddd6eb28fc1fb407e52 Mon Sep 17 00:00:00 2001 From: Fiachra Corcoran Date: Thu, 26 Jul 2018 07:23:34 +0100 Subject: Replacing att.com namespace Issue-ID: DMAAP-52 Change-Id: Ia6d5c1725119b893c50fed13c2c2d6fd47f4f917 Signed-off-by: Fiachra Corcoran --- .../onap/dmaap/datarouter/authz/impl/package.html | 10 ++-- .../dmaap/datarouter/provisioning/BaseServlet.java | 6 +-- .../datarouter/provisioning/InternalServlet.java | 6 +-- .../onap/dmaap/datarouter/provisioning/Main.java | 18 ++++---- .../datarouter/provisioning/SynchronizerTask.java | 4 +- .../provisioning/beans/IngressRoute.java | 2 +- .../provisioning/beans/Subscription.java | 2 +- .../dmaap/datarouter/provisioning/package.html | 20 ++++---- .../dmaap/datarouter/provisioning/utils/DB.java | 16 +++---- .../datarouter/provisioning/utils/DRRouteCLI.java | 4 +- .../provisioning/utils/LogfileLoader.java | 2 +- .../provisioning/utils/PurgeLogDirTask.java | 6 +-- .../org/onap/dmaap/datarouter/reports/package.html | 12 ++--- .../resources/docker-compose/docker-compose.yml | 16 +++---- .../docker-compose/prov_data/provserver.properties | 53 +++++++++------------- .../src/main/resources/docker/startup.sh | 3 +- .../src/main/resources/log4j.properties | 14 +++--- datarouter-prov/src/main/resources/logback.xml | 2 +- datarouter-prov/src/main/resources/misc/doaction | 19 ++++++++ datarouter-prov/src/main/resources/misc/dr-route | 30 +++++++----- datarouter-prov/src/main/resources/misc/drtrprov | 30 +++++++----- .../main/resources/misc/log4j.drroute.properties | 16 +------ .../src/main/resources/misc/log4j.properties.tmpl | 38 ++++++++++------ datarouter-prov/src/main/resources/misc/provcmd | 29 +++++++----- datarouter-prov/src/main/resources/misc/runreports | 30 +++++++----- .../src/main/resources/provserver.properties | 40 ++++++++-------- 26 files changed, 227 insertions(+), 201 deletions(-) (limited to 'datarouter-prov/src/main') diff --git a/datarouter-prov/src/main/java/org/onap/dmaap/datarouter/authz/impl/package.html b/datarouter-prov/src/main/java/org/onap/dmaap/datarouter/authz/impl/package.html index fae27ee0..0d051db3 100644 --- a/datarouter-prov/src/main/java/org/onap/dmaap/datarouter/authz/impl/package.html +++ b/datarouter-prov/src/main/java/org/onap/dmaap/datarouter/authz/impl/package.html @@ -2,7 +2,7 @@ # ============LICENSE_START================================================== # * org.onap.dmaap # * =========================================================================== -# * Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# * Copyright � 2017 AT&T Intellectual Property. All rights reserved. # * =========================================================================== # * Licensed under the Apache License, Version 2.0 (the "License"); # * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@

This package provides an implementation of the authorization-related interfaces -defined by the com.att.research.datarouter.authz package, intended for +defined by the org.onap.dmaap.datarouter.authz package, intended for use with the provisioning server for Data Router Release 1. In DR R1, we do not have an external policy engine, so this implementation performs the authorization locally. @@ -35,7 +35,7 @@ locally.

In order to perform the authorization, this package needs access to provisioning data about feeds and subscriptions. This package defines an interface -(com.att.research.datarouter.authz.impl.ProvDataProvider) through which it +(org.onap.dmaap.datarouter.authz.impl.ProvDataProvider) through which it expects to get this data. The provisioning server code must provide an implementation of this interface.

@@ -43,14 +43,14 @@ of this interface. A software component that wishes to use this implementation must: