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

Packages that use UserNotFoundException
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.console.action   
com.atlassian.crowd.dao.membership   
com.atlassian.crowd.dao.user   
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.hybrid   
com.atlassian.crowd.embedded.spi   
com.atlassian.crowd.integration.acegi.user   
com.atlassian.crowd.integration.osuser   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.integration.seraph   
com.atlassian.crowd.integration.seraph.v22   
com.atlassian.crowd.integration.seraph.v25   
com.atlassian.crowd.integration.springsecurity.user   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.manager.login   
com.atlassian.crowd.openid.server.manager.login   
com.atlassian.crowd.plugin.rest.exception.mapper   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resource   
com.atlassian.crowd.plugin.rest.util   
com.atlassian.crowd.security.demo.action.user   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.client   
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.util   
 

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

Methods in com.atlassian.crowd.acceptance.tests.directory that throw UserNotFoundException
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.
 void RemoteCrowdDirectoryTest.testBadClientParameters()
           
 

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

Methods in com.atlassian.crowd.console.action that throw UserNotFoundException
protected  boolean BaseAction.authorisedToAccessCrowdAdminConsole(DirectoryMapping directoryMapping, java.lang.Long directoryId, java.lang.String username)
           
protected  boolean BaseAction.authorisedToAccessCrowdConsole(java.lang.Long directoryId, java.lang.String name)
           
 

Uses of UserNotFoundException in com.atlassian.crowd.dao.membership
 

Methods in com.atlassian.crowd.dao.membership that throw UserNotFoundException
 void MembershipDAOHibernate.addUserToGroup(long directoryId, java.lang.String username, java.lang.String groupName)
           
 void MembershipDAOHibernate.removeUserFromGroup(long directoryId, java.lang.String username, java.lang.String groupName)
           
 

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

Methods in com.atlassian.crowd.dao.user that throw UserNotFoundException
 InternalUser UserDAOHibernate.findByName(long directoryId, java.lang.String username)
           
 InternalUserWithAttributes UserDAOHibernate.findByNameWithAttributes(long directoryId, java.lang.String username)
           
 PasswordCredential UserDAOHibernate.getCredential(long directoryId, java.lang.String username)
           
 java.util.List<PasswordCredential> UserDAOHibernate.getCredentialHistory(long directoryId, java.lang.String username)
           
 void UserDAOHibernate.remove(User user)
           
 void UserDAOHibernate.removeAttribute(User user, java.lang.String attributeName)
           
 InternalUser UserDAOHibernate.rename(User user, java.lang.String newUsername)
           
 void UserDAOHibernate.storeAttributes(User user, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
 InternalUser UserDAOHibernate.update(User user)
           
 void UserDAOHibernate.updateCredential(User user, PasswordCredential credential, int maxPasswordHistory)
           
 

Uses of UserNotFoundException in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that throw UserNotFoundException
 User DelegatedAuthenticationDirectory.addOrUpdateLdapUser(java.lang.String name)
          Copies or updates a user in the internal directory from their counterpart in the LDAP directory.
 void RemoteCrowdDirectory.addUserToGroup(java.lang.String username, java.lang.String groupName)
           
 void DelegatedAuthenticationDirectory.addUserToGroup(java.lang.String username, java.lang.String groupName)
           
 void AbstractInternalDirectory.addUserToGroup(java.lang.String username, java.lang.String groupName)
           
 void RemoteDirectory.addUserToGroup(java.lang.String username, java.lang.String groupName)
          Adds a user as a member of a group.
 void Rfc2307.addUserToGroup(java.lang.String username, java.lang.String groupName)
           
 void RFC4519Directory.addUserToGroup(java.lang.String username, java.lang.String groupName)
           
 void DbCachingRemoteDirectory.addUserToGroup(java.lang.String username, java.lang.String groupName)
           
protected
<T extends LDAPDirectoryEntity>
javax.naming.ldap.LdapName
SpringLDAPConnector.asLdapName(java.lang.String dn, java.lang.String entityName, java.lang.Class<T> entityClass)
          This method is required to wrap DN's into LdapNames as spring-ldap doesn't correctly handle operations with String dn arguments.
protected  javax.naming.ldap.LdapName SpringLDAPConnector.asLdapUserName(java.lang.String dn, java.lang.String userName)
          Convenience method to convert user DN to LdapName, throwing a GNFE with the supplied user name if unable to construct the LdapName.
 User RemoteCrowdDirectory.authenticate(java.lang.String username, PasswordCredential credential)
           
 User DelegatedAuthenticationDirectory.authenticate(java.lang.String name, PasswordCredential credential)
          In addition to the normal authentication behaviour, following a successful authentication the following may occur: If the user does not exist in the internal directory and DelegatedAuthenticationDirectory.ATTRIBUTE_CREATE_USER_ON_AUTH is enabled, the user's details will be added to the internal directory. If the user exists in the internal directory and DelegatedAuthenticationDirectory.ATTRIBUTE_UPDATE_USER_ON_AUTH is enabled, the user's details will be updated in the internal directory. A user marked as inactive locally will not be authenticated, retrieved or updated from the LDAP server.
 User AbstractInternalDirectory.authenticate(java.lang.String name, PasswordCredential credential)
           
 User RemoteDirectory.authenticate(java.lang.String name, PasswordCredential credential)
          Authenticates a user with the directory store.
 User SpringLDAPConnector.authenticate(java.lang.String name, PasswordCredential credential)
           
 User DbCachingRemoteDirectory.authenticate(java.lang.String name, PasswordCredential credential)
           
<T extends LDAPDirectoryEntity>
T
SpringLDAPConnector.findEntityByDN(java.lang.String dn, java.lang.Class<T> entityClass)
           
<T extends LDAPDirectoryEntity>
T
LDAPDirectory.findEntityByDN(java.lang.String dn, java.lang.Class<T> entityClass)
          Finds a directory entity (principal, group or role) by their distinguished name.
protected
<T extends LDAPDirectoryEntity>
T
SpringLDAPConnector.findEntityByDN(java.lang.String dn, java.lang.String baseDN, java.lang.String filter, org.springframework.ldap.core.ContextMapper contextMapper, java.lang.Class<T> entityClass)
           
 User RemoteCrowdDirectory.findUserByName(java.lang.String name)
           
 User DelegatedAuthenticationDirectory.findUserByName(java.lang.String name)
           
 TimestampedUser AbstractInternalDirectory.findUserByName(java.lang.String name)
           
 User RemoteDirectory.findUserByName(java.lang.String name)
          Finds the user that matches the supplied name.
 TimestampedUser InternalRemoteDirectory.findUserByName(java.lang.String name)
           
 LDAPUserWithAttributes SpringLDAPConnector.findUserByName(java.lang.String name)
           
 User DbCachingRemoteDirectory.findUserByName(java.lang.String name)
           
 UserWithAttributes RemoteCrowdDirectory.findUserWithAttributesByName(java.lang.String name)
           
 UserWithAttributes DelegatedAuthenticationDirectory.findUserWithAttributesByName(java.lang.String name)
           
 UserWithAttributes AbstractInternalDirectory.findUserWithAttributesByName(java.lang.String name)
           
 UserWithAttributes RemoteDirectory.findUserWithAttributesByName(java.lang.String name)
          Finds the user that matches the supplied name.
 LDAPUserWithAttributes SpringLDAPConnector.findUserWithAttributesByName(java.lang.String name)
           
 UserWithAttributes DbCachingRemoteDirectory.findUserWithAttributesByName(java.lang.String name)
           
 void RemoteCrowdDirectory.removeUser(java.lang.String username)
           
 void DelegatedAuthenticationDirectory.removeUser(java.lang.String name)
           
 void AbstractInternalDirectory.removeUser(java.lang.String name)
           
 void RemoteDirectory.removeUser(java.lang.String name)
          Removes the user that matches the supplied name.
 void SpringLDAPConnector.removeUser(java.lang.String name)
           
 void Rfc2307.removeUser(java.lang.String name)
           
 void DbCachingRemoteDirectory.removeUser(java.lang.String name)
           
 void RemoteCrowdDirectory.removeUserAttributes(java.lang.String username, java.lang.String attributeName)
           
 void DelegatedAuthenticationDirectory.removeUserAttributes(java.lang.String username, java.lang.String attributeName)
           
 void AbstractInternalDirectory.removeUserAttributes(java.lang.String username, java.lang.String attributeName)
           
 void RemoteDirectory.removeUserAttributes(java.lang.String username, java.lang.String attributeName)
          Removes all the values for a single attribute key for a user.
 void SpringLDAPConnector.removeUserAttributes(java.lang.String username, java.lang.String attributeName)
           
 void DbCachingRemoteDirectory.removeUserAttributes(java.lang.String username, java.lang.String attributeName)
           
 void RemoteCrowdDirectory.removeUserFromGroup(java.lang.String username, java.lang.String groupName)
           
 void DelegatedAuthenticationDirectory.removeUserFromGroup(java.lang.String username, java.lang.String groupName)
           
 void AbstractInternalDirectory.removeUserFromGroup(java.lang.String username, java.lang.String groupName)
           
 void RemoteDirectory.removeUserFromGroup(java.lang.String username, java.lang.String groupName)
          Removes a user as a member of a group.
 void Rfc2307.removeUserFromGroup(java.lang.String username, java.lang.String groupName)
           
 void RFC4519Directory.removeUserFromGroup(java.lang.String username, java.lang.String groupName)
           
 void DbCachingRemoteDirectory.removeUserFromGroup(java.lang.String username, java.lang.String groupName)
           
 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)
           
 void RemoteCrowdDirectory.storeUserAttributes(java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
 void DelegatedAuthenticationDirectory.storeUserAttributes(java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
 void AbstractInternalDirectory.storeUserAttributes(java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
 void RemoteDirectory.storeUserAttributes(java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
          Adds or updates a user's attributes with the new Map of attribute values in the directory specified by the passed in directoryId.
 void SpringLDAPConnector.storeUserAttributes(java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
 void DbCachingRemoteDirectory.storeUserAttributes(java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
protected
<T extends LDAPDirectoryEntity>
java.lang.RuntimeException
SpringLDAPConnector.typedEntityNotFoundException(java.lang.String name, java.lang.Class<T> entityClass)
           
 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 SpringLDAPConnector.updateUser(UserTemplate user)
           
 User Rfc2307.updateUser(UserTemplate user)
           
 User DbCachingRemoteDirectory.updateUser(UserTemplate user)
           
 void RemoteCrowdDirectory.updateUserCredential(java.lang.String username, PasswordCredential credential)
           
 void DelegatedAuthenticationDirectory.updateUserCredential(java.lang.String username, PasswordCredential credential)
           
 void AbstractInternalDirectory.updateUserCredential(java.lang.String name, PasswordCredential newCredential)
           
 void RemoteDirectory.updateUserCredential(java.lang.String username, PasswordCredential credential)
          Updates the password for a user.
 void SpringLDAPConnector.updateUserCredential(java.lang.String name, PasswordCredential credential)
           
 void AppleOpenDirectory.updateUserCredential(java.lang.String name, PasswordCredential credential)
          We don't support changing passwords in Open Directory, mainly because we can't figure out how.
 void DbCachingRemoteDirectory.updateUserCredential(java.lang.String username, PasswordCredential credential)
           
 

Uses of UserNotFoundException in com.atlassian.crowd.directory.hybrid
 

Methods in com.atlassian.crowd.directory.hybrid that throw UserNotFoundException
 void LocalGroupHandler.addUserToLocalGroup(java.lang.String username, java.lang.String groupName)
           
 void LocalGroupHandler.removeUserFromLocalGroup(java.lang.String username, java.lang.String groupName)
           
 

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

Methods in com.atlassian.crowd.embedded.spi that throw UserNotFoundException
 void MembershipDao.addUserToGroup(long directoryId, java.lang.String userName, java.lang.String groupName)
          Adds user as a member of group.
 TimestampedUser UserDao.findByName(long directoryId, java.lang.String userName)
          Finds and returns the user with the given name and directory ID.
 UserWithAttributes UserDao.findByNameWithAttributes(long directoryId, java.lang.String userName)
          Finds and returns the user with attributes with the given name and directory ID.
 PasswordCredential UserDao.getCredential(long directoryId, java.lang.String userName)
          Returns the credential for the given user.
 java.util.List<PasswordCredential> UserDao.getCredentialHistory(long directoryId, java.lang.String userName)
          Returns the previous credentials for the given user, starting with the oldest.
 void UserDao.remove(User user)
          Removes the user.
 void UserDao.removeAttribute(User user, java.lang.String attributeName)
          Removes the attributes for the user with the given name.
 void MembershipDao.removeUserFromGroup(long directoryId, java.lang.String userName, java.lang.String groupName)
          Removes user as a member of the given group.
 User UserDao.rename(User user, java.lang.String newName)
          Changes the user's name to the provided new name.
 void UserDao.storeAttributes(User user, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
          Adds or updates a user's attributes with the new Map of attribute values.
 User UserDao.update(User user)
          Updates all the user properties of the user with the same directory and case-insensitive name.
 void UserDao.updateCredential(User user, PasswordCredential credential, int maxCredentialHistory)
          Updates the credential (password) of the user with the same directory and case-insensitive name.
 

Uses of UserNotFoundException in com.atlassian.crowd.integration.acegi.user
 

Methods in com.atlassian.crowd.integration.acegi.user that throw UserNotFoundException
protected  org.acegisecurity.GrantedAuthority[] CrowdUserDetailsServiceImpl.getAuthorities(java.lang.String username)
          Requests the group memberships of the user from the Crowd Server.
 

Uses of UserNotFoundException in com.atlassian.crowd.integration.osuser
 

Methods in com.atlassian.crowd.integration.osuser that throw UserNotFoundException
 void CrowdCredentialsProvider.fetchInCache(java.lang.String username)
          Fetches a user with the given username in the cache in case the user exists, but cannot be found from the cache yet.
 

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

Methods in com.atlassian.crowd.integration.rest.service that throw UserNotFoundException
 void RestCrowdClient.addUserToGroup(java.lang.String username, java.lang.String groupName)
           
 User RestCrowdClient.authenticateUser(java.lang.String username, java.lang.String password)
           
 java.util.List<Group> RestCrowdClient.getGroupsForNestedUser(java.lang.String userName, int startIndex, int maxResults)
           
 java.util.List<Group> RestCrowdClient.getGroupsForUser(java.lang.String userName, int startIndex, int maxResults)
           
 java.util.List<java.lang.String> RestCrowdClient.getNamesOfGroupsForNestedUser(java.lang.String userName, int startIndex, int maxResults)
           
 java.util.List<java.lang.String> RestCrowdClient.getNamesOfGroupsForUser(java.lang.String userName, int startIndex, int maxResults)
           
 User RestCrowdClient.getUser(java.lang.String name)
           
 UserWithAttributes RestCrowdClient.getUserWithAttributes(java.lang.String name)
           
 void RestCrowdClient.removeUser(java.lang.String username)
           
 void RestCrowdClient.removeUserAttributes(java.lang.String username, java.lang.String attributeName)
           
 void RestCrowdClient.removeUserFromGroup(java.lang.String username, java.lang.String groupName)
           
 void RestCrowdClient.requestPasswordReset(java.lang.String username)
           
 void RestCrowdClient.storeUserAttributes(java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
 void RestCrowdClient.updateUser(User user)
           
 void RestCrowdClient.updateUserCredential(java.lang.String username, java.lang.String password)
           
 

Uses of UserNotFoundException in com.atlassian.crowd.integration.seraph
 

Methods in com.atlassian.crowd.integration.seraph that throw UserNotFoundException
protected  void JIRAAuthenticator.fetchUserInCache(java.lang.String username)
           
protected  void CrowdAuthenticator.fetchUserInCache(java.lang.String username)
          Fetches a user with the given username in the cache, in case the user exists, but cannot be found from the cache yet.
 

Uses of UserNotFoundException in com.atlassian.crowd.integration.seraph.v22
 

Methods in com.atlassian.crowd.integration.seraph.v22 that throw UserNotFoundException
protected  void JIRAAuthenticator.fetchUserInCache(java.lang.String username)
           
protected  void CrowdAuthenticator.fetchUserInCache(java.lang.String username)
          Fetches a user with the given username in the cache, in case the user exists, but cannot be found from the cache yet.
 

Uses of UserNotFoundException in com.atlassian.crowd.integration.seraph.v25
 

Methods in com.atlassian.crowd.integration.seraph.v25 that throw UserNotFoundException
protected  void CrowdAuthenticator.fetchUserInCache(java.lang.String username)
          Fetches a user with the given username in the cache, in case the user exists, but cannot be found from the cache yet.
 

Uses of UserNotFoundException in com.atlassian.crowd.integration.springsecurity.user
 

Methods in com.atlassian.crowd.integration.springsecurity.user that throw UserNotFoundException
protected  org.springframework.security.GrantedAuthority[] CrowdUserDetailsServiceImpl.getAuthorities(java.lang.String username)
          Requests the group memberships of the user from the Crowd Server.
 

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

Methods in com.atlassian.crowd.manager.application that throw UserNotFoundException
 void ApplicationService.addUserToGroup(Application application, java.lang.String username, java.lang.String groupName)
          Makes the primary user of the given username a direct member of the group on the directory where the primary user resides.
 void TranslatingApplicationService.addUserToGroup(Application application, java.lang.String username, java.lang.String groupName)
           
 void CachingApplicationService.addUserToGroup(Application application, java.lang.String username, java.lang.String groupName)
           
 void ApplicationServiceGeneric.addUserToGroup(Application application, java.lang.String username, java.lang.String groupName)
           
 User ApplicationService.authenticateUser(Application application, java.lang.String username, PasswordCredential passwordCredential)
          Will attempt to authenticate the given user against the application.
 User TranslatingApplicationService.authenticateUser(Application application, java.lang.String username, PasswordCredential passwordCredential)
           
 User CachingApplicationService.authenticateUser(Application application, java.lang.String username, PasswordCredential passwordCredential)
           
 User ApplicationServiceGeneric.authenticateUser(Application application, java.lang.String username, PasswordCredential passwordCredential)
           
 User ApplicationService.findUserByName(Application application, java.lang.String name)
          Returns the first user with the matching username from all the active directories assigned to the application.
 User TranslatingApplicationService.findUserByName(Application application, java.lang.String name)
           
 User CachingApplicationService.findUserByName(Application application, java.lang.String name)
           
 User ApplicationServiceGeneric.findUserByName(Application application, java.lang.String name)
           
 UserWithAttributes ApplicationService.findUserWithAttributesByName(Application application, java.lang.String name)
          Returns the first user with the matching username from all the active directories assigned to the application.
 UserWithAttributes TranslatingApplicationService.findUserWithAttributesByName(Application application, java.lang.String name)
           
 UserWithAttributes CachingApplicationService.findUserWithAttributesByName(Application application, java.lang.String name)
           
 UserWithAttributes ApplicationServiceGeneric.findUserWithAttributesByName(Application application, java.lang.String name)
           
 void ApplicationService.removeUser(Application application, java.lang.String user)
          Removes the user from the first active directory they are found in.
 void TranslatingApplicationService.removeUser(Application application, java.lang.String user)
           
 void CachingApplicationService.removeUser(Application application, java.lang.String user)
           
 void ApplicationServiceGeneric.removeUser(Application application, java.lang.String username)
           
 void ApplicationService.removeUserAttributes(Application application, java.lang.String username, java.lang.String attributeName)
          Removes a user's attribute values for the first active directory containing this username.
 void TranslatingApplicationService.removeUserAttributes(Application application, java.lang.String username, java.lang.String attributeName)
           
 void CachingApplicationService.removeUserAttributes(Application application, java.lang.String username, java.lang.String attributeName)
           
 void ApplicationServiceGeneric.removeUserAttributes(Application application, java.lang.String username, java.lang.String attributeName)
           
 void ApplicationService.removeUserFromGroup(Application application, java.lang.String username, java.lang.String groupName)
          Makes the primary user of the given username no longer a member of the group on the directory where the primary user resides.
 void TranslatingApplicationService.removeUserFromGroup(Application application, java.lang.String username, java.lang.String groupName)
           
 void CachingApplicationService.removeUserFromGroup(Application application, java.lang.String username, java.lang.String groupName)
           
 void ApplicationServiceGeneric.removeUserFromGroup(Application application, java.lang.String username, java.lang.String groupName)
           
 void ApplicationService.resetUserCredential(Application application, java.lang.String username)
          Deprecated. since 2.1
 void TranslatingApplicationService.resetUserCredential(Application application, java.lang.String username)
           
 void CachingApplicationService.resetUserCredential(Application application, java.lang.String username)
           
 void ApplicationServiceGeneric.resetUserCredential(Application application, java.lang.String username)
           
 void ApplicationService.storeUserAttributes(Application application, java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
          Adds or updates a user's attributes with the new Map of attribute values for the first active directory containing this username.
 void TranslatingApplicationService.storeUserAttributes(Application application, java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
 void CachingApplicationService.storeUserAttributes(Application application, java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
 void ApplicationServiceGeneric.storeUserAttributes(Application application, java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
 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 CachingApplicationService.updateUser(Application application, UserTemplate user)
           
 User ApplicationServiceGeneric.updateUser(Application application, UserTemplate user)
           
 void ApplicationService.updateUserCredential(Application application, java.lang.String username, PasswordCredential credential)
          Updates the credentials of the first matching user from all the active directories assigned to the application.
 void TranslatingApplicationService.updateUserCredential(Application application, java.lang.String username, PasswordCredential credential)
           
 void CachingApplicationService.updateUserCredential(Application application, java.lang.String username, PasswordCredential credential)
           
 void ApplicationServiceGeneric.updateUserCredential(Application application, java.lang.String username, PasswordCredential credential)
           
 

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

Methods in com.atlassian.crowd.manager.directory that throw UserNotFoundException
 BulkAddResult<java.lang.String> DirectoryManager.addAllUsersToGroup(long directoryID, java.util.Collection<java.lang.String> userNames, java.lang.String groupName)
          A bulk version of DirectoryManager.addUserToGroup(long, String, String).
 BulkAddResult<java.lang.String> DirectoryManagerGeneric.addAllUsersToGroup(long directoryId, java.util.Collection<java.lang.String> userNames, java.lang.String groupName)
           
 void DirectoryManager.addUserToGroup(long directoryId, java.lang.String username, java.lang.String groupName)
          Adds an existing user as a direct member of an existing group in the directory specified by the passed in directoryId.
 void DirectoryManagerGeneric.addUserToGroup(long directoryId, java.lang.String username, java.lang.String groupName)
           
 User DirectoryManager.authenticateUser(long directoryId, java.lang.String username, PasswordCredential passwordCredential)
           
 User DirectoryManagerGeneric.authenticateUser(long directoryId, java.lang.String username, PasswordCredential passwordCredential)
           
 User DirectoryManager.findUserByName(long directoryId, java.lang.String username)
          Returns the user matching the supplied username in the directory specified by the passed in directoryId..
 User DirectoryManagerGeneric.findUserByName(long directoryId, java.lang.String username)
           
 UserWithAttributes DirectoryManager.findUserWithAttributesByName(long directoryId, java.lang.String username)
          Returns the user with all attributes matching the supplied username in the directory specified by the passed in directoryId..
 UserWithAttributes DirectoryManagerGeneric.findUserWithAttributesByName(long directoryId, java.lang.String username)
           
 void DirectoryManager.removeUser(long directoryId, java.lang.String username)
          Removes a user matching the supplied username in the directory specified by the passed in directoryId.
 void DirectoryManagerGeneric.removeUser(long directoryId, java.lang.String username)
           
 void DirectoryManager.removeUserAttributes(long directoryId, java.lang.String username, java.lang.String attributeName)
          Removes a user's attribute values in the directory specified by the passed in directoryId.
 void DirectoryManagerGeneric.removeUserAttributes(long directoryId, java.lang.String username, java.lang.String attributeName)
           
 void DirectoryManager.removeUserFromGroup(long directoryId, java.lang.String username, java.lang.String groupName)
          Removes an existing user from being a direct member of an existing group in the directory specified by the passed in directoryId.
 void DirectoryManagerGeneric.removeUserFromGroup(long directoryId, java.lang.String username, java.lang.String groupName)
           
 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)
           
 void DirectoryManager.resetPassword(long directoryId, java.lang.String username)
          Deprecated. since 2.1
 void DirectoryManagerGeneric.resetPassword(long directoryId, java.lang.String username)
           
 void DirectoryManager.storeUserAttributes(long directoryId, java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
          Adds or updates a user's attributes with the new Map of attribute values in the directory specified by the passed in directoryId.
 void DirectoryManagerGeneric.storeUserAttributes(long directoryId, java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
           
 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)
           
 void DirectoryManager.updateUserCredential(long directoryId, java.lang.String username, PasswordCredential credential)
          This will update the user's credential in the given directory specified by the passed in directoryId.
 void DirectoryManagerGeneric.updateUserCredential(long directoryId, java.lang.String username, PasswordCredential credential)
           
 

Uses of UserNotFoundException in com.atlassian.crowd.manager.login
 

Methods in com.atlassian.crowd.manager.login that throw UserNotFoundException
 void ForgottenLoginManagerImpl.resetUserCredential(long directoryId, java.lang.String username, PasswordCredential credential, java.lang.String token)
           
 void ForgottenLoginManager.resetUserCredential(long directoryId, java.lang.String username, PasswordCredential credential, java.lang.String token)
          Resets the user credentials and invalidates the token.
 void ForgottenLoginManagerImpl.sendResetLink(Application application, java.lang.String username)
           
 void ForgottenLoginManager.sendResetLink(Application application, java.lang.String username)
          Sends a reset link to the first user with the matching username from all the active directories assigned to the application.
 void ForgottenLoginManagerImpl.sendResetLink(long directoryId, java.lang.String username)
           
 void ForgottenLoginManager.sendResetLink(long directoryId, java.lang.String username)
          Sends a reset link to the user with specified username and directory ID.
 

Uses of UserNotFoundException in com.atlassian.crowd.openid.server.manager.login
 

Methods in com.atlassian.crowd.openid.server.manager.login that throw UserNotFoundException
 void ForgottenLoginManager.sendResetLink(java.lang.String username)
          Sends a reset link to the first user with the matching username from all the active directories assigned to the application.
 void ForgottenLoginManagerImpl.sendResetLink(java.lang.String username)
           
 

Uses of UserNotFoundException in com.atlassian.crowd.plugin.rest.exception.mapper
 

Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type UserNotFoundException
 javax.ws.rs.core.Response UserNotFoundExceptionMapper.toResponse(UserNotFoundException exception)
           
 

Uses of UserNotFoundException in com.atlassian.crowd.plugin.rest.service.controller
 

Methods in com.atlassian.crowd.plugin.rest.service.controller that throw UserNotFoundException
 void GroupsController.addDirectUser(java.lang.String applicationName, java.lang.String groupName, java.lang.String username)
          Adds user as direct member of group.
 void UsersController.addUserToGroup(java.lang.String applicationName, java.lang.String userName, java.lang.String groupName)
          Adds a user to a group.
 UserEntity AuthenticationController.authenticateUser(java.lang.String applicationName, java.lang.String username, PasswordEntity password, java.net.URI baseUri)
          Authenticates the user with the given username and password.
 void GroupsController.deleteDirectUser(java.lang.String applicationName, java.lang.String groupName, java.lang.String username)
          Removes the user membership.
 UserEntity UsersController.findUserByName(java.lang.String applicationName, java.lang.String name, com.atlassian.plugins.rest.common.Link userLink, boolean expandAttributes)
          Returns a UserEntity specified by the name.
 void UsersController.removeUser(java.lang.String applicationName, java.lang.String username)
          Removes the user.
 void UsersController.removeUserAttribute(java.lang.String applicationName, java.lang.String username, java.lang.String attributeName)
          Removes the user attribute.
 void UsersController.removeUserFromGroup(java.lang.String applicationName, java.lang.String userName, java.lang.String groupName)
          Removes a user from a group.
 void UsersController.requestPasswordReset(java.lang.String applicationName, java.lang.String username)
          Requests a password reset.
 void UsersController.storeUserAttributes(java.lang.String applicationName, java.lang.String username, MultiValuedAttributeEntityList attributes)
          Stores (add/replace) the user attributes.
 java.lang.String UsersController.updateUser(java.lang.String applicationName, UserEntity userEntity)
          Updates a user.
 void UsersController.updateUserPassword(java.lang.String applicationName, java.lang.String username, java.lang.String password)
          Updates a user's password.
 

Uses of UserNotFoundException in com.atlassian.crowd.plugin.rest.service.resource
 

Methods in com.atlassian.crowd.plugin.rest.service.resource that throw UserNotFoundException
 javax.ws.rs.core.Response UsersResource.addUser(UserEntity userEntity)
          Adds a new user.
 javax.ws.rs.core.Response UsersResource.addUserToGroup(java.lang.String userName, GroupEntity parentGroup)
          Adds a user to a group.
 javax.ws.rs.core.Response GroupsResource.deleteDirectUser(java.lang.String groupName, java.lang.String username)
           
 javax.ws.rs.core.Response UsersResource.getUser(java.lang.String userName)
          Retrieves the user.
 javax.ws.rs.core.Response UsersResource.getUserAttributes(java.lang.String userName)
          Retrieves the user attributes.
 javax.ws.rs.core.Response UsersResource.removeUser(java.lang.String userName)
          Removes a user.
 javax.ws.rs.core.Response UsersResource.removeUserAttribute(java.lang.String userName, java.lang.String attributeName)
          Deletes a user attribute.
 javax.ws.rs.core.Response UsersResource.removeUserFromGroup(java.lang.String userName, java.lang.String groupName)
          Removes a user from a group.
 javax.ws.rs.core.Response UsersResource.requestPasswordReset(java.lang.String userName)
          Requests a password reset.
 javax.ws.rs.core.Response UsersResource.requestUsernames(java.lang.String email)
          Requests an email to be sent containing usernames associated with the given email address.
 javax.ws.rs.core.Response UsersResource.storeUserAttributes(java.lang.String userName, MultiValuedAttributeEntityList attributes)
          Stores the user attributes.
 javax.ws.rs.core.Response UsersResource.updateUser(java.lang.String userName, UserEntity userEntity)
          Updates a user.
 javax.ws.rs.core.Response UsersResource.updateUserPassword(java.lang.String userName, PasswordEntity password)
          Updates a user password.
 

Uses of UserNotFoundException in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util that throw UserNotFoundException
static UserEntity UserEntityUtil.expandUser(ApplicationService applicationService, Application application, UserEntity minimalUserEntity, boolean expandAttributes)
          Expands a UserEntity from its minimal form to the expanded version.
 

Uses of UserNotFoundException in com.atlassian.crowd.security.demo.action.user
 

Methods in com.atlassian.crowd.security.demo.action.user that throw UserNotFoundException
protected  void ViewUser.processGeneral()
           
 

Uses of UserNotFoundException in com.atlassian.crowd.service
 

Methods in com.atlassian.crowd.service that throw UserNotFoundException
 void GroupMembershipManager.addMembership(java.lang.String userName, java.lang.String groupName)
          Adds a user identified by userName to the group identified by groupName.
 void AuthenticatorUserCache.fetchInCache(java.lang.String username)
          Fetches a user with the given username in the cache, in case the user exists, but cannot be found from the cache yet.
 java.util.List GroupMembershipManager.getMemberships(java.lang.String userName)
          Deprecated. Since 1.4
 SOAPPrincipal UserManager.getUser(java.lang.String userName)
          Given a userName, fetches the user's details, either from cache or from the Crowd server.
 SOAPPrincipal UserManager.getUserWithAttributes(java.lang.String userName)
          Given a userName, fetches the user's details and their associated attributes, either from cache or from the Crowd server.
 void GroupMembershipManager.removeMembership(java.lang.String userName, java.lang.String groupName)
          Removes a user identified by userName from the group identified by groupName.
 void UserManager.removeUser(java.lang.String userName)
          Removes a user from Crowd.
 void UserManager.updatePassword(java.lang.String userName, PasswordCredential credential)
          Changes the password for the user specified by userName.
 void UserManager.updateUser(SOAPPrincipal user)
          Updates a user's details in Crowd.
 

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

Methods in com.atlassian.crowd.service.cache that throw UserNotFoundException
 void CachingGroupMembershipManager.addMembership(java.lang.String userName, java.lang.String groupName)
           
 java.util.List CachingGroupMembershipManager.getMemberships(java.lang.String userName)
           
 SOAPPrincipal CachingUserManager.getUser(java.lang.String userName)
           
 SOAPPrincipal CachingUserManager.getUserWithAttributes(java.lang.String userName)
           
 void CachingGroupMembershipManager.removeMembership(java.lang.String userName, java.lang.String groupName)
           
 void CachingUserManager.removeUser(java.lang.String userName)
           
 void CachingUserManager.updatePassword(java.lang.String userName, PasswordCredential credential)
           
 void CachingUserManager.updateUser(SOAPPrincipal user)
           
 

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

Methods in com.atlassian.crowd.service.client that throw UserNotFoundException
 void CrowdClient.addGroupToGroup(java.lang.String childGroup, java.lang.String parentGroup)
          Adds a group to a group.
 void CrowdClient.addUserToGroup(java.lang.String username, java.lang.String groupName)
          Adds a user to a group.
 User CrowdClient.authenticateUser(java.lang.String username, java.lang.String password)
          Authenticates a user with the server.
 java.util.List<Group> CrowdClient.getGroupsForNestedUser(java.lang.String userName, int startIndex, int maxResults)
          Searches for groups that a user is a nested member of.
 java.util.List<Group> CrowdClient.getGroupsForUser(java.lang.String userName, int startIndex, int maxResults)
          Searches for groups that a user is a direct member of.
 java.util.List<java.lang.String> CrowdClient.getNamesOfGroupsForNestedUser(java.lang.String userName, int startIndex, int maxResults)
          Searches for groups that a user is a nested member of, returning the group names.
 java.util.List<java.lang.String> CrowdClient.getNamesOfGroupsForUser(java.lang.String userName, int startIndex, int maxResults)
          Searches for groups that a user is a direct member of, returning the group names.
 User CrowdClient.getUser(java.lang.String name)
          Gets a User by user name.
 UserWithAttributes CrowdClient.getUserWithAttributes(java.lang.String name)
          Gets a User with Attributes by user name.
 void CrowdClient.removeUser(java.lang.String username)
          Removes a user from the remote Crowd server
 void CrowdClient.removeUserAttributes(java.lang.String username, java.lang.String attributeName)
          Removes a user attribute from the server.
 void CrowdClient.removeUserFromGroup(java.lang.String username, java.lang.String groupName)
          Removes a user from a group.
 void CrowdClient.requestPasswordReset(java.lang.String username)
          Requests a password reset.
 void CrowdClient.storeUserAttributes(java.lang.String username, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
          Stores the user's attributes on the remote Crowd server.
 void CrowdClient.updateUser(User user)
          Updates a user on the remote Crowd server.
 void CrowdClient.updateUserCredential(java.lang.String username, java.lang.String password)
          Updates the user's password on the remote Crowd server.
 

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

Methods in com.atlassian.crowd.service.soap.client that throw UserNotFoundException
 void SecurityServerClientImpl.addAttributeToPrincipal(java.lang.String principal, SOAPAttribute attribute)
           
 void SecurityServerClient.addAttributeToPrincipal(java.lang.String principal, SOAPAttribute attribute)
          Adds an attribute to a principal who is in the application's assigned directory.
 void SecurityServerClientImpl.addPrincipalToGroup(java.lang.String principal, java.lang.String group)
           
 void SecurityServerClient.addPrincipalToGroup(java.lang.String principal, java.lang.String group)
          Adds a principal to a group for the application's assigned directory.
 void SecurityServerClientImpl.addPrincipalToRole(java.lang.String principal, java.lang.String role)
           
 void SecurityServerClient.addPrincipalToRole(java.lang.String principal, java.lang.String role)
          Adds the principal to a role for the application's assigned directory.
 java.lang.String[] SecurityServerClientImpl.findGroupMemberships(java.lang.String principalName)
           
 java.lang.String[] SecurityServerClient.findGroupMemberships(java.lang.String principalName)
          Finds all the groups the principal is a direct member of.
 SOAPPrincipal SecurityServerClientImpl.findPrincipalByName(java.lang.String name)
           
 SOAPPrincipal SecurityServerClient.findPrincipalByName(java.lang.String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPPrincipal SecurityServerClientImpl.findPrincipalWithAttributesByName(java.lang.String name)
           
 SOAPPrincipal SecurityServerClient.findPrincipalWithAttributesByName(java.lang.String name)
          Finds a principal by name who is in the application's assigned directory.
 java.lang.String[] SecurityServerClientImpl.findRoleMemberships(java.lang.String principalName)
           
 java.lang.String[] SecurityServerClient.findRoleMemberships(java.lang.String principalName)
          Finds all the roles the principal is a member of.
 void SecurityServerClientImpl.removeAttributeFromPrincipal(java.lang.String principal, java.lang.String attribute)
           
 void SecurityServerClient.removeAttributeFromPrincipal(java.lang.String principal, java.lang.String attribute)
          Removes an attribute from a principal who is in the application's assigned directory.
 void SecurityServerClientImpl.removePrincipal(java.lang.String principal)
           
 void SecurityServerClient.removePrincipal(java.lang.String principal)
          Removes a principal from the application's assigned directory.
 void SecurityServerClientImpl.removePrincipalFromGroup(java.lang.String principal, java.lang.String group)
           
 void SecurityServerClient.removePrincipalFromGroup(java.lang.String principal, java.lang.String group)
          Removes a principal from a group for the application's assigned directory.
 void SecurityServerClientImpl.removePrincipalFromRole(java.lang.String principal, java.lang.String role)
           
 void SecurityServerClient.removePrincipalFromRole(java.lang.String principal, java.lang.String role)
          Removes a principal from a role for the application's assigned directory.
 void SecurityServerClientImpl.resetPrincipalCredential(java.lang.String principal)
           
 void SecurityServerClient.resetPrincipalCredential(java.lang.String principal)
          Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
 void SecurityServerClientImpl.updatePrincipalAttribute(java.lang.String name, SOAPAttribute attribute)
           
 void SecurityServerClient.updatePrincipalAttribute(java.lang.String name, SOAPAttribute attribute)
          Updates an attribute for a principal who is in the application's assigned directory.
 void SecurityServerClientImpl.updatePrincipalCredential(java.lang.String principal, PasswordCredential credential)
           
 void SecurityServerClient.updatePrincipalCredential(java.lang.String principal, PasswordCredential credential)
          Updates the password credential for a principal who is in the application's assigned directory.
 

Uses of UserNotFoundException in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util with parameters of type UserNotFoundException
static void SoapExceptionTranslator.throwSoapEquivalentCheckedException(UserNotFoundException e)
           
 

Methods in com.atlassian.crowd.util that throw UserNotFoundException
static void SoapExceptionTranslator.throwEquivalentUserNotFoundException(ObjectNotFoundException e)
          Throws the equivalent UserNotFoundException from ObjectNotFoundException.
static void SoapExceptionTranslator.throwEquivalentUserOrGroupNotFoundException(ObjectNotFoundException e)
          Throws the equivalent UserNotFoundException or GroupNotFoundException from ObjectNotFoundException.
static void SoapExceptionTranslator.throwEquivalentUserOrGroupOrMembershipNotFoundException(ObjectNotFoundException e)
          Throws the equivalent UserNotFoundException, GroupNotFoundException, MembershipNotFoundException from ObjectNotFoundException.
 



Copyright © 2012 Atlassian. All Rights Reserved.