Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.security.UserNotFoundApiResponse
Packages that use UserNotFoundApiResponse
-
Uses of UserNotFoundApiResponse in com.bluebell.greenhouse.planter.controllers.security
Methods in com.bluebell.greenhouse.planter.controllers.security with annotations of type UserNotFoundApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> UserApiController.deleteUserByAdministrator(String username) Deletes an existing emptyUser.org.springframework.http.ResponseEntity<UserDTO> Returns aResponseEntitycontaining aUserwith the given username.org.springframework.http.ResponseEntity<UserDTO> UserApiController.postRotateApiKeyByAdministrator(@Valid RotateApiTokenDTO data) Rotates an existingUser's api token.org.springframework.http.ResponseEntity<UserDTO> UserApiController.putUpdateUser(@Valid CreateUpdateUserDTO data, AuthenticatedUserRef userRef) Updates an existingUser.org.springframework.http.ResponseEntity<UserDTO> UserApiController.putUpdateUserAccessByAdministrator(@Valid UpdateUserAccessDTO data) Updates an existingUser's access information.org.springframework.http.ResponseEntity<UserDTO> UserApiController.putUpdateUserByAdministrator(@Valid CreateUpdateUserDTO data) Updates an existingUsernot assigned to the current session.