Initial Interface for remote Configuration
[aaf/authz.git] / auth / auth-locate / src / main / java / org / onap / aaf / auth / locate / facade / LocateFacade.java
index 817fcc5..8fb719f 100644 (file)
@@ -103,4 +103,13 @@ public interface LocateFacade {
         */
        public abstract Result<Void> removeMgmtEndpoints(AuthzTrans trans, HttpServletRequest req, HttpServletResponse resp);
 
+       /**
+        * 
+        * @param trans
+        * @param req
+        * @param resp
+        * @return
+        */
+       public Result<Void> getConfig(AuthzTrans trans, HttpServletRequest req, HttpServletResponse resp, String id, String type);
+
 }
\ No newline at end of file