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

/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNamingQuery.java95 * @see WebtopNaming#getAllServerIDs()
99 public Collection<String> getAllServerIDs() throws Exception { method in class:WebtopNamingQuery
100 return WebtopNaming.getAllServerIDs();
H A DWebtopNaming.java857 public static Collection<String> getAllServerIDs() throws Exception { method in class:WebtopNaming
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServerConfig.java309 public Collection<String> getAllServerIDs() throws Exception { method in class:SessionServerConfig
310 return WebtopNaming.getAllServerIDs();
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServerConfig.java317 public Collection<String> getAllServerIDs() throws Exception { method in class:SessionServerConfig
318 return WebtopNaming.getAllServerIDs();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java781 public static Collection<String> getAllServerIDs() throws Exception { method in class:WebtopNaming

Completed in 51 milliseconds