Refactor Prov DB handling
[dmaap/datarouter.git] / datarouter-prov / src / main / java / org / onap / dmaap / datarouter / authz / Authorizer.java
index c932f91..fb62f19 100644 (file)
@@ -46,7 +46,7 @@ public interface Authorizer {
      * permit/deny decision for the request and (after R1) supplemental information related to the response in the form\r
      * of advice and obligations.\r
      */\r
-    public AuthorizationResponse decide(HttpServletRequest request);\r
+    AuthorizationResponse decide(HttpServletRequest request);\r
 \r
     /**\r
      * Determine if the API request carried in the <code>request</code> parameter,with additional attributes provided in\r
@@ -58,5 +58,5 @@ public interface Authorizer {
      * permit/deny decision for the request and (after R1) supplemental information related to the response\r
      * in the form of advice and obligations.\r
      */\r
-    public AuthorizationResponse decide(HttpServletRequest request, Map<String,String> additionalAttrs);\r
+    AuthorizationResponse decide(HttpServletRequest request, Map<String,String> additionalAttrs);\r
 }\r