Initial Interface for remote Configuration
[aaf/authz.git] / auth / auth-locate / src / main / java / org / onap / aaf / auth / locate / mapper / Mapper.java
index 685d096..7e012f2 100644 (file)
@@ -28,9 +28,9 @@ import org.onap.aaf.auth.layer.Result;
 
 import locate.v1_0.MgmtEndpoint;
 
-public interface Mapper<IN,OUT,ENDPOINTS,MGMT_ENDPOINTS,ERROR>
+public interface Mapper<IN,OUT,ENDPOINTS,MGMT_ENDPOINTS,CONFIG,ERROR>
 {
-       public enum API{IN_REQ,OUT,ENDPOINTS,MGMT_ENDPOINTS,ERROR,VOID};
+       public enum API{IN_REQ,OUT,ENDPOINTS,MGMT_ENDPOINTS,CONFIG,ERROR,VOID};
        public Class<?> getClass(API api);
        public<A> A newInstance(API api);