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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingResponse.java175 public Hashtable getNamingTable() { method in class:NamingResponse
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingResponse.java175 public Hashtable getNamingTable() { method in class:NamingResponse
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DNamingTableConfigurationFactory.java112 for (Map.Entry<String, String> entry : config.getNamingTable().entrySet()) {
292 public Map<String, String> getNamingTable() { method in class:NamingTableConfigurationFactory.NamingTableConfiguration
H A DWebtopNaming.java416 url = config.getNamingTable().get(name);
419 url = config.getNamingTable().get(name);
497 String url = config.getNamingTable().get(name);
500 url = config.getNamingTable().get(name);
754 server = getValueFromTable(config.getNamingTable(), serverID);
758 server = getValueFromTable(config.getNamingTable(), serverID);
1028 cls = config.getNamingTable().get(name);
1031 cls = config.getNamingTable().get(name);
1108 private static Hashtable getNamingTable(URL nameurl) throws Exception { method in class:WebtopNaming
1128 nametbl = nres.getNamingTable();
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DNamingTableConfigurationFactory.java114 for (Map.Entry<String, String> entry : config.getNamingTable().entrySet()) {
310 public Map<String, String> getNamingTable() { method in class:NamingTableConfigurationFactory.NamingTableConfiguration
H A DWebtopNaming.java437 url = config.getNamingTable().get(name);
440 url = config.getNamingTable().get(name);
541 String url = config.getNamingTable().get(name);
544 url = config.getNamingTable().get(name);
830 server = getValueFromTable(config.getNamingTable(), serverID);
834 server = getValueFromTable(config.getNamingTable(), serverID);
1108 cls = config.getNamingTable().get(name);
1111 cls = config.getNamingTable().get(name);
1188 private static Hashtable getNamingTable(URL nameurl) throws Exception { method in class:WebtopNaming
1208 nametbl = nres.getNamingTable();
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/service/
H A DNamingService.java174 public static Hashtable getNamingTable(boolean forClient) method in class:NamingService
179 public static Hashtable getNamingTable() throws SMSException { method in class:NamingService
397 .getNamingTable(limitNametable));
401 .getNamingTable(limitNametable));
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/service/
H A DNamingService.java176 public static Hashtable getNamingTable(boolean forClient) method in class:NamingService
181 public static Hashtable getNamingTable() throws SMSException { method in class:NamingService
400 .getNamingTable(limitNametable));
404 .getNamingTable(limitNametable));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DAgent.java1169 public static Map<String, String> getNamingTable() { method in class:Agent
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DAgent.java1170 public static Map<String, String> getNamingTable() { method in class:Agent

Completed in 64 milliseconds