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

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResourceUtil.java113 public Collection<String> getAllServerIds() { method in class:SessionResourceUtil
117 LOGGER.error("SessionResource.getAllServerIds() :: WebtopNaming throw irrecoverable error.");
140 Collection<SessionInfo> sessions = queryManager.getAllSessions(getAllServerIds());
H A DSessionResource.java206 public Collection<String> getAllServerIds() { method in class:SessionResource
210 LOGGER.error("SessionResource.getAllServerIds() :: WebtopNaming throw irrecoverable error.");
772 return sessionResourceUtil.getAllServerIds();
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResource.java173 public Collection<String> getAllServerIds() { method in class:SessionResource
177 LOGGER.error("SessionResource.getAllServerIds() :: WebtopNaming throw irrecoverable error.");
413 Collection<SessionInfo> sessions = queryManager.getAllSessions(getAllServerIds());
425 return getAllServerIds();

Completed in 26 milliseconds