Searched refs:siteIdTable (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DNamingTableConfigurationFactory.java92 debug.message("Site Id Table -> " + config.siteIdTable.toString());
238 for (Map.Entry<String, String> entry : config.siteIdTable.entrySet()) {
277 private Map<String, String> siteIdTable; field in class:NamingTableConfigurationFactory.NamingTableConfiguration
325 return siteIdTable;
328 siteIdTable = toUnmodifiableMap(table);
H A DWebtopNaming.java1398 siteIdTable(config.getSiteIDsTable()).
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DNamingTableConfigurationFactory.java93 debug.message("Site Id Table -> " + config.siteIdTable.toString());
237 for (Map.Entry<String, String> entry : config.siteIdTable.entrySet()) {
295 private Map<String, String> siteIdTable; field in class:NamingTableConfigurationFactory.NamingTableConfiguration
343 return siteIdTable;
346 siteIdTable = toUnmodifiableMap(table);
H A DWebtopNaming.java1478 siteIdTable(config.getSiteIDsTable()).
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSSOServerInfo.java107 public SSOServerInfoBuilder siteIdTable (Map<String, String> siteIdTab) { method in class:SSOServerInfo.SSOServerInfoBuilder
H A DAgent.java143 private static Map<String, String> siteIdTable; field in class:Agent
282 siteIdTable = svrInfo.siteIDTable;
331 * if there's a site configured, then siteIdTable will contain
335 if ((siteIdTable != null) && !siteIdTable.isEmpty()) {
337 for (Map.Entry<String, String> entry : siteIdTable.entrySet()) {
339 String svrid = siteIdTable.get(siteid);
346 sb.append("siteIdTable is null or empty");
1232 * where the key==value in siteIdTable is a site
1238 for (Map.Entry<String, String> entry : siteIdTable
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSSOServerInfo.java107 public SSOServerInfoBuilder siteIdTable (Map<String, String> siteIdTab) { method in class:SSOServerInfo.SSOServerInfoBuilder
H A DAgent.java145 private static Map<String, String> siteIdTable; field in class:Agent
283 siteIdTable = svrInfo.siteIDTable;
332 * if there's a site configured, then siteIdTable will contain
336 if ((siteIdTable != null) && !siteIdTable.isEmpty()) {
338 for (Map.Entry<String, String> entry : siteIdTable.entrySet()) {
340 String svrid = siteIdTable.get(siteid);
347 sb.append("siteIdTable is null or empty");
1233 * where the key==value in siteIdTable is a site
1239 for (Map.Entry<String, String> entry : siteIdTable
[all...]

Completed in 285 milliseconds