Open michael-conway opened 7 years ago
com.emc.metalnx.jobs.SynchJobs has hard coded resc in emc-metalnx-ui-admin
IRODSAccount tempAccount = IRODSAccount.instance(irodsHost, Integer.parseInt(irodsPort), irodsJobUser, irodsJobPassword, "", irodsZone, "demoResc"); tempAccount.setAuthenticationScheme(AuthScheme.findTypeByString(irodsAuthScheme)); authResponse = irodsAccessObjectFactory.authenticateIRODSAccount(tempAccount);
com.emc.metalnx.jobs.SynchJobs has hard coded resc in emc-metalnx-ui-admin