Uses of Class
org.craftercms.studio.api.v1.exception.security.UserExternallyManagedException
Packages that use UserExternallyManagedException
Package
Description
-
Uses of UserExternallyManagedException in org.craftercms.studio.api.v2.service.security
Methods in org.craftercms.studio.api.v2.service.security that throw UserExternallyManagedExceptionModifier and TypeMethodDescriptionUserService.changePassword(String username, String current, String newPassword) User changes passwordvoidUserService.deleteUsers(List<Long> userIds, List<String> usernames) UserService.enableUsers(List<Long> userIds, List<String> usernames, boolean enabled) booleanUserService.resetPassword(String username, String newPassword) Admin resets the user passwordUserService.setPassword(String token, String newPassword) Set user password - forgot password tokenvoidUserService.updateUser(User user) booleanUserService.validateToken(String token) Validate forgot password token -
Uses of UserExternallyManagedException in org.craftercms.studio.api.v2.service.security.internal
Methods in org.craftercms.studio.api.v2.service.security.internal that throw UserExternallyManagedExceptionModifier and TypeMethodDescriptionbooleanUserServiceInternal.changePassword(String username, String current, String newPassword) -
Uses of UserExternallyManagedException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type UserExternallyManagedExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleUserExternallyManagedException(javax.servlet.http.HttpServletRequest request, UserExternallyManagedException e) Methods in org.craftercms.studio.controller.rest.v2 that throw UserExternallyManagedExceptionModifier and TypeMethodDescriptionUsersController.changePassword(@Valid ChangePasswordRequest changePasswordRequest) UsersController.deleteUsers(List<@NotNull Long> userIds, List<@NotBlank String> usernames) Delete users APIUsersController.disableUsers(@Valid EnableUsers enableUsers) Disable users APIUsersController.enableUsers(@Valid EnableUsers enableUsers) Enable users APIUsersController.resetPassword(@NotBlank String userId, @Valid ResetPasswordRequest resetPasswordRequest) UsersController.setPassword(@Valid SetPasswordRequest setPasswordRequest) UsersController.updateUser(@Valid UpdateUserRequest user) Update user APIUsersController.validateToken(javax.servlet.http.HttpServletResponse response, @NotBlank String token) -
Uses of UserExternallyManagedException in org.craftercms.studio.impl.v2.service.security
Methods in org.craftercms.studio.impl.v2.service.security that throw UserExternallyManagedExceptionModifier and TypeMethodDescriptionUserServiceImpl.changePassword(String username, String current, String newPassword) voidUserServiceImpl.deleteUsers(List<Long> userIds, List<String> usernames) UserServiceImpl.enableUsers(List<Long> userIds, List<String> usernames, boolean enabled) UserServiceImpl.setPassword(String token, String newPassword) voidUserServiceImpl.updateUser(User user) protected booleanUserServiceImpl.validateDecryptedToken(String decryptedToken) booleanUserServiceImpl.validateToken(String token) -
Uses of UserExternallyManagedException in org.craftercms.studio.impl.v2.service.security.internal
Methods in org.craftercms.studio.impl.v2.service.security.internal that throw UserExternallyManagedExceptionModifier and TypeMethodDescriptionbooleanUserServiceInternalImpl.changePassword(String username, String current, String newPassword)