| Package | Description |
|---|---|
| org.exoplatform.platform.gadget.services.LoginHistory | |
| org.exoplatform.platform.gadget.services.LoginHistory.storage |
| Modifier and Type | Method and Description |
|---|---|
List<LoginHistoryBean> |
LoginHistoryService.getLoginHistory(String userId,
long fromTime,
long toTime) |
List<LoginHistoryBean> |
LoginHistoryServiceImpl.getLoginHistory(String userId,
long fromTime,
long toTime)
Get user login history
|
| Modifier and Type | Method and Description |
|---|---|
List<LoginHistoryBean> |
JCRLoginHistoryStorageImpl.getLoginHistory(String userId,
long fromTime,
long toTime) |
List<LoginHistoryBean> |
LoginHistoryStorage.getLoginHistory(String userId,
long fromTime,
long toTime) |
List<LoginHistoryBean> |
JPALoginHistoryStorageImpl.getLoginHistory(String userId,
long fromTime,
long toTime)
if the user id is set to "AllUsers" it returns a list of login history beans
between two given dates that contains for each user: the user id, the user's
name and the login date.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.