Uses of Class
nzilbb.labbcat.model.User
-
Packages that use User Package Description nzilbb.labbcat LaBB-CAT client library.nzilbb.labbcat.model LaBB-CAT client models. -
-
Uses of User in nzilbb.labbcat
Methods in nzilbb.labbcat that return User Modifier and Type Method Description UserLabbcatAdmin. createUser(User user)Creates a new user record.UserLabbcatView. 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[]LabbcatAdmin. readUsers(Integer pageNumber, Integer pageLength)Reads a list of user records.UserLabbcatAdmin. updateUser(User user)Updates an existing user record.Methods in nzilbb.labbcat with parameters of type User Modifier and Type Method Description UserLabbcatAdmin. createUser(User user)Creates a new user record.voidLabbcatAdmin. deleteUser(User user)Deletes an existing user record.UserLabbcatAdmin. updateUser(User user)Updates an existing user record. -
Uses of User in nzilbb.labbcat.model
Methods in nzilbb.labbcat.model that return User Modifier and Type Method Description UserUser. setEmail(String newEmail)Setter foremail: Email address.UserUser. setResetPassword(Boolean newResetPassword)Setter forresetPassword: Whether the user must reset their password when they next log in.UserUser. setRoles(String[] newRoles)Setter forroles: Roles or groups the user belongs to.UserUser. setUser(String newUser)Setter foruser: User ID.
-