Uses of Class
com.atlassian.bitbucket.user.NoSuchUserException
Packages that use NoSuchUserException
- 
Uses of NoSuchUserException in com.atlassian.bitbucket.userMethods in com.atlassian.bitbucket.user that throw NoSuchUserExceptionModifier and TypeMethodDescriptionvoidUserAdminService.addMembersToGroup(String groupName, Set<String> usernames) Adds one or more users to a group.voidUserAdminService.addUserToGroups(String username, Set<String> groupNames) Adds a user to one or more groups.UserAdminService.deleteUser(String username) Deletes a user.Erases personally identifying user data for a deleted user.voidUserAdminService.removeUserFromGroup(String groupName, String username) Removes a user from a group.voidUserAdminService.requestPasswordReset(String username) Generates a unique token which can be used to perform apassword resetfor the specified user and e-mails it to the address associated with their account.voidUserAdminService.validateErasable(String username) Validate if a username can be erased.