Class DatarouterAccount

java.lang.Object
io.datarouter.model.databean.BaseDatabean<DatarouterAccountKey,​DatarouterAccount>
io.datarouter.auth.storage.account.DatarouterAccount
All Implemented Interfaces:
io.datarouter.model.databean.Databean<DatarouterAccountKey,​DatarouterAccount>, java.lang.Comparable<io.datarouter.model.databean.Databean<?,​?>>

public class DatarouterAccount
extends io.datarouter.model.databean.BaseDatabean<DatarouterAccountKey,​DatarouterAccount>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  DatarouterAccount.DatarouterAccountFielder  
  • Field Summary

    Fields inherited from class io.datarouter.model.databean.BaseDatabean

    DEFAULT_KEY_FIELD_NAME
  • Constructor Summary

    Constructors 
    Constructor Description
    DatarouterAccount()  
    DatarouterAccount​(java.lang.String accountName, java.util.Date created, java.lang.String creator)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCreatedDate​(java.time.ZoneId zoneId)  
    java.lang.String getCreator()  
    boolean getEnableUserMappings()  
    java.lang.Class<DatarouterAccountKey> getKeyClass()  
    java.lang.String getLastUsedDate​(java.time.ZoneId zoneId)  
    void setEnableUserMappings​(boolean enableUserMappings)  
    void setLastUsed​(java.util.Date lastUsed)  
    void toggleUserMappings()  

    Methods inherited from class io.datarouter.model.databean.BaseDatabean

    compareTo, equals, getDatabeanName, getKey, getKeyFieldName, getKeyFields, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait