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

Packages that use InvalidUserException
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.acceptance.tests.persistence.directory   
com.atlassian.crowd.acceptance.tests.persistence.manager.directory   
com.atlassian.crowd.console.action   
com.atlassian.crowd.console.action.user   
com.atlassian.crowd.directory   
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.plugin.rest.exception.mapper   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.client   
com.atlassian.crowd.service.soap.client   
 

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

Methods in com.atlassian.crowd.acceptance.tests.directory that throw InvalidUserException
protected  void BaseTest.addGroup(GroupTemplate group)
           
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.testAddUserInactive()
           
 void BasicTest.testAddUserNull()
           
 void BasicTest.testAddUserToGroup()
           
 void BasicTest.testAddUserToGroupBothEmpty()
           
 void BasicTest.testAddUserToGroupBothNull()
           
 void BasicTest.testAddUserToGroupNonExistentGroup()
           
 void BasicTest.testAddUserToGroupNonExistentUser()
           
 void BasicTest.testAddUserToGroupNullAndEmpty1()
           
 void BasicTest.testAddUserToGroupNullAndEmpty2()
           
 void BasicTest.testAddUserToTwoGroups()
           
 void BasicTest.testAddUserWithDisplayName()
           
 void BasicTest.testAddUserWithEmailAndPassword()
           
 void BasicTest.testAddUserWithEmptyPassword()
           
 void BasicTest.testAddUserWithFirstname()
           
 void BasicTest.testAddUserWithFirstnameLastnameEmailDisplayNamePassword()
           
 void BasicTest.testAddUserWithFirstnameLastnameEmailPassword()
           
 void BasicTest.testAddUserWithFirstnameNoPassword()
           
 void BasicTest.testAddUserWithLastnameAndPassword()
           
 void BasicTest.testAddUserWithLastnameNoPassword()
           
 void BasicTest.testAddUserWithNullPassword()
          CWD-584 - users created through JIRA work this way.
 void BasicTest.testAddUserWithPassword()
           
 void BasicTest.testAuthenticateAfterPasswordAdd()
           
 void BasicTest.testAuthenticateAfterPasswordUpdate()
           
 void BasicTest.testAuthenticateAfterUnicodePasswordUpdate()
           
 void BasicTest.testAuthenticateAfterUserAdd()
           
 void BasicTest.testAuthenticateAfterUserAddWithUnicodePassword()
           
 void BasicTest.testAuthenticateEmptyPassword()
           
 void BasicTest.testAuthenticateWithEmptyPassword()
           
 void BasicTest.testAuthenticateWithIncorrectPassword()
           
 void BasicTest.testAuthenticateWithInvalidUser()
           
 void BasicTest.testAuthenticateWithNullPassword()
           
 void BasicTest.testAuthenticateWithNullPasswordArray()
           
 void BasicTest.testAuthenticateWithNullPasswordCredentialInArray()
           
 void BasicTest.testFindGroupMemberships()
           
 void BasicTest.testFindGroupMembershipsNoGroups()
           
 void BasicTest.testFindRoleMembershipsNoRoles()
           
 void BasicTest.testFindUserByName()
           
 void BasicTest.testFindUserByNameDisplayNamePopulatedInLdap()
           
 void BasicTest.testFindUserByNameNonExistent()
           
 void BasicTest.testIsGroupMemberNonExistentGroup()
           
 void BasicTest.testIsGroupMemberNonExistentUser()
           
 void BasicTest.testRemoveUser()
           
 void BasicTest.testRemoveUserEmptyString()
           
 void BasicTest.testRemoveUserFromGroup()
           
 void BasicTest.testRemoveUserFromGroupBothEmpty()
           
 void BasicTest.testRemoveUserFromGroupBothNull()
           
 void BasicTest.testRemoveUserFromGroupNonExistentGroup()
           
 void BasicTest.testRemoveUserFromGroupNonExistentUser()
           
 void BasicTest.testRemoveUserFromGroupNullAndEmpty1()
           
 void BasicTest.testRemoveUserFromGroupNullAndEmpty2()
           
 void BasicTest.testRemoveUserFromGroupWhereThereIsNoMembership()
           
 void BasicTest.testRemoveUserInvalid()
           
 void BasicTest.testSearchGroupsContainingUser()
           
 void BasicTest.testSearchGroupsNotContainingUser()
           
 void BasicTest.testSearchUsersEmailNonExistent()
           
 void BasicTest.testSearchUsersEmailSingleMatch()
           
 void BasicTest.testSearchUsersEmailWildcardDualMatch()
           
 void BasicTest.testSearchUsersEmailWildcardSingleMatch()
           
 void BasicTest.testSearchUsersEmptyContext()
           
 void BasicTest.testSearchUsersFullnameEmptyString()
           
 void BasicTest.testSearchUsersFullnameNonExistent()
           
 void BasicTest.testSearchUsersFullnameSingleMatch()
           
 void BasicTest.testSearchUsersFullnameWildcardDualMatch()
           
 void BasicTest.testSearchUsersFullnameWildcardSingleMatch()
           
 void BasicTest.testSearchUsersNameEmptyString()
           
 void BasicTest.testSearchUsersNameNonExistent()
           
 void BasicTest.testSearchUsersNameSingleMatch()
           
 void BasicTest.testSearchUsersNameWildcardDualMatch()
           
 void BasicTest.testSearchUsersNameWildcardSingleMatch()
           
 void BasicTest.testUpdateUserAfterPasswordAdded()
           
 void BasicTest.testUpdateUserCredentialAfterNullCreation()
           
 void BasicTest.testUpdateUserEmail()
           
 void BasicTest.testUpdateUserEmailExplicitCheck()
           
 void BasicTest.testUpdateUserEmailInvalid()
           
 void BasicTest.testUpdateUserInvalidName()
           
 

Uses of InvalidUserException in com.atlassian.crowd.acceptance.tests.persistence.directory
 

Methods in com.atlassian.crowd.acceptance.tests.persistence.directory that throw InvalidUserException
 void InternalDirectoryIntegrationTest.testAddAllUsersToGroup()
           
 void InternalDirectoryIntegrationTest.testAddUserToGroup()
           
 void InternalDirectoryIntegrationTest.testRemoveUserFromGroup()
           
 

Uses of InvalidUserException in com.atlassian.crowd.acceptance.tests.persistence.manager.directory
 

Methods in com.atlassian.crowd.acceptance.tests.persistence.manager.directory that throw InvalidUserException
protected  void DirectoryManagerGenericNestedGroupsTest.addUser(java.lang.String name)
           
 

Uses of InvalidUserException in com.atlassian.crowd.console.action
 

Methods in com.atlassian.crowd.console.action that throw InvalidUserException
 SOAPAttribute BaseAction.getAttribute(java.lang.String name)
           
 java.lang.String BaseAction.getFirstAttribute(java.lang.String name)
           
 java.lang.String BaseAction.getUserName()
           
 

Uses of InvalidUserException in com.atlassian.crowd.console.action.user
 

Methods in com.atlassian.crowd.console.action.user that throw InvalidUserException
 java.lang.String BaseUserAction.getRemoteUsername()
           
 

Uses of InvalidUserException in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that throw InvalidUserException
 User RemoteCrowdDirectory.addUser(UserTemplate user, PasswordCredential credential)
           
 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.
 LDAPUserWithAttributes SpringLDAPConnector.addUser(UserTemplate user, PasswordCredential credential)
          Adds a user to LDAP.
 LDAPUserWithAttributes Rfc2307.addUser(UserTemplate user, PasswordCredential credential)
           
 User DbCachingRemoteDirectory.addUser(UserTemplate user, PasswordCredential credential)
           
 User RemoteCrowdDirectory.renameUser(java.lang.String oldName, java.lang.String newName)
           
 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.
 User SpringLDAPConnector.renameUser(java.lang.String oldName, java.lang.String newName)
           
 User Rfc2307.renameUser(java.lang.String oldName, java.lang.String newName)
           
 User DbCachingRemoteDirectory.renameUser(java.lang.String oldName, java.lang.String newName)
           
 User RemoteCrowdDirectory.updateUser(UserTemplate user)
           
 User DelegatedAuthenticationDirectory.updateUser(UserTemplate user)
           
 User CachingDirectory.updateUser(UserTemplate user)
           
 User AbstractInternalDirectory.updateUser(UserTemplate user)
           
 User RemoteDirectory.updateUser(UserTemplate user)
          Updates the user.
 User DbCachingRemoteDirectory.updateUser(UserTemplate user)
           
 void InternalDirectoryUtilsImpl.validateUsername(User user, java.lang.String username)
           
 void InternalDirectoryUtils.validateUsername(User user, java.lang.String username)
           
 

Uses of InvalidUserException in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that throw InvalidUserException
 User CrowdAdminService.addUser(User user, java.lang.String credential)
          Adds a user to the directory store.
 User CrowdAdminService.renameUser(java.lang.String oldName, java.lang.String newName)
          Renames a user.
 User CrowdAdminService.updateUser(User user)
          Updates the User.
 

Uses of InvalidUserException in com.atlassian.crowd.embedded.core
 

Methods in com.atlassian.crowd.embedded.core that throw InvalidUserException
 User CrowdAdminServiceImpl.addUser(User user, java.lang.String credential)
           
 User CrowdAdminServiceImpl.renameUser(java.lang.String oldName, java.lang.String newName)
           
 User CrowdAdminServiceImpl.updateUser(User user)
           
 

Uses of InvalidUserException in com.atlassian.crowd.integration.rest.service
 

Methods in com.atlassian.crowd.integration.rest.service that throw InvalidUserException
 void RestCrowdClient.addUser(User user, PasswordCredential passwordCredential)
           
 void RestCrowdClient.updateUser(User user)
           
 

Uses of InvalidUserException in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application that throw InvalidUserException
 User ApplicationService.addUser(Application application, UserTemplate user, PasswordCredential credential)
          Adds the user to the first permissible active directory.
 User TranslatingApplicationService.addUser(Application application, UserTemplate user, PasswordCredential credential)
           
 User ApplicationServiceGeneric.addUser(Application application, UserTemplate user, PasswordCredential credential)
           
 User ApplicationService.updateUser(Application application, UserTemplate user)
          Updates the user in the first active directory the User belongs.
 User TranslatingApplicationService.updateUser(Application application, UserTemplate user)
           
 User ApplicationServiceGeneric.updateUser(Application application, UserTemplate user)
           
 

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

Methods in com.atlassian.crowd.manager.directory that throw InvalidUserException
 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)
           
 User 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 in directoryId.
 User DirectoryManagerGeneric.updateUser(long directoryId, 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 InvalidUserException
 javax.ws.rs.core.Response InvalidUserExceptionMapper.toResponse(InvalidUserException exception)
           
 

Uses of InvalidUserException in com.atlassian.crowd.service
 

Methods in com.atlassian.crowd.service that throw InvalidUserException
 SOAPPrincipal UserManager.addUser(SOAPPrincipal user, PasswordCredential credential)
          Adds a user to Crowd.
 

Uses of InvalidUserException in com.atlassian.crowd.service.cache
 

Methods in com.atlassian.crowd.service.cache that throw InvalidUserException
 SOAPPrincipal CachingUserManager.addUser(SOAPPrincipal user, PasswordCredential credential)
           
 

Uses of InvalidUserException in com.atlassian.crowd.service.client
 

Methods in com.atlassian.crowd.service.client that throw InvalidUserException
 void CrowdClient.addUser(User user, PasswordCredential passwordCredential)
          Adds a new User to the remote Crowd server.
 void CrowdClient.updateUser(User user)
          Updates a user on the remote Crowd server.
 

Uses of InvalidUserException in com.atlassian.crowd.service.soap.client
 

Methods in com.atlassian.crowd.service.soap.client that throw InvalidUserException
 SOAPPrincipal SecurityServerClientImpl.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 SOAPPrincipal SecurityServerClient.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 



Copyright © 2010 Atlassian. All Rights Reserved.