Web-based responsive document annotation tool
Name | Summary |
---|---|
User | Data class representing a user. This model does not contain login information except the unique userIdentifier, and contains an optional userName and the lastAccessTimestampdata class User |
UserDAO | DAO for accessing the user collectionclass UserDAO |
UserInfo | View on the User only containing the unique userIdentifier and the userNamedata class UserInfo |
Name | Summary |
---|---|
toUserInfoModel | fun User .toUserInfoModel(): UserInfo |