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

Packages that use UserNotFoundException
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
 

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

Methods in com.atlassian.crowd.embedded.api that throw UserNotFoundException
 void CrowdService.addUserToGroup(User user, Group group)
          Adds a user as a member of a group.
 void CrowdService.removeAllUserAttributes(User user)
          Remove all attributes for a user.
 void CrowdService.removeUserAttribute(User user, java.lang.String attributeName)
          Removes all the values for a single attribute key for a user.
 boolean CrowdService.removeUserFromGroup(User user, Group group)
          Removes a user as a member of a group.
 void CrowdService.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 CrowdService.setUserAttribute(User user, java.lang.String attributeName, java.lang.String attributeValue)
          Adds or updates a user's attribute with the new attribute value.
 User CrowdService.updateUser(User user)
          Updates the User.
 void CrowdService.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 CrowdServiceImpl.addUserToGroup(User user, Group group)
           
 void FilteredCrowdServiceImpl.addUserToGroup(User user, Group group)
           
 void CrowdServiceImpl.removeAllUserAttributes(User user)
           
 void CrowdServiceImpl.removeUserAttribute(User user, java.lang.String attributeName)
           
 boolean CrowdServiceImpl.removeUserFromGroup(User user, Group group)
           
 boolean FilteredCrowdServiceImpl.removeUserFromGroup(User user, Group group)
           
 void CrowdServiceImpl.setUserAttribute(User user, java.lang.String attributeName, java.util.Set<java.lang.String> attributeValues)
           
 void CrowdServiceImpl.setUserAttribute(User user, java.lang.String attributeName, java.lang.String attributeValue)
           
 User CrowdServiceImpl.updateUser(User user)
           
 void CrowdServiceImpl.updateUserCredential(User user, java.lang.String credential)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.