Uses of Class
com.atlassian.crowd.exception.UserAlreadyExistsException

Packages that use UserAlreadyExistsException
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.dao.user   
com.atlassian.crowd.directory   
com.atlassian.crowd.embedded.spi   
com.atlassian.crowd.manager.directory   
 

Uses of UserAlreadyExistsException in com.atlassian.crowd.acceptance.tests.directory
 

Methods in com.atlassian.crowd.acceptance.tests.directory that throw UserAlreadyExistsException
protected  void PageAndRangeTest.addUser(int i)
           
protected  void BaseTest.addUser(java.lang.String userName, java.lang.Long directoryId, java.lang.String password)
           
protected  void BaseTest.addUser(UserTemplate user, java.lang.String password)
           
protected  void NestedGroupsTest.loadTestData()
          Called as part of setUp()
 void BasicTest.testAddUserExisting()
           
 void BasicTest.testAddUserWithNullPassword()
          CWD-584 - users created through JIRA work this way.
 

Uses of UserAlreadyExistsException in com.atlassian.crowd.dao.user
 

Methods in com.atlassian.crowd.dao.user that throw UserAlreadyExistsException
 InternalUser UserDAOHibernate.add(User user, PasswordCredential credential)
           
 

Uses of UserAlreadyExistsException in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that throw UserAlreadyExistsException
 User InternalDirectory.addUser(UserTemplate user, PasswordCredential credential)
          Adds a user and the following custom attributes: - RemotePrincipalConstants.PASSWORD_LASTCHANGED set to the current time.
 User DelegatedAuthenticationDirectory.addUser(UserTemplate user, PasswordCredential credential)
           
 User CachingDirectory.addUser(UserTemplate user, PasswordCredential credential)
          Adds a user with no special added logic.
abstract  User AbstractInternalDirectory.addUser(UserTemplate user, PasswordCredential credential)
           
 User RemoteDirectory.addUser(UserTemplate user, PasswordCredential credential)
          Adds a user to the directory store.
 User DbCachingRemoteDirectory.addUser(UserTemplate user, PasswordCredential credential)
           
 User DelegatedAuthenticationDirectory.renameUser(java.lang.String oldName, java.lang.String newName)
           
 User AbstractInternalDirectory.renameUser(java.lang.String oldName, java.lang.String newName)
           
 User RemoteDirectory.renameUser(java.lang.String oldName, java.lang.String newName)
          Renames a user.
 

Uses of UserAlreadyExistsException in com.atlassian.crowd.embedded.spi
 

Methods in com.atlassian.crowd.embedded.spi that throw UserAlreadyExistsException
 User UserDao.add(User user, PasswordCredential credential)
          Creates a new user with the given details and credentials.
 User UserDao.rename(User user, java.lang.String newName)
          Changes the user's name to the provided new name.
 

Uses of UserAlreadyExistsException in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory that throw UserAlreadyExistsException
 User DirectoryManager.addUser(long directoryId, UserTemplate user, PasswordCredential credential)
          Adds a User to the directory specified by the passed in directoryId.
 User DirectoryManagerGeneric.addUser(long directoryId, UserTemplate user, PasswordCredential credential)
           
 User DirectoryManager.renameUser(long directoryId, java.lang.String oldUsername, java.lang.String newUsername)
          Renames a user in the directory specified by the passed in directoryId.
 User DirectoryManagerGeneric.renameUser(long directoryId, java.lang.String oldUsername, java.lang.String newUsername)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.