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

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/server/
H A DServerConfigValidator.java88 Map <String, String> dsInstance = validateDSServers(path);
89 if (!dsInstance.isEmpty()) {
98 getServerInstanceName(dsInstance));
104 new String[] {getServerInstanceName(dsInstance)});
535 Map<String, String> dsInstance = null;
538 dsInstance = getBootServer((Map)getBootServers(path));
539 if (dsInstance.isEmpty()) {
558 return dsInstance;
563 Map <String, String> dsInstance = new HashMap<String, String>();
567 dsInstance
592 getServerInstanceName(Map dsInstance) argument
[all...]

Completed in 44 milliseconds