Package org.teamapps.model.controlcenter
Schnittstelle UserAccessToken
- Alle Superschnittstellen:
org.teamapps.universaldb.pojo.Entity<UserAccessToken>,org.teamapps.universaldb.pojo.Identifiable
- Alle bekannten Implementierungsklassen:
UdbUserAccessToken
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic UserAccessTokencreate()static UserAccessTokencreate(int id) static UserAccessTokenQueryfilter()static List<UserAccessToken> getAll()static org.teamapps.universaldb.record.EntityBuilder<UserAccessToken> static UserAccessTokengetById(int id) static intgetCount()static List<UserAccessToken> longintlongintintlongintlongintintbooleangetUser()booleangetValid()booleanbooleanisValid()setLastTotpAuthentication(Instant value) setLastTotpAuthenticationAsEpochMilli(long value) setLastTotpAuthenticationAsEpochSecond(int value) setLastUsed(Instant value) setLastUsedAsEpochMilli(long value) setLastUsedAsEpochSecond(int value) setMetaCreatedBy(int value) setMetaCreationDate(Instant value) setMetaCreationDateAsEpochMilli(long value) setMetaCreationDateAsEpochSecond(int value) setMetaModificationDate(Instant value) setMetaModificationDateAsEpochMilli(long value) setMetaModificationDateAsEpochSecond(int value) setMetaModifiedBy(int value) setRestApi(boolean value) setSecureToken(String value) setUserAgentLastUsed(String value) setUserAgentOnCreation(String value) setValid(boolean value) static List<UserAccessToken> sort(List<UserAccessToken> 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_META_CREATION_DATE
- Siehe auch:
-
FIELD_META_CREATED_BY
- Siehe auch:
-
FIELD_META_MODIFICATION_DATE
- Siehe auch:
-
FIELD_META_MODIFIED_BY
- Siehe auch:
-
FIELD_USER
- Siehe auch:
-
FIELD_USER_AGENT_ON_CREATION
- Siehe auch:
-
FIELD_USER_AGENT_LAST_USED
- Siehe auch:
-
FIELD_LAST_USED
- Siehe auch:
-
FIELD_LAST_TOTP_AUTHENTICATION
- Siehe auch:
-
FIELD_VALID
- Siehe auch:
-
FIELD_REST_API
- Siehe auch:
-
FIELD_SECURE_TOKEN
- Siehe auch:
-
-
Methodendetails
-
create
-
create
-
getById
-
getBuilder
-
getMetaCreationDate
Instant getMetaCreationDate() -
setMetaCreationDate
-
getMetaCreationDateAsEpochSecond
int getMetaCreationDateAsEpochSecond() -
setMetaCreationDateAsEpochSecond
-
getMetaCreationDateAsEpochMilli
long getMetaCreationDateAsEpochMilli() -
setMetaCreationDateAsEpochMilli
-
getMetaCreatedBy
int getMetaCreatedBy() -
setMetaCreatedBy
-
getMetaModificationDate
Instant getMetaModificationDate() -
setMetaModificationDate
-
getMetaModificationDateAsEpochSecond
int getMetaModificationDateAsEpochSecond() -
setMetaModificationDateAsEpochSecond
-
getMetaModificationDateAsEpochMilli
long getMetaModificationDateAsEpochMilli() -
setMetaModificationDateAsEpochMilli
-
getMetaModifiedBy
int getMetaModifiedBy() -
setMetaModifiedBy
-
getUser
User getUser() -
setUser
-
getUserAgentOnCreation
String getUserAgentOnCreation() -
setUserAgentOnCreation
-
getUserAgentLastUsed
String getUserAgentLastUsed() -
setUserAgentLastUsed
-
getLastUsed
Instant getLastUsed() -
setLastUsed
-
getLastUsedAsEpochSecond
int getLastUsedAsEpochSecond() -
setLastUsedAsEpochSecond
-
getLastUsedAsEpochMilli
long getLastUsedAsEpochMilli() -
setLastUsedAsEpochMilli
-
getLastTotpAuthentication
Instant getLastTotpAuthentication() -
setLastTotpAuthentication
-
getLastTotpAuthenticationAsEpochSecond
int getLastTotpAuthenticationAsEpochSecond() -
setLastTotpAuthenticationAsEpochSecond
-
getLastTotpAuthenticationAsEpochMilli
long getLastTotpAuthenticationAsEpochMilli() -
setLastTotpAuthenticationAsEpochMilli
-
getValid
boolean getValid() -
setValid
-
isValid
boolean isValid() -
getRestApi
boolean getRestApi() -
setRestApi
-
isRestApi
boolean isRestApi() -
getSecureToken
String getSecureToken() -
setSecureToken
-
getAll
-
getDeletedRecords
-
sort
static List<UserAccessToken> sort(List<UserAccessToken> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
getCount
static int getCount() -
filter
-