|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImmutableException | |
---|---|
com.atlassian.core.user | |
com.atlassian.jira.bc.user | |
com.atlassian.jira.user.util | |
com.opensymphony.user | |
mock.user |
Uses of ImmutableException in com.atlassian.core.user |
---|
Methods in com.atlassian.core.user that throw ImmutableException | |
---|---|
static void |
UserUtils.changePassword(User user,
String password)
Deprecated. Changes the password for a given user. |
static User |
UserUtils.createUser(String username,
String email)
Deprecated. This method is used when a user is created automatically, or by another user (for example an administrator). |
static User |
UserUtils.createUser(String username,
String email,
String fullname)
Deprecated. This method is used when a user is created automatically, or by another user (for example an administrator). |
static User |
UserUtils.createUser(String username,
String password,
String email,
String fullname)
Deprecated. Generic method which actually creates users, and fires the given event. |
static User |
UserUtils.createUser(String username,
String password,
String email,
String fullname,
Collection groups)
Deprecated. Creates a new user with given attributes and associates the user with given collection of groups. |
static Group |
GroupUtils.getGroupSafely(String name)
Deprecated. This method gets a group from OSUser - however if the group does not exist, it tries to create it and then return it (mitigates the need for a setup file). |
static String |
UserUtils.resetPassword(User user)
Deprecated. For a user, create a new password, and dispatch an 'forgot password' event |
Uses of ImmutableException in com.atlassian.jira.bc.user |
---|
Uses of ImmutableException in com.atlassian.jira.user.util |
---|
Methods in com.atlassian.jira.user.util that throw ImmutableException | |
---|---|
void |
UserUtilImpl.changePassword(User user,
String newPassword)
|
void |
UserUtil.changePassword(User user,
String newPassword)
Deprecated. Use UserUtil.changePassword(com.atlassian.crowd.embedded.api.User, String) instead. Since v4.3 |
User |
UserUtilImpl.createUserNoEvent(String username,
String password,
String email,
String fullname)
|
User |
UserUtil.createUserNoEvent(String username,
String password,
String email,
String fullname)
Deprecated. Please use UserUtil.createUserNoNotification(String, String, String, String) . Since v4.3 |
User |
UserUtilImpl.createUserWithEvent(String username,
String password,
String email,
String fullname,
int userEventType)
|
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. |
abstract void |
Entity.remove()
Deprecated. Remove this entity from existence. |
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. |
void |
User.setPassword(String password)
Deprecated. Use CrowdService.updateUserCredential(com.atlassian.crowd.embedded.api.User, String) instead. Since v4.4. |
void |
Entity.store()
Deprecated. Force update to underlying data-stores. |
void |
User.store()
Deprecated. Use CrowdService.updateUser(com.atlassian.crowd.embedded.api.User) for mutating users. Since v4.4. |
Uses of ImmutableException in mock.user |
---|
Methods in mock.user that throw ImmutableException | |
---|---|
void |
MockOSUser.remove()
|
void |
MockOSUser.setPassword(String password)
|
void |
MockOSUser.store()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |