Searched defs:getSessionList (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DSessionCommand.java245 return getSessionList(host, filter);
260 private List getSessionList(String name, String pattern) method in class:SessionCommand
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DSessionCommand.java248 return getSessionList(host, filter);
263 private List getSessionList(String name, String pattern) method in class:SessionCommand
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSessionManager.java342 public List getSessionList(String userID){ method in class:FSSessionManager
343 FSUtils.debug.message ("FSSessionManager.getSessionList: Called");
380 List sessions = getSessionList (userID);
470 List sessions = getSessionList(userID);
495 List sessions = getSessionList(userID);
520 List sessions = getSessionList(userID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSessionManager.java345 public List getSessionList(String userID){ method in class:FSSessionManager
346 FSUtils.debug.message ("FSSessionManager.getSessionList: Called");
383 List sessions = getSessionList (userID);
473 List sessions = getSessionList(userID);
498 List sessions = getSessionList(userID);
523 List sessions = getSessionList(userID);

Completed in 25 milliseconds