Uses of Class
com.opensymphony.user.ImmutableException

Packages that use ImmutableException
com.atlassian.jira.bc.user   
com.atlassian.jira.user.util   
com.opensymphony.user   
mock.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 DefaultUserService.createUser(UserService.CreateUserValidationResult result)
           
 User UserService.createUserForSignup(UserService.CreateUserValidationResult result)
          Deprecated. Please use UserService.createUserFromSignup(com.atlassian.jira.bc.user.UserService.CreateUserValidationResult) instead. Since v4.3
 User DefaultUserService.createUserForSignup(UserService.CreateUserValidationResult result)
           
 User UserService.createUserNoEvent(UserService.CreateUserValidationResult result)
          Deprecated. Please use UserService.createUserNoNotification(com.atlassian.jira.bc.user.UserService.CreateUserValidationResult) instead. Since v4.3
 User DefaultUserService.createUserNoEvent(UserService.CreateUserValidationResult result)
           
 

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
 void UserUtilImpl.changePassword(User user, String newPassword)
           
 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.createUserNoEvent(String username, String password, String email, String fullname)
           
 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
 User UserUtilImpl.createUserWithEvent(String username, String password, String email, String fullname, int userEventType)
           
 

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. Remove User from CredentialsProvider (providing it is mutable).
 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. Change the User's password.
 void User.store()
          Deprecated. Force update to underlying data-stores.
 void Entity.store()
          Deprecated. Force update to underlying data-stores.
 

Uses of ImmutableException in mock.user
 

Methods in mock.user that throw ImmutableException
 void MockOSUser.remove()
           
 void MockOSUser.setPassword(String password)
           
 void MockOSUser.store()
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.