Schnittstelle UserAccessToken

Alle Superschnittstellen:
org.teamapps.universaldb.pojo.Entity<UserAccessToken>, org.teamapps.universaldb.pojo.Identifiable
Alle bekannten Implementierungsklassen:
UdbUserAccessToken

public interface UserAccessToken extends org.teamapps.universaldb.pojo.Entity<UserAccessToken>
  • Felddetails

  • Methodendetails

    • create

      static UserAccessToken create()
    • create

      static UserAccessToken create(int id)
    • getById

      static UserAccessToken getById(int id)
    • getBuilder

      static org.teamapps.universaldb.record.EntityBuilder<UserAccessToken> getBuilder()
    • getMetaCreationDate

      Instant getMetaCreationDate()
    • setMetaCreationDate

      UserAccessToken setMetaCreationDate(Instant value)
    • getMetaCreationDateAsEpochSecond

      int getMetaCreationDateAsEpochSecond()
    • setMetaCreationDateAsEpochSecond

      UserAccessToken setMetaCreationDateAsEpochSecond(int value)
    • getMetaCreationDateAsEpochMilli

      long getMetaCreationDateAsEpochMilli()
    • setMetaCreationDateAsEpochMilli

      UserAccessToken setMetaCreationDateAsEpochMilli(long value)
    • getMetaCreatedBy

      int getMetaCreatedBy()
    • setMetaCreatedBy

      UserAccessToken setMetaCreatedBy(int value)
    • getMetaModificationDate

      Instant getMetaModificationDate()
    • setMetaModificationDate

      UserAccessToken setMetaModificationDate(Instant value)
    • getMetaModificationDateAsEpochSecond

      int getMetaModificationDateAsEpochSecond()
    • setMetaModificationDateAsEpochSecond

      UserAccessToken setMetaModificationDateAsEpochSecond(int value)
    • getMetaModificationDateAsEpochMilli

      long getMetaModificationDateAsEpochMilli()
    • setMetaModificationDateAsEpochMilli

      UserAccessToken setMetaModificationDateAsEpochMilli(long value)
    • getMetaModifiedBy

      int getMetaModifiedBy()
    • setMetaModifiedBy

      UserAccessToken setMetaModifiedBy(int value)
    • getUser

      User getUser()
    • setUser

      UserAccessToken setUser(User value)
    • getUserAgentOnCreation

      String getUserAgentOnCreation()
    • setUserAgentOnCreation

      UserAccessToken setUserAgentOnCreation(String value)
    • getUserAgentLastUsed

      String getUserAgentLastUsed()
    • setUserAgentLastUsed

      UserAccessToken setUserAgentLastUsed(String value)
    • getLastUsed

      Instant getLastUsed()
    • setLastUsed

      UserAccessToken setLastUsed(Instant value)
    • getLastUsedAsEpochSecond

      int getLastUsedAsEpochSecond()
    • setLastUsedAsEpochSecond

      UserAccessToken setLastUsedAsEpochSecond(int value)
    • getLastUsedAsEpochMilli

      long getLastUsedAsEpochMilli()
    • setLastUsedAsEpochMilli

      UserAccessToken setLastUsedAsEpochMilli(long value)
    • getLastTotpAuthentication

      Instant getLastTotpAuthentication()
    • setLastTotpAuthentication

      UserAccessToken setLastTotpAuthentication(Instant value)
    • getLastTotpAuthenticationAsEpochSecond

      int getLastTotpAuthenticationAsEpochSecond()
    • setLastTotpAuthenticationAsEpochSecond

      UserAccessToken setLastTotpAuthenticationAsEpochSecond(int value)
    • getLastTotpAuthenticationAsEpochMilli

      long getLastTotpAuthenticationAsEpochMilli()
    • setLastTotpAuthenticationAsEpochMilli

      UserAccessToken setLastTotpAuthenticationAsEpochMilli(long value)
    • getValid

      boolean getValid()
    • setValid

      UserAccessToken setValid(boolean value)
    • isValid

      boolean isValid()
    • getRestApi

      boolean getRestApi()
    • setRestApi

      UserAccessToken setRestApi(boolean value)
    • isRestApi

      boolean isRestApi()
    • getSecureToken

      String getSecureToken()
    • setSecureToken

      UserAccessToken setSecureToken(String value)
    • getAll

      static List<UserAccessToken> getAll()
    • getDeletedRecords

      static List<UserAccessToken> 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

      static UserAccessTokenQuery filter()