Uses of Class
com.atlassian.crowd.exception.runtime.UserNotFoundException
-
Uses of UserNotFoundException in com.atlassian.crowd.embedded.api
Modifier and TypeMethodDescriptionboolean
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, 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.CrowdService.renameUser
(User user, String newUsername) Renames theUser
.void
CrowdService.setUserAttribute
(User user, String attributeName, String attributeValue) Adds or updates a user's attribute with the new attribute value.void
CrowdService.setUserAttribute
(User user, String attributeName, Set<String> attributeValues) Adds or updates a user's attribute with the new attribute values.CrowdService.setUserStatusLocally
(String username, boolean userActiveInternally) Deactivates/Activates theUser
in the internal directory.CrowdService.updateUser
(User user) Updates theUser
.void
CrowdService.updateUserCredential
(User user, String credential) CrowdService.userAuthenticated
(String name) Acts as if the user has just authenticated. -
Uses of UserNotFoundException in com.atlassian.crowd.embedded.core
Modifier and TypeMethodDescriptionboolean
CrowdServiceImpl.addUserToGroup
(User user, Group group) void
CrowdServiceImpl.removeAllUserAttributes
(User user) void
CrowdServiceImpl.removeUserAttribute
(User user, String attributeName) boolean
CrowdServiceImpl.removeUserFromGroup
(User user, Group group) CrowdServiceImpl.renameUser
(User user, String newUsername) void
CrowdServiceImpl.setUserAttribute
(User user, String attributeName, String attributeValue) void
CrowdServiceImpl.setUserAttribute
(User user, String attributeName, Set<String> attributeValues) CrowdServiceImpl.setUserStatusLocally
(String username, boolean userActiveInternally) CrowdServiceImpl.updateUser
(User user) void
CrowdServiceImpl.updateUserCredential
(User user, String credential) CrowdServiceImpl.userAuthenticated
(String username)