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

Packages that use UserNotFoundException
com.atlassian.crowd.dao.membership   
com.atlassian.crowd.dao.user   
com.atlassian.crowd.directory   
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.embedded.spi   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.manager.login   
com.atlassian.crowd.plugin.rest.exception.mapper   
com.atlassian.crowd.service   
com.atlassian.crowd.service.client   
com.atlassian.crowd.service.soap.client   
 

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

Methods in com.atlassian.crowd.dao.membership that throw UserNotFoundException
 java.util.List<java.lang.String> MembershipDAOHibernate.addAllUsersToGroup(long directoryId, java.util.Collection<java.lang.String> userNames, java.lang.String groupName)
           
 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
 Group Rfc2307.addGroup(GroupTemplate group)
           
 User RemoteCrowdDirectory.addUser(UserTemplate user, PasswordCredential credential)
           
 User DelegatedAuthenticationDirectory.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)
           
 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 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)
           
 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)
           
 User RemoteCrowdDirectory.updateUser(UserTemplate user)
           
 User DelegatedAuthenticationDirectory.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.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that throw UserNotFoundException
 void CrowdAdminService.addUserToGroup(User user, Group group)
          Adds a user as a member of a group.
 User CrowdService.authenticate(java.lang.String name, java.lang.String credential)
          Authenticates a user with the given credential
 boolean CrowdService.isUserMemberOfGroup(java.lang.String userName, java.lang.String groupName)
          Returns true if the user is a direct or indirect (nested) member of the group.
 boolean CrowdService.isUserMemberOfGroup(User user, Group group)
          Returns true if the user is a direct or indirect (nested) member of the group.
 void CrowdAdminService.removeAllUserAttributes(User user)
          Remove all attributes for a user.
 boolean CrowdAdminService.removeUser(User user)
          Removes the user that matches the supplied name.
 void CrowdAdminService.removeUserAttribute(User user, java.lang.String attributeName)
          Removes all the values for a single attribute key for a user.
 boolean CrowdAdminService.removeUserFromGroup(User user, Group group)
          Removes a user as a member of a group.
 User CrowdAdminService.renameUser(java.lang.String oldName, java.lang.String newName)
          Renames a user.
 void CrowdAdminService.setUserAttribute(User user, java.lang.String attributeName, java.util.Set<java.lang.String> attributeValues)
          Adds or updates a user's attribute with the new attribute values.
 void CrowdAdminService.setUserAttribute(User user, java.lang.String attributeName, java.lang.String attributeValue)
          Adds or updates a user's attribute with the new attribute value.
 User CrowdAdminService.updateUser(User user)
          Updates the User.
 void CrowdAdminService.updateUserCredential(User user, java.lang.String credential)
          Updates the password for a user.
 

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

Methods in com.atlassian.crowd.embedded.core that throw UserNotFoundException
 void CrowdAdminServiceImpl.addUserToGroup(User user, Group group)
           
 User CrowdServiceImpl.authenticate(java.lang.String name, java.lang.String credential)
           
 boolean CrowdServiceImpl.isUserMemberOfGroup(java.lang.String userName, java.lang.String groupName)
           
 boolean CrowdServiceImpl.isUserMemberOfGroup(User user, Group group)
           
 void CrowdAdminServiceImpl.removeAllUserAttributes(User user)
           
 boolean CrowdAdminServiceImpl.removeUser(User user)
           
 void CrowdAdminServiceImpl.removeUserAttribute(User user, java.lang.String attributeName)
           
 boolean CrowdAdminServiceImpl.removeUserFromGroup(User user, Group group)
           
 User CrowdAdminServiceImpl.renameUser(java.lang.String oldName, java.lang.String newName)
           
 void CrowdAdminServiceImpl.setUserAttribute(User user, java.lang.String attributeName, java.util.Set<java.lang.String> attributeValues)
           
 void CrowdAdminServiceImpl.setUserAttribute(User user, java.lang.String attributeName, java.lang.String attributeValue)
           
 User CrowdAdminServiceImpl.updateUser(User user)
           
 void CrowdAdminServiceImpl.updateUserCredential(User user, java.lang.String credential)
           
 

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

Methods in com.atlassian.crowd.embedded.spi that throw UserNotFoundException
 java.util.List<java.lang.String> MembershipDao.addAllUsersToGroup(long directoryId, java.util.Collection<java.lang.String> userNames, java.lang.String groupName)
           
 void MembershipDao.addUserToGroup(long directoryId, java.lang.String userName, java.lang.String groupName)
           
 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)
           
 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)
          For each key in the provided map, sets the user's attribute value to the associated list.
 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.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)
           
 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.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.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.
 void TranslatingApplicationService.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.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 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 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 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 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 users matching the given name not members of the group across ALL active directories.
 void TranslatingApplicationService.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 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 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 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 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
 User DirectoryManager.addUser(long directoryId, UserTemplate user, PasswordCredential credential)
          Adds a User to the directory specified by the passed in directoryId.
 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.
 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..
 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..
 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 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 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.
 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.
 void DirectoryManager.resetPassword(long directoryId, java.lang.String username)
          Deprecated. since 2.1
 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.
 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.
 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.
 

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 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.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.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.
 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.getUserFromToken(java.lang.String token)
          Given an authentication token, retrieves the user associated with it.
 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.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.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.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)
          Adds an attribute to a principal who is in the application's assigned directory.
 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)
          Adds a principal to a group for the application's assigned directory.
 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)
          Adds the principal to a role for the application's assigned directory.
 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)
          Finds all the groups the principal is a member of.
 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)
          Finds a principal by name who is in the application's assigned directory.
 SOAPPrincipal SecurityServerClient.findPrincipalByName(java.lang.String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPPrincipal SecurityServerClient.findPrincipalByToken(java.lang.String key)
          Finds a principal by token.
 SOAPPrincipal SecurityServerClientImpl.findPrincipalWithAttributesByName(java.lang.String name)
          Finds a principal by name who is in the application's assigned directory.
 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)
          Finds all the roles the principal is a member of.
 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)
          Removes an attribute from a principal who is in the application's assigned directory.
 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)
          Removes a principal from the application's assigned directory.
 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)
          Removes a principal from a group for the application's assigned directory.
 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)
          Removes a principal from a role for the application's assigned directory.
 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)
          Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
 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)
          Updates an attribute for a principal who is in the application's assigned directory.
 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)
          Updates the password credential for a principal who is in the application's assigned directory.
 void SecurityServerClient.updatePrincipalCredential(java.lang.String principal, PasswordCredential credential)
          Updates the password credential for a principal who is in the application's assigned directory.
 



Copyright © 2010 Atlassian. All Rights Reserved.