|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImmutableException | |
|---|---|
| com.atlassian.jira.bc.user | |
| com.atlassian.jira.user.util | |
| com.opensymphony.user | |
| Uses of ImmutableException in com.atlassian.jira.bc.user |
|---|
| Methods in com.atlassian.jira.bc.user that throw ImmutableException | |
|---|---|
User |
UserService.createUser(UserService.CreateUserValidationResult result)
Deprecated. Please use UserService.createUserWithNotification(com.atlassian.jira.bc.user.UserService.CreateUserValidationResult) instead. Since v4.3 |
User |
UserService.createUserForSignup(UserService.CreateUserValidationResult result)
Deprecated. Please use UserService.createUserFromSignup(com.atlassian.jira.bc.user.UserService.CreateUserValidationResult) instead. Since v4.3 |
User |
UserService.createUserNoEvent(UserService.CreateUserValidationResult result)
Deprecated. Please use UserService.createUserNoNotification(com.atlassian.jira.bc.user.UserService.CreateUserValidationResult) instead. Since v4.3 |
| Uses of ImmutableException in com.atlassian.jira.user.util |
|---|
| Methods in com.atlassian.jira.user.util that throw ImmutableException | |
|---|---|
void |
UserUtil.changePassword(User user,
String newPassword)
Deprecated. Use UserUtil.changePassword(com.atlassian.crowd.embedded.api.User, String) instead. Since v4.3 |
User |
UserUtil.createUserNoEvent(String username,
String password,
String email,
String fullname)
Deprecated. Please use UserUtil.createUserNoNotification(String, String, String, String). Since v4.3 |
User |
UserUtil.createUserWithEvent(String username,
String password,
String email,
String fullname,
int userEventType)
Deprecated. Please use UserUtil.createUserWithNotification(String, String, String, String, int). Since v4.3 |
| Uses of ImmutableException in com.opensymphony.user |
|---|
| Methods in com.opensymphony.user that throw ImmutableException | |
|---|---|
Group |
UserManager.createGroup(String name)
Deprecated. Create a new Group with given name. |
User |
UserManager.createUser(String name)
Deprecated. Create a new User with given name. |
void |
User.remove()
Deprecated. Use CrowdService.removeUser(com.atlassian.crowd.embedded.api.User) instead. Since v4.4. |
void |
Group.remove()
Deprecated. Remove Group from associated AccessProvider. |
abstract void |
Entity.remove()
Deprecated. Remove this entity from existence. |
void |
User.setPassword(String password)
Deprecated. Use CrowdService.updateUserCredential(com.atlassian.crowd.embedded.api.User, String) instead. Since v4.4. |
void |
User.store()
Deprecated. Use CrowdService.updateUser(com.atlassian.crowd.embedded.api.User) for mutating users. Since v4.4. |
void |
Entity.store()
Deprecated. Force update to underlying data-stores. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||