Searched defs:getAllSessions (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/query/
H A DSessionQueryType.java36 public Collection<SessionInfo> getAllSessions(); method in interface:SessionQueryType
H A DSessionQueryManager.java62 public Collection<SessionInfo> getAllSessions(Collection<String> serverIds) { method in class:SessionQueryManager
70 Collection<SessionInfo> queriedSessions = queryType.getAllSessions();
74 "SessionQueryManager#getAllSessions() :: Queried {0} from: {1}",
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/query/
H A DSessionQueryType.java36 public Collection<SessionInfo> getAllSessions(); method in interface:SessionQueryType
H A DSessionQueryManager.java62 public Collection<SessionInfo> getAllSessions(Collection<String> serverIds) { method in class:SessionQueryManager
70 Collection<SessionInfo> queriedSessions = queryType.getAllSessions();
74 "SessionQueryManager#getAllSessions() :: Queried {0} from: {1}",
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/query/impl/
H A DRemoteSessionQuery.java73 public Collection<SessionInfo> getAllSessions() { method in class:RemoteSessionQuery
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/query/impl/
H A DRemoteSessionQuery.java73 public Collection<SessionInfo> getAllSessions() { method in class:RemoteSessionQuery
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSessionCache.java151 public Collection<InternalSession> getAllSessions() { method in class:InternalSessionCache

Completed in 56 milliseconds