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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/session/model/
H A DSMSessionCache.java68 Map mapSessions = retainSessionsWithUserID(sessions, modelImpl);
69 cacheSessions(mapSessions, modelImpl);
90 private void cacheSessions(Map mapSessions, SMProfileModelImpl modelImpl) { argument
91 List sorted = new ArrayList(mapSessions.keySet());
95 sessions.add(mapSessions.get(sorted.get(i)));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/session/model/
H A DSMSessionCache.java68 Map mapSessions = retainSessionsWithUserID(sessions, modelImpl);
69 cacheSessions(mapSessions, modelImpl);
90 private void cacheSessions(Map mapSessions, SMProfileModelImpl modelImpl) { argument
91 List sorted = new ArrayList(mapSessions.keySet());
95 sessions.add(mapSessions.get(sorted.get(i)));

Completed in 48 milliseconds