X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-prov%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fdmaap%2Fdatarouter%2Fauthz%2Fimpl%2Fpackage.html;fp=datarouter-prov%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fdmaap%2Fdatarouter%2Fauthz%2Fimpl%2Fpackage.html;h=0d051db325d0262185b8874df009422272681fc8;hb=fa1da98c8618e2e51ae5bddd6eb28fc1fb407e52;hp=fae27ee0994f1def5c64f4a110bfdbc0f28ffa8b;hpb=102790938e1d344121be0edda6f82b6f1d9530fb;p=dmaap%2Fdatarouter.git 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: