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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1557 INFO_PROGRESS_UNCONFIGURING_ADS_ON_REMOTE.get(getHostDisplay(auth))));
2604 INFO_PROGRESS_CREATING_ADS_ON_REMOTE.get(getHostDisplay(auth))));
2708 msg = Utils.getMessageForException(ne, getHostDisplay(auth));
2725 getHostDisplay(auth), ace.getMessageObject())
2905 private String getHostDisplay(AuthenticationData auth) method in class:Installer
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1620 INFO_PROGRESS_UNCONFIGURING_ADS_ON_REMOTE.get(getHostDisplay(auth))));
2676 INFO_PROGRESS_CREATING_ADS_ON_REMOTE.get(getHostDisplay(auth))));
2782 msg = Utils.getMessageForException(ne, getHostDisplay(auth));
2799 getHostDisplay(auth), ace.getMessageObject())
2984 private String getHostDisplay(AuthenticationData auth) method in class:Installer
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1620 INFO_PROGRESS_UNCONFIGURING_ADS_ON_REMOTE.get(getHostDisplay(auth))));
2676 INFO_PROGRESS_CREATING_ADS_ON_REMOTE.get(getHostDisplay(auth))));
2782 msg = Utils.getMessageForException(ne, getHostDisplay(auth));
2799 getHostDisplay(auth), ace.getMessageObject())
2984 private String getHostDisplay(AuthenticationData auth) method in class:Installer
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1557 INFO_PROGRESS_UNCONFIGURING_ADS_ON_REMOTE.get(getHostDisplay(auth))));
2604 INFO_PROGRESS_CREATING_ADS_ON_REMOTE.get(getHostDisplay(auth))));
2708 msg = Utils.getMessageForException(ne, getHostDisplay(auth));
2725 getHostDisplay(auth), ace.getMessageObject())
2905 private String getHostDisplay(AuthenticationData auth) method in class:Installer
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1674 INFO_PROGRESS_UNCONFIGURING_ADS_ON_REMOTE.get(getHostDisplay(auth))));
2728 INFO_PROGRESS_CREATING_ADS_ON_REMOTE.get(getHostDisplay(auth))));
2834 msg = Utils.getMessageForException(ne, getHostDisplay(auth));
2851 getHostDisplay(auth), ace.getMessageObject())
3036 private String getHostDisplay(AuthenticationData auth) method in class:Installer
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstaller.java1435 notifyListeners(getFormattedWithPoints(INFO_PROGRESS_UNCONFIGURING_ADS_ON_REMOTE.get(getHostDisplay(auth))));
2333 notifyListeners(getFormattedWithPoints(INFO_PROGRESS_CREATING_ADS_ON_REMOTE.get(getHostDisplay(auth))));
2437 msg = getMessageForException(ne, getHostDisplay(auth));
2448 getHostDisplay(auth), ace.getMessageObject()) : INFO_ADS_EXCEPTION.get(ace)), ace);
2638 private String getHostDisplay(AuthenticationData auth) method in class:Installer

Completed in 82 milliseconds