Package org.teamapps.model.controlcenter
Interface UserLoginStats
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<UserLoginStats>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbUserLoginStats
public interface UserLoginStats extends org.teamapps.universaldb.pojo.Entity<UserLoginStats>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_FIRST_LOGINstatic java.lang.StringFIELD_LAST_LOGINstatic java.lang.StringFIELD_LAST_LOGIN_IP_ADDRESSstatic java.lang.StringFIELD_LOGIN_COUNTstatic java.lang.StringFIELD_USERstatic java.lang.StringFIELD_WRONG_PASSWORD_COUNTstatic java.lang.StringFIELD_WRONG_PASSWORD_IP_ADDRESSstatic java.lang.StringFIELD_WRONG_PASSWORD_TIMESTAMP -
Method Summary
Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, clearFieldChanges, delete, getEntityValue, getId, getRecordUpdates, isChanged, isDeleted, isModified, isRestorable, isStored, restoreDeleted, save, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Field Details
-
FIELD_USER
static final java.lang.String FIELD_USER- See Also:
- Constant Field Values
-
FIELD_FIRST_LOGIN
static final java.lang.String FIELD_FIRST_LOGIN- See Also:
- Constant Field Values
-
FIELD_LAST_LOGIN
static final java.lang.String FIELD_LAST_LOGIN- See Also:
- Constant Field Values
-
FIELD_LOGIN_COUNT
static final java.lang.String FIELD_LOGIN_COUNT- See Also:
- Constant Field Values
-
FIELD_LAST_LOGIN_IP_ADDRESS
static final java.lang.String FIELD_LAST_LOGIN_IP_ADDRESS- See Also:
- Constant Field Values
-
FIELD_WRONG_PASSWORD_TIMESTAMP
static final java.lang.String FIELD_WRONG_PASSWORD_TIMESTAMP- See Also:
- Constant Field Values
-
FIELD_WRONG_PASSWORD_IP_ADDRESS
static final java.lang.String FIELD_WRONG_PASSWORD_IP_ADDRESS- See Also:
- Constant Field Values
-
FIELD_WRONG_PASSWORD_COUNT
static final java.lang.String FIELD_WRONG_PASSWORD_COUNT- See Also:
- Constant Field Values
-
-
Method Details
-
create
-
create
-
getById
-
getBuilder
-
getUser
User getUser() -
setUser
-
getFirstLogin
java.time.Instant getFirstLogin() -
setFirstLogin
-
getFirstLoginAsEpochSecond
int getFirstLoginAsEpochSecond() -
setFirstLoginAsEpochSecond
-
getFirstLoginAsEpochMilli
long getFirstLoginAsEpochMilli() -
setFirstLoginAsEpochMilli
-
getLastLogin
java.time.Instant getLastLogin() -
setLastLogin
-
getLastLoginAsEpochSecond
int getLastLoginAsEpochSecond() -
setLastLoginAsEpochSecond
-
getLastLoginAsEpochMilli
long getLastLoginAsEpochMilli() -
setLastLoginAsEpochMilli
-
getLoginCount
int getLoginCount() -
setLoginCount
-
getLastLoginIpAddress
java.time.Instant getLastLoginIpAddress() -
setLastLoginIpAddress
-
getLastLoginIpAddressAsEpochSecond
int getLastLoginIpAddressAsEpochSecond() -
setLastLoginIpAddressAsEpochSecond
-
getLastLoginIpAddressAsEpochMilli
long getLastLoginIpAddressAsEpochMilli() -
setLastLoginIpAddressAsEpochMilli
-
getWrongPasswordTimestamp
java.time.Instant getWrongPasswordTimestamp() -
setWrongPasswordTimestamp
-
getWrongPasswordTimestampAsEpochSecond
int getWrongPasswordTimestampAsEpochSecond() -
setWrongPasswordTimestampAsEpochSecond
-
getWrongPasswordTimestampAsEpochMilli
long getWrongPasswordTimestampAsEpochMilli() -
setWrongPasswordTimestampAsEpochMilli
-
getWrongPasswordIpAddress
java.time.Instant getWrongPasswordIpAddress() -
setWrongPasswordIpAddress
-
getWrongPasswordIpAddressAsEpochSecond
int getWrongPasswordIpAddressAsEpochSecond() -
setWrongPasswordIpAddressAsEpochSecond
-
getWrongPasswordIpAddressAsEpochMilli
long getWrongPasswordIpAddressAsEpochMilli() -
setWrongPasswordIpAddressAsEpochMilli
-
getWrongPasswordCount
int getWrongPasswordCount() -
setWrongPasswordCount
-
getAll
-
getDeletedRecords
-
sort
static java.util.List<UserLoginStats> sort(java.util.List<UserLoginStats> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
getCount
static int getCount() -
filter
-