DICE-UNC / metalnx-web

Metalnx Web Application
https://metalnx.github.io/
Other
1 stars 0 forks source link

demoResc hard coded in SynchJobs #8

Open michael-conway opened 7 years ago

michael-conway commented 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);