Uses of Interface
com.atlassian.bitbucket.user.DetailedUser
Packages that use DetailedUser
- 
Uses of DetailedUser in com.atlassian.bitbucket.userMethods in com.atlassian.bitbucket.user that return DetailedUserModifier and TypeMethodDescriptionUserAdminService.deleteUser(String username) Deletes a user.UserAdminService.findUserByPasswordResetToken(String token) Find a password reset request using the token generated byUserAdminService.requestPasswordReset(String).UserAdminService.getUserDetails(ApplicationUser user) UserAdminService.getUserDetails(String username) UserAdminService.renameUser(String currentUsername, String newUsername) Change the name of a userUserAdminService.updateUser(String username, String displayName, String emailAddress) Updates thedisplay nameande-mail addressof the specified user.Methods in com.atlassian.bitbucket.user that return types with arguments of type DetailedUserModifier and TypeMethodDescriptionUserAdminService.findUsers(PageRequest pageRequest) Retrieves a page of users with fulldetails.UserAdminService.findUsersByName(String username, PageRequest pageRequest) Retrieves a page of users, optionally filtering the returned results to those containing the specifiedusername.UserAdminService.findUsersWithGroup(String groupName, String username, PageRequest pageRequest) Find the users within a group that match the page request.UserAdminService.findUsersWithoutGroup(String groupName, String username, PageRequest pageRequest) Find the users outside a group that match the page request.Methods in com.atlassian.bitbucket.user with parameters of type DetailedUserModifier and TypeMethodDescriptionprotected voidAbstractVoidApplicationUserVisitor.doVisit(DetailedUser user) AbstractApplicationUserVisitor.visit(DetailedUser user) AbstractVoidApplicationUserVisitor.visit(DetailedUser user) ApplicationUserVisitor.visit(DetailedUser user)