Uses of Class
com.atlassian.crowd.exception.UserAlreadyExistsException
Packages that use UserAlreadyExistsException
Package
Description
-
Uses of UserAlreadyExistsException in com.atlassian.crowd.dao.user
Methods in com.atlassian.crowd.dao.user that throw UserAlreadyExistsException -
Uses of UserAlreadyExistsException in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionAbstractForwardingDirectory.addUser
(UserTemplate user, PasswordCredential credential) AbstractForwardingDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) abstract UserWithAttributes
AbstractInternalDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) AuditingDirectoryDecorator.addUser
(UserTemplate user, PasswordCredential credential) AuditingDirectoryDecorator.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) AzureAdDirectory.addUser
(UserTemplate user, PasswordCredential credential) AzureAdDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) CachingDirectory.addUser
(UserTemplate user, PasswordCredential credential) Adds a user with no special added logic.CachingDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) Adds a user without modifying it, including storing its attributes.DbCachingRemoteDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) InternalDirectory.addUser
(UserTemplate user, PasswordCredential credential) InternalDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) Adds a user and the following custom attributes: - RemotePrincipalConstants.PASSWORD_LASTCHANGED set to the current time.MockSimpleRemoteDirectory.addUser
(UserTemplate user, PasswordCredential credential) MockSimpleRemoteDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) RemoteDirectory.addUser
(UserTemplate user, PasswordCredential credential) Deprecated.RemoteDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) Adds auser
to the directory store.protected User
AbstractForwardingDirectory.renameUser
(String oldName, String newName) AbstractInternalDirectory.renameUser
(String oldName, String newName) AuditingDirectoryDecorator.renameUser
(String oldName, String newName) AzureAdDirectory.renameUser
(String oldName, String newName) DbCachingRemoteDirectory.renameUser
(String oldName, String newName) MockSimpleRemoteDirectory.renameUser
(String oldName, String newName) RemoteDirectory.renameUser
(String oldName, String newName) Renames auser
. -
Uses of UserAlreadyExistsException in com.atlassian.crowd.embedded.spi
Methods in com.atlassian.crowd.embedded.spi that throw UserAlreadyExistsException -
Uses of UserAlreadyExistsException in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionDirectoryManager.addUser
(long directoryId, UserTemplate user, PasswordCredential credential) DirectoryManager.addUser
(long directoryId, UserTemplateWithAttributes user, PasswordCredential credential) Adds aUserWithAttributes
to the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.addUser
(long directoryId, UserTemplate user, PasswordCredential credential) DirectoryManagerGeneric.addUser
(long directoryId, UserTemplateWithAttributes user, PasswordCredential credential) DirectoryManager.renameUser
(long directoryId, String oldUsername, String newUsername) Renames a user in the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.renameUser
(long directoryId, String oldUsername, String newUsername) -
Uses of UserAlreadyExistsException in com.atlassian.crowd.manager.recovery
Methods in com.atlassian.crowd.manager.recovery that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionRecoveryModeRemoteDirectory.addUser
(UserTemplate user, PasswordCredential credential) RecoveryModeRemoteDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) RecoveryModeRemoteDirectory.renameUser
(String oldName, String newName)
RemoteDirectory.addUser(com.atlassian.crowd.model.user.UserTemplateWithAttributes, com.atlassian.crowd.embedded.api.PasswordCredential)
instead.