Uses of Class
com.atlassian.crowd.exception.OperationNotPermittedException
Packages that use OperationNotPermittedException
-
Uses of OperationNotPermittedException in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that throw OperationNotPermittedExceptionModifier and TypeMethodDescriptionAdds agroupto the directory store.booleanCrowdService.addGroupToGroup(Group childGroup, Group parentGroup) Adds a group as a member of a parent group.Deprecated.CrowdService.addUser(UserWithAttributes user, String credential) Adds auserto the directory store.booleanCrowdService.addUserToGroup(User user, Group group) Adds a user as a member of a group.voidCrowdService.removeAllGroupAttributes(Group group) Removes all group attributes.voidCrowdService.removeAllUserAttributes(User user) Remove all attributes for a user.booleanCrowdService.removeGroup(Group group) Removes thegroupthat matches the suppliedname.voidCrowdService.removeGroupAttribute(Group group, String attributeName) Removes all the values for a single attribute key for a group.booleanCrowdService.removeGroupFromGroup(Group childGroup, Group parentGroup) Removes a group as a member of a parent group.booleanCrowdService.removeUser(User user) Removes theuserthat matches the suppliedname.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.setGroupAttribute(Group group, String attributeName, String attributeValue) Adds or updates a group's attributes with the new attributes.voidCrowdService.setGroupAttribute(Group group, String attributeName, Set<String> attributeValues) Adds or updates a group's attributes with the newattributes.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.updateGroup(Group group) Updates thegroup.CrowdService.updateUser(User user) Updates theUser.voidCrowdService.updateUserCredential(User user, String credential)
CrowdService.addUser(UserWithAttributes, String)instead.