Package org.teamapps.model.controlcenter
Schnittstelle UserLoginStats
- Alle Superschnittstellen:
org.teamapps.universaldb.pojo.Entity<UserLoginStats>,org.teamapps.universaldb.pojo.Identifiable
- Alle bekannten Implementierungsklassen:
UdbUserLoginStats
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic UserLoginStatscreate()static UserLoginStatscreate(int id) static UserLoginStatsQueryfilter()static List<UserLoginStats> getAll()static org.teamapps.universaldb.record.EntityBuilder<UserLoginStats> static UserLoginStatsgetById(int id) static intgetCount()static List<UserLoginStats> longintlongintlongintintgetUser()intlongintsetFirstLogin(Instant value) setFirstLoginAsEpochMilli(long value) setFirstLoginAsEpochSecond(int value) setLastLogin(Instant value) setLastLoginAsEpochMilli(long value) setLastLoginAsEpochSecond(int value) setLastLoginIpAddress(String value) setLastTotpAuthentication(Instant value) setLastTotpAuthenticationAsEpochMilli(long value) setLastTotpAuthenticationAsEpochSecond(int value) setLoginCount(int value) setWrongPasswordCount(int value) setWrongPasswordIpAddress(String value) setWrongPasswordTimestamp(Instant value) setWrongPasswordTimestampAsEpochMilli(long value) setWrongPasswordTimestampAsEpochSecond(int value) static List<UserLoginStats> sort(List<UserLoginStats> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) Von Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Entity
clearChanges, clearFieldChanges, delete, delete, getDatabase, getEntityValue, getId, getRecordUpdates, getTable, isChanged, isDeleted, isModified, isRestorable, isStored, restoreDeleted, restoreDeleted, save, save, setEntityValueVon Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Felddetails
-
FIELD_USER
- Siehe auch:
-
FIELD_FIRST_LOGIN
- Siehe auch:
-
FIELD_LAST_LOGIN
- Siehe auch:
-
FIELD_LOGIN_COUNT
- Siehe auch:
-
FIELD_LAST_LOGIN_IP_ADDRESS
- Siehe auch:
-
FIELD_WRONG_PASSWORD_TIMESTAMP
- Siehe auch:
-
FIELD_WRONG_PASSWORD_IP_ADDRESS
- Siehe auch:
-
FIELD_WRONG_PASSWORD_COUNT
- Siehe auch:
-
FIELD_LAST_TOTP_AUTHENTICATION
- Siehe auch:
-
-
Methodendetails
-
create
-
create
-
getById
-
getBuilder
-
getUser
User getUser() -
setUser
-
getFirstLogin
Instant getFirstLogin() -
setFirstLogin
-
getFirstLoginAsEpochSecond
int getFirstLoginAsEpochSecond() -
setFirstLoginAsEpochSecond
-
getFirstLoginAsEpochMilli
long getFirstLoginAsEpochMilli() -
setFirstLoginAsEpochMilli
-
getLastLogin
Instant getLastLogin() -
setLastLogin
-
getLastLoginAsEpochSecond
int getLastLoginAsEpochSecond() -
setLastLoginAsEpochSecond
-
getLastLoginAsEpochMilli
long getLastLoginAsEpochMilli() -
setLastLoginAsEpochMilli
-
getLoginCount
int getLoginCount() -
setLoginCount
-
getLastLoginIpAddress
String getLastLoginIpAddress() -
setLastLoginIpAddress
-
getWrongPasswordTimestamp
Instant getWrongPasswordTimestamp() -
setWrongPasswordTimestamp
-
getWrongPasswordTimestampAsEpochSecond
int getWrongPasswordTimestampAsEpochSecond() -
setWrongPasswordTimestampAsEpochSecond
-
getWrongPasswordTimestampAsEpochMilli
long getWrongPasswordTimestampAsEpochMilli() -
setWrongPasswordTimestampAsEpochMilli
-
getWrongPasswordIpAddress
String getWrongPasswordIpAddress() -
setWrongPasswordIpAddress
-
getWrongPasswordCount
int getWrongPasswordCount() -
setWrongPasswordCount
-
getLastTotpAuthentication
Instant getLastTotpAuthentication() -
setLastTotpAuthentication
-
getLastTotpAuthenticationAsEpochSecond
int getLastTotpAuthenticationAsEpochSecond() -
setLastTotpAuthenticationAsEpochSecond
-
getLastTotpAuthenticationAsEpochMilli
long getLastTotpAuthenticationAsEpochMilli() -
setLastTotpAuthenticationAsEpochMilli
-
getAll
-
getDeletedRecords
-
sort
static List<UserLoginStats> sort(List<UserLoginStats> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
getCount
static int getCount() -
filter
-