Package | Description |
---|---|
com.atlassian.jira.bc.user | |
com.atlassian.jira.web.action.admin.user |
Modifier and Type | Method and Description |
---|---|
void |
DefaultUserService.removeUser(ApplicationUser loggedInUser,
UserService.DeleteUserValidationResult result) |
void |
UserService.removeUser(ApplicationUser loggedInUser,
UserService.DeleteUserValidationResult result)
Given a valid validation result, this will remove the user and removes the user from all the groups.
|
void |
DefaultUserService.removeUser(com.atlassian.crowd.embedded.api.User loggedInUser,
UserService.DeleteUserValidationResult result) |
void |
UserService.removeUser(com.atlassian.crowd.embedded.api.User loggedInUser,
UserService.DeleteUserValidationResult result)
Deprecated.
Use
UserService.removeUser(ApplicationUser, DeleteUserValidationResult) instead. Since v6.0. |
Modifier and Type | Method and Description |
---|---|
UserService.DeleteUserValidationResult |
DeleteUser.getValidationResult() |
Copyright © 2002-2015 Atlassian. All Rights Reserved.