ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / user / UserDAO

UserDAO

class UserDAO

DAO for accessing the user collection

Constructors

Name Summary
<init> DAO for accessing the user collectionUserDAO(database: CoroutineDatabase)

Functions

Name Summary
byUserIdentifier suspend fun byUserIdentifier(userIdentifier: UserIdentifier): User?
createOrUpdate suspend fun createOrUpdate(userIdentifier: UserIdentifier, userName: String? = null): User
getAll suspend fun getAll(): List<User>