Uses of Class
com.atlassian.crowd.exception.InvalidUserException
Packages that use InvalidUserException
Package
Description
-
Uses of InvalidUserException in com.atlassian.crowd.console.action
Methods in com.atlassian.crowd.console.action that throw InvalidUserException -
Uses of InvalidUserException in com.atlassian.crowd.console.action.user
Methods in com.atlassian.crowd.console.action.user that throw InvalidUserException -
Uses of InvalidUserException in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that throw InvalidUserExceptionModifier 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.RemoteCrowdDirectory.addUser
(UserTemplate user, PasswordCredential credential) RemoteCrowdDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) RemoteDirectory.addUser
(UserTemplate user, PasswordCredential credential) Deprecated.RemoteDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) Adds auser
to the directory store.Rfc2307.addUser
(UserTemplate user, PasswordCredential credential) Rfc2307.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) SpringLDAPConnector.addUser
(UserTemplate user, PasswordCredential credential) Adds a user to LDAP.SpringLDAPConnector.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) Adds a user to LDAP.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) RemoteCrowdDirectory.renameUser
(String oldName, String newName) RemoteDirectory.renameUser
(String oldName, String newName) Renames auser
.Rfc2307.renameUser
(String oldName, String newName) SpringLDAPConnector.renameUser
(String oldName, String newName) DbCachingRemoteDirectory.setUserStatusLocally
(String username, boolean userActiveInternally) AbstractForwardingDirectory.updateUser
(UserTemplate user) AuditingDirectoryDecorator.updateUser
(UserTemplate user) AzureAdDirectory.updateUser
(UserTemplate user) CachingDirectory.updateUser
(UserTemplate user) DbCachingRemoteDirectory.updateUser
(UserTemplate user) InternalDirectory.updateUser
(UserTemplate user) MockSimpleRemoteDirectory.updateUser
(UserTemplate user) RemoteCrowdDirectory.updateUser
(UserTemplate user) RemoteDirectory.updateUser
(UserTemplate user) Updates theuser
.protected User
DbCachingRemoteDirectory.updateUserAndSetActiveFlag
(User remoteUser, User internalUser) -
Uses of InvalidUserException in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that throw InvalidUserExceptionModifier and TypeMethodDescriptionDeprecated.UseCrowdService.addUser(UserWithAttributes, String)
instead.CrowdService.addUser
(UserWithAttributes user, String credential) Adds auser
to the directory store.CrowdService.renameUser
(User user, String newUsername) Renames theUser
.CrowdService.setUserStatusLocally
(String username, boolean userActiveInternally) Deactivates/Activates theUser
in the internal directory.CrowdService.updateUser
(User user) Updates theUser
. -
Uses of InvalidUserException in com.atlassian.crowd.embedded.core
Methods in com.atlassian.crowd.embedded.core that throw InvalidUserExceptionModifier and TypeMethodDescriptionCrowdServiceImpl.addUser
(UserWithAttributes user, String credential) CrowdServiceImpl.renameUser
(User user, String newUsername) CrowdServiceImpl.setUserStatusLocally
(String username, boolean userActiveInternally) CrowdServiceImpl.updateUser
(User user) -
Uses of InvalidUserException in com.atlassian.crowd.integration.rest.service
Methods in com.atlassian.crowd.integration.rest.service that throw InvalidUserExceptionModifier and TypeMethodDescriptionRestCrowdClient.addUser
(User user, PasswordCredential passwordCredential) RestCrowdClient.addUser
(UserWithAttributes user, PasswordCredential passwordCredential) RestCrowdClient.renameUser
(String oldUsername, String newUsername) void
RestCrowdClient.updateUser
(User user) -
Uses of InvalidUserException in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that throw InvalidUserExceptionModifier and TypeMethodDescriptionAbstractDelegatingApplicationService.addUser
(Application application, UserTemplate user, PasswordCredential credential) AbstractDelegatingApplicationService.addUser
(Application application, UserTemplateWithAttributes userWithAttributes, PasswordCredential credential) ApplicationService.addUser
(Application application, UserTemplate user, PasswordCredential credential) ApplicationService.addUser
(Application application, UserTemplateWithAttributes user, PasswordCredential credential) Adds the user to the first permissible active directory.ApplicationServiceGeneric.addUser
(Application application, UserTemplate user, PasswordCredential credential) ApplicationServiceGeneric.addUser
(Application application, UserTemplateWithAttributes user, PasswordCredential credential) TranslatingApplicationService.addUser
(Application application, UserTemplate user, PasswordCredential credential) TranslatingApplicationService.addUser
(Application application, UserTemplateWithAttributes user, PasswordCredential credential) AbstractDelegatingApplicationService.renameUser
(Application application, String oldUserName, String newUsername) ApplicationService.renameUser
(Application application, String oldUserName, String newUsername) Renames the user in the first active directory the users exists in.ApplicationServiceGeneric.renameUser
(Application application, String oldUserName, String newUsername) TranslatingApplicationService.renameUser
(Application application, String oldUserName, String newUsername) AbstractDelegatingApplicationService.setUserStatusLocally
(Application application, String username, boolean userActiveInternally) ApplicationService.setUserStatusLocally
(Application application, String username, boolean userActiveInternally) Set the user's active status in the first active directory the User belongsApplicationServiceGeneric.setUserStatusLocally
(Application application, String username, boolean userActiveInternally) AbstractDelegatingApplicationService.updateUser
(Application application, UserTemplate user) ApplicationService.updateUser
(Application application, UserTemplate user) Updates the user in the first active directory the User belongs.ApplicationServiceGeneric.updateUser
(Application application, UserTemplate user) TranslatingApplicationService.updateUser
(Application application, UserTemplate user) ApplicationServiceGeneric.validateUpdateUser
(Application application, UserTemplate user) -
Uses of InvalidUserException in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that throw InvalidUserExceptionModifier 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) DirectoryManager.setUserStateInternally
(long directoryId, String username, boolean userActiveInternally) Set the user's active status in the specified remote directory.DirectoryManagerGeneric.setUserStateInternally
(long directoryId, String username, boolean userActiveInternally) DirectoryManager.updateUser
(long directoryId, UserTemplate user) Updates a user with the supplied template and returns the updated user retrieved from the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.updateUser
(long directoryId, UserTemplate user) -
Uses of InvalidUserException in com.atlassian.crowd.manager.recovery
Methods in com.atlassian.crowd.manager.recovery that throw InvalidUserExceptionModifier and TypeMethodDescriptionRecoveryModeRemoteDirectory.addUser
(UserTemplate user, PasswordCredential credential) RecoveryModeRemoteDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) RecoveryModeRemoteDirectory.renameUser
(String oldName, String newName) RecoveryModeRemoteDirectory.updateUser
(UserTemplate user) -
Uses of InvalidUserException in com.atlassian.crowd.plugin.rest.exception.mapper
Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type InvalidUserExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
InvalidUserExceptionMapper.toResponse
(InvalidUserException exception) -
Uses of InvalidUserException in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller that throw InvalidUserExceptionModifier and TypeMethodDescriptionUsersController.addUser
(UserEntity userEntity, com.atlassian.plugins.rest.api.model.Link userLink) Adds a new user.UsersController.renameUser
(String oldUsername, com.atlassian.plugins.rest.api.model.Link userLink, String newUsername) Renames a user.UsersController.updateUser
(UserEntity userEntity) Updates a user. -
Uses of InvalidUserException in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Methods in com.atlassian.crowd.plugin.rest.service.resource.usermanagement that throw InvalidUserExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
UsersResource.addUser
(UserEntity userEntity) javax.ws.rs.core.Response
UsersResource.renameUser
(String userName, RenameEntity newUserName) javax.ws.rs.core.Response
UsersResource.updateUser
(String userName, UserEntity userEntity) -
Uses of InvalidUserException in com.atlassian.crowd.service.client
Methods in com.atlassian.crowd.service.client that throw InvalidUserExceptionModifier and TypeMethodDescriptionCrowdClient.addUser
(User user, PasswordCredential passwordCredential) CrowdClient.addUser
(UserWithAttributes user, PasswordCredential passwordCredential) Adds a new User to the remote Crowd server and will attempt to add the attributes atomically, but for Crowd servers < v2.9.0 atomic attribute adding may not be supported.CrowdClient.renameUser
(String oldUsername, String newUsername) Renames a user on the remote Crowd server, initially finding them by their current username.void
CrowdClient.updateUser
(User user) Updates a user on the remote Crowd server.
RemoteDirectory.addUser(com.atlassian.crowd.model.user.UserTemplateWithAttributes, com.atlassian.crowd.embedded.api.PasswordCredential)
instead.