Package | Description |
---|---|
com.atlassian.bitbucket.user |
Modifier and Type | Method and Description |
---|---|
DetailedUser |
UserAdminService.deleteUser(String username)
Deletes a user.
|
DetailedUser |
UserAdminService.findUserByPasswordResetToken(String token)
Find a password reset request using the token generated by
UserAdminService.requestPasswordReset(String) . |
DetailedUser |
UserAdminService.getUserDetails(ApplicationUser user)
|
DetailedUser |
UserAdminService.getUserDetails(String username)
|
DetailedUser |
UserAdminService.renameUser(String currentUsername,
String newUsername)
Change the name of a user
|
DetailedUser |
UserAdminService.updateUser(String username,
String displayName,
String emailAddress)
Updates the
display name and e-mail address of the specified user. |
Modifier and Type | Method and Description |
---|---|
Page<DetailedUser> |
UserAdminService.findUsers(PageRequest pageRequest)
Retrieves a page of users with full
details . |
Page<DetailedUser> |
UserAdminService.findUsersByName(String username,
PageRequest pageRequest)
Retrieves a page of users, optionally filtering the returned results to those containing the specified
username . |
Page<DetailedUser> |
UserAdminService.findUsersWithGroup(String groupName,
String username,
PageRequest pageRequest)
Find the users within a group that match the page request.
|
Page<DetailedUser> |
UserAdminService.findUsersWithoutGroup(String groupName,
String username,
PageRequest pageRequest)
Find the users outside a group that match the page request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractVoidApplicationUserVisitor.doVisit(DetailedUser user) |
Void |
AbstractVoidApplicationUserVisitor.visit(DetailedUser user) |
T |
ApplicationUserVisitor.visit(DetailedUser user) |
T |
AbstractApplicationUserVisitor.visit(DetailedUser user) |
Copyright © 2022 Atlassian. All rights reserved.