Replacing att.com namespace
[dmaap/datarouter.git] / datarouter-prov / src / main / java / org / onap / dmaap / datarouter / authz / impl / package.html
index fae27ee..0d051db 100644 (file)
@@ -2,7 +2,7 @@
 # ============LICENSE_START==================================================\r
 # * org.onap.dmaap\r
 # * ===========================================================================\r
-# * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
+# * Copyright  2017 AT&T Intellectual Property. All rights reserved.\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
@@ -27,7 +27,7 @@
 <body>\r
 <p>\r
 This package provides an implementation of the authorization-related interfaces \r
-defined by the <code>com.att.research.datarouter.authz</code> package, intended for\r
+defined by the <code>org.onap.dmaap.datarouter.authz</code> package, intended for\r
 use with the provisioning server for Data Router Release 1.   In DR R1, we do not\r
 have an external policy engine, so this implementation performs the authorization\r
 locally.\r
@@ -35,7 +35,7 @@ locally.
 <p>\r
 In order to perform the authorization, this package needs access to provisioning data \r
 about feeds and subscriptions.  This package defines an interface\r
-(<code>com.att.research.datarouter.authz.impl.ProvDataProvider</code>) through which it\r
+(<code>org.onap.dmaap.datarouter.authz.impl.ProvDataProvider</code>) through which it\r
 expects to get this data.   The provisioning server code must provide an implementation\r
 of this interface.\r
 </p>\r
@@ -43,14 +43,14 @@ of this interface.
 A software component that wishes to use this implementation must:\r
 <ul>\r
 <li>Provide an implementation of the \r
-<code>com.att.research.datarouter.authz.impl.ProvDataProvider</code>\r
+<code>org.onap.dmaap.datarouter.authz.impl.ProvDataProvider</code>\r
 interface.\r
 </li>\r
 <li>\r
 Create an instance of the <code>ProvDataProvider</code> implementation.\r
 <li>\r
 Create an instance of the\r
-<code>com.att.research.datarouter.authz.impl.ProvAuthorizer</code>\r
+<code>org.onap.dmaap.datarouter.authz.impl.ProvAuthorizer</code>\r
 class defined in this package, passing it an instance of the <code>ProvDataProvider</code>\r
 implementation.\r
 </li>\r