Interface UserSessionProvider
- All Known Implementing Classes:
UserSessionProviderImpl
public interface UserSessionProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoidintfindAll()findByUserId(int userId) findUserSessions(int userId) booleanisOnline(int userId) void
-
Method Details
-
closeCache
void closeCache() -
refreshCache
void refreshCache() -
findById
-
findByUserId
-
findAll
List<UserSession> findAll() -
findUserSessions
-
create
-
delete
-
isOnline
boolean isOnline(int userId)
-