ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / user

Package user

Types

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

Functions

Name Summary
toUserInfoModel fun User.toUserInfoModel(): UserInfo