Uses of Class
org.craftercms.studio.model.rest.UserResponse
Packages that use UserResponse
Package
Description
-
Uses of UserResponse in org.craftercms.studio.api.v2.service.security
Methods in org.craftercms.studio.api.v2.service.security that return UserResponseModifier and TypeMethodDescriptionUserService.changePassword(String username, String current, String newPassword) User changes passwordUserService.createUser(User user) UserService.setPassword(String token, String newPassword) Set user password - forgot password tokenMethods in org.craftercms.studio.api.v2.service.security that return types with arguments of type UserResponseModifier and TypeMethodDescriptionGroupService.addGroupMembers(long groupId, List<Long> userIds, List<String> usernames) Add users to the groupUserService.enableUsers(List<Long> userIds, List<String> usernames, boolean enabled) UserService.getAllUsers(String keyword, int offset, int limit, String sort) Get paginated list of all users filtered by keywordUserService.getAllUsersForSite(long orgId, String site, String keyword, int offset, int limit, String sort) Get paginated list of all users for site filtered by keywordGroupService.getGroupMembers(long groupId, int offset, int limit, String sort) Get group members -
Uses of UserResponse in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 that return types with arguments of type UserResponseModifier and TypeMethodDescriptionGroupsController.addGroupMembers(int groupId, AddGroupMembers addGroupMembers) Add group members APIUsersController.changePassword(@Valid ChangePasswordRequest changePasswordRequest) UsersController.createUser(@Valid CreateUserRequest user) Create user APIUsersController.disableUsers(@Valid EnableUsers enableUsers) Disable users APIUsersController.enableUsers(@Valid EnableUsers enableUsers) Enable users APIUsersController.getAllUsers(String siteId, String keyword, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit, String sort) Get all users APIGroupsController.getGroupMembers(int groupId, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit, String sort) Get group members APIGet user APIUsersController.setPassword(@Valid SetPasswordRequest setPasswordRequest) UsersController.updateUser(@Valid UpdateUserRequest user) Update user API -
Uses of UserResponse in org.craftercms.studio.impl.v2.service.security
Methods in org.craftercms.studio.impl.v2.service.security that return UserResponseModifier and TypeMethodDescriptionUserServiceImpl.changePassword(String username, String current, String newPassword) UserServiceImpl.createUser(User user) UserServiceImpl.setPassword(String token, String newPassword) Methods in org.craftercms.studio.impl.v2.service.security that return types with arguments of type UserResponseModifier and TypeMethodDescriptionGroupServiceImpl.addGroupMembers(long groupId, List<Long> userIds, List<String> usernames) UserServiceImpl.enableUsers(List<Long> userIds, List<String> usernames, boolean enabled) UserServiceImpl.getAllUsers(String keyword, int offset, int limit, String sort) UserServiceImpl.getAllUsersForSite(long orgId, String siteId, String keyword, int offset, int limit, String sort) GroupServiceImpl.getGroupMembers(long groupId, int offset, int limit, String sort)