Uses of Class
nzilbb.labbcat.model.User
Packages that use User
Package
Description
LaBB-CAT client library.
LaBB-CAT client models.
-
Uses of User in nzilbb.labbcat
Methods in nzilbb.labbcat that return UserModifier and TypeMethodDescriptionLabbcatAdmin.createUser
(User user) Creates a new user record.LabbcatView.getUserInfo()
Gets information about the current user, including the roles or groups they are in.User[]
LabbcatAdmin.readUsers()
Reads a list of user records.User[]
Reads a list of user records.LabbcatAdmin.updateUser
(User user) Updates an existing user record.Methods in nzilbb.labbcat with parameters of type UserModifier and TypeMethodDescriptionLabbcatAdmin.createUser
(User user) Creates a new user record.void
LabbcatAdmin.deleteUser
(User user) Deletes an existing user record.LabbcatAdmin.updateUser
(User user) Updates an existing user record. -
Uses of User in nzilbb.labbcat.model
Methods in nzilbb.labbcat.model that return UserModifier and TypeMethodDescriptionSetter foremail
: Email address.User.setResetPassword
(Boolean newResetPassword) Setter forresetPassword
: Whether the user must reset their password when they next log in.Setter forroles
: Roles or groups the user belongs to.Setter foruser
: User ID.