Package org.teamapps.model.controlcenter
Interface UserAccessToken
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<UserAccessToken>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbUserAccessToken
public interface UserAccessToken extends org.teamapps.universaldb.pojo.Entity<UserAccessToken>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_LAST_USEDstatic java.lang.StringFIELD_META_CREATED_BYstatic java.lang.StringFIELD_META_CREATION_DATEstatic java.lang.StringFIELD_META_DELETED_BYstatic java.lang.StringFIELD_META_DELETION_DATEstatic java.lang.StringFIELD_REST_APIstatic java.lang.StringFIELD_SECURE_TOKENstatic java.lang.StringFIELD_USERstatic java.lang.StringFIELD_USER_AGENT_LAST_USEDstatic java.lang.StringFIELD_USER_AGENT_ON_CREATIONstatic java.lang.StringFIELD_VALID -
Method Summary
Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, delete, delete, getEntityValue, getId, isDeleted, isModified, isStored, save, save, save, saveTransactional, saveTransactional, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Field Details
-
FIELD_META_CREATION_DATE
static final java.lang.String FIELD_META_CREATION_DATE- See Also:
- Constant Field Values
-
FIELD_META_CREATED_BY
static final java.lang.String FIELD_META_CREATED_BY- See Also:
- Constant Field Values
-
FIELD_META_DELETION_DATE
static final java.lang.String FIELD_META_DELETION_DATE- See Also:
- Constant Field Values
-
FIELD_META_DELETED_BY
static final java.lang.String FIELD_META_DELETED_BY- See Also:
- Constant Field Values
-
FIELD_USER
static final java.lang.String FIELD_USER- See Also:
- Constant Field Values
-
FIELD_USER_AGENT_ON_CREATION
static final java.lang.String FIELD_USER_AGENT_ON_CREATION- See Also:
- Constant Field Values
-
FIELD_USER_AGENT_LAST_USED
static final java.lang.String FIELD_USER_AGENT_LAST_USED- See Also:
- Constant Field Values
-
FIELD_LAST_USED
static final java.lang.String FIELD_LAST_USED- See Also:
- Constant Field Values
-
FIELD_VALID
static final java.lang.String FIELD_VALID- See Also:
- Constant Field Values
-
FIELD_REST_API
static final java.lang.String FIELD_REST_API- See Also:
- Constant Field Values
-
FIELD_SECURE_TOKEN
static final java.lang.String FIELD_SECURE_TOKEN- See Also:
- Constant Field Values
-
-
Method Details
-
create
-
create
-
getById
-
getBuilder
-
getMetaCreationDate
java.time.Instant getMetaCreationDate() -
setMetaCreationDate
-
getMetaCreationDateAsEpochSecond
int getMetaCreationDateAsEpochSecond() -
setMetaCreationDateAsEpochSecond
-
getMetaCreationDateAsEpochMilli
long getMetaCreationDateAsEpochMilli() -
setMetaCreationDateAsEpochMilli
-
getMetaCreatedBy
int getMetaCreatedBy() -
setMetaCreatedBy
-
getMetaDeletionDate
java.time.Instant getMetaDeletionDate() -
setMetaDeletionDate
-
getMetaDeletionDateAsEpochSecond
int getMetaDeletionDateAsEpochSecond() -
setMetaDeletionDateAsEpochSecond
-
getMetaDeletionDateAsEpochMilli
long getMetaDeletionDateAsEpochMilli() -
setMetaDeletionDateAsEpochMilli
-
getMetaDeletedBy
int getMetaDeletedBy() -
setMetaDeletedBy
-
getUser
User getUser() -
setUser
-
getUserAgentOnCreation
java.lang.String getUserAgentOnCreation() -
setUserAgentOnCreation
-
getUserAgentLastUsed
java.lang.String getUserAgentLastUsed() -
setUserAgentLastUsed
-
getLastUsed
java.time.Instant getLastUsed() -
setLastUsed
-
getLastUsedAsEpochSecond
int getLastUsedAsEpochSecond() -
setLastUsedAsEpochSecond
-
getLastUsedAsEpochMilli
long getLastUsedAsEpochMilli() -
setLastUsedAsEpochMilli
-
getValid
boolean getValid() -
setValid
-
isValid
boolean isValid() -
getRestApi
boolean getRestApi() -
setRestApi
-
isRestApi
boolean isRestApi() -
getSecureToken
java.lang.String getSecureToken() -
setSecureToken
-
getAll
-
sort
static java.util.List<UserAccessToken> sort(java.util.List<UserAccessToken> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path) -
getCount
static int getCount() -
filter
-