Uses of Class
com.atlassian.bitbucket.user.NoSuchUserException
Packages that use NoSuchUserException
-
Uses of NoSuchUserException in com.atlassian.bitbucket.user
Methods in com.atlassian.bitbucket.user that throw NoSuchUserExceptionModifier and TypeMethodDescriptionvoid
UserAdminService.addMembersToGroup
(String groupName, Set<String> usernames) Adds one or more users to a group.void
UserAdminService.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.void
UserAdminService.removeUserFromGroup
(String groupName, String username) Removes a user from a group.void
UserAdminService.requestPasswordReset
(String username) Generates a unique token which can be used to perform apassword reset
for the specified user and e-mails it to the address associated with their account.void
UserAdminService.validateErasable
(String username) Validate if a username can be erased.