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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DNamingTableConfigurationFactory.java91 debug.message("Server Id Table -> " + config.serverIdTable.toString());
276 private Map<String, String> serverIdTable; field in class:NamingTableConfigurationFactory.NamingTableConfiguration
301 return serverIdTable;
305 serverIdTable = toUnmodifiableMap(table);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DNamingTableConfigurationFactory.java92 debug.message("Server Id Table -> " + config.serverIdTable.toString());
294 private Map<String, String> serverIdTable; field in class:NamingTableConfigurationFactory.NamingTableConfiguration
319 return serverIdTable;
323 serverIdTable = toUnmodifiableMap(table);

Completed in 28 milliseconds