Searched defs:effectiveDn (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java3338 String[] effectiveDn = {dn};
3342 globalAdmin, effectiveDn);
3349 dn = effectiveDn[0];
3525 String[] effectiveDn) throws UserDataException
3536 effectiveDn[0] = dn;
3548 effectiveDn[0] = dn;
3522 updateUserDataWithADS(String host, int port, String dn, String pwd, QuickSetup qs, List<Message> errorMsgs, boolean[] hasGlobalAdministrators, String[] effectiveDn) argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java3437 String[] effectiveDn = {dn};
3441 globalAdmin, effectiveDn);
3448 dn = effectiveDn[0];
3633 String[] effectiveDn) throws UserDataException
3644 effectiveDn[0] = dn;
3656 effectiveDn[0] = dn;
3630 updateUserDataWithADS(String host, int port, String dn, String pwd, QuickSetup qs, ArrayList<Message> errorMsgs, boolean[] hasGlobalAdministrators, String[] effectiveDn) argument
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java3437 String[] effectiveDn = {dn};
3441 globalAdmin, effectiveDn);
3448 dn = effectiveDn[0];
3633 String[] effectiveDn) throws UserDataException
3644 effectiveDn[0] = dn;
3656 effectiveDn[0] = dn;
3630 updateUserDataWithADS(String host, int port, String dn, String pwd, QuickSetup qs, ArrayList<Message> errorMsgs, boolean[] hasGlobalAdministrators, String[] effectiveDn) argument
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java3338 String[] effectiveDn = {dn};
3342 globalAdmin, effectiveDn);
3349 dn = effectiveDn[0];
3525 String[] effectiveDn) throws UserDataException
3536 effectiveDn[0] = dn;
3548 effectiveDn[0] = dn;
3522 updateUserDataWithADS(String host, int port, String dn, String pwd, QuickSetup qs, List<Message> errorMsgs, boolean[] hasGlobalAdministrators, String[] effectiveDn) argument
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java3489 String[] effectiveDn = {dn};
3493 globalAdmin, effectiveDn);
3500 dn = effectiveDn[0];
3685 String[] effectiveDn) throws UserDataException
3696 effectiveDn[0] = dn;
3708 effectiveDn[0] = dn;
3682 updateUserDataWithADS(String host, int port, String dn, String pwd, QuickSetup qs, ArrayList<Message> errorMsgs, boolean[] hasGlobalAdministrators, String[] effectiveDn) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstaller.java2948 String[] effectiveDn = { dn };
2951 updateUserDataWithADS(host, port, dn, pwd, qs, errorMsgs, globalAdmin, effectiveDn);
2958 dn = effectiveDn[0];
3113 List<LocalizableMessage> errorMsgs, boolean[] hasGlobalAdministrators, String[] effectiveDn)
3125 effectiveDn[0] = dn;
3136 effectiveDn[0] = dn;
3112 updateUserDataWithADS(String host, int port, String dn, String pwd, QuickSetup qs, List<LocalizableMessage> errorMsgs, boolean[] hasGlobalAdministrators, String[] effectiveDn) argument

Completed in 301 milliseconds