AAFCli needs ability to change root_ns for testing
[aaf/authz.git] / auth / auth-cmd / src / main / java / org / onap / aaf / auth / cmd / AAFcli.java
index 2efbff7..ab41eb8 100644 (file)
@@ -94,11 +94,11 @@ public class AAFcli {
        }
 
        // Create when only have Access
-       public AAFcli(Access access, Writer wtr, HMangr hman, SecurityInfoC<HttpURLConnection> si, SecuritySetter<HttpURLConnection> ss) throws APIException {
+       public AAFcli(Access access, Writer wtr, HMangr hman, SecurityInfoC<HttpURLConnection> si, SecuritySetter<HttpURLConnection> ss) throws APIException, CadiException {
                this(access,new AuthzEnv(access.getProperties()),wtr,hman, si,ss);
        }
 
-       public AAFcli(Access access, AuthzEnv env, Writer wtr, HMangr hman, SecurityInfoC<HttpURLConnection> si, SecuritySetter<HttpURLConnection> ss) throws APIException {
+       public AAFcli(Access access, AuthzEnv env, Writer wtr, HMangr hman, SecurityInfoC<HttpURLConnection> si, SecuritySetter<HttpURLConnection> ss) throws APIException, CadiException {
                this.env = env;
                this.access = access;
                this.ss = ss;
@@ -112,7 +112,6 @@ public class AAFcli {
                        close = true;
                }
 
-
                /*
                 * Create Cmd Tree
                 */