Uses of Class
com.atlassian.crowd.exception.runtime.UserNotFoundException
Packages that use UserNotFoundException
-
Uses of UserNotFoundException in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that throw UserNotFoundExceptionModifier and TypeMethodDescriptionbooleanCrowdService.addUserToGroup(User user, Group group) Adds a user as a member of a group.voidCrowdService.removeAllUserAttributes(User user) Remove all attributes for a user.voidCrowdService.removeUserAttribute(User user, String attributeName) Removes all the values for a single attribute key for a user.booleanCrowdService.removeUserFromGroup(User user, Group group) Removes a user as a member of a group.CrowdService.renameUser(User user, String newUsername) Renames theUser.voidCrowdService.setUserAttribute(User user, String attributeName, String attributeValue) Adds or updates a user's attribute with the new attribute value.voidCrowdService.setUserAttribute(User user, String attributeName, Set<String> attributeValues) Adds or updates a user's attribute with the new attribute values.CrowdService.updateUser(User user) Updates theUser.voidCrowdService.updateUserCredential(User user, String credential) CrowdService.userAuthenticated(String name) Acts as if the user has just authenticated.