Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.security.UpdateUserAccessDTO
Packages that use UpdateUserAccessDTO
Package
Description
Contains controllers for handling
Users and securing api endpoints.Contains the security orchestrators.
Contains the service layer for
Users.-
Uses of UpdateUserAccessDTO in com.bluebell.greenhouse.planter.controllers.security
Methods in com.bluebell.greenhouse.planter.controllers.security with parameters of type UpdateUserAccessDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserDTO> UserApiController.putUpdateUserAccessByAdministrator(@Valid UpdateUserAccessDTO data) Updates an existingUser's access information. -
Uses of UpdateUserAccessDTO in com.bluebell.greenhouse.planter.orchestrators.security
Methods in com.bluebell.greenhouse.planter.orchestrators.security with parameters of type UpdateUserAccessDTOModifier and TypeMethodDescriptionUserOrchestrator.updateUserAccessByAdministrator(UpdateUserAccessDTO data) Updates the access of theUsernamed in the payload. -
Uses of UpdateUserAccessDTO in com.bluebell.greenhouse.radicle.services.security
Methods in com.bluebell.greenhouse.radicle.services.security with parameters of type UpdateUserAccessDTOModifier and TypeMethodDescriptionUserService.updateUserAccess(User user, UpdateUserAccessDTO data) Updates an existingUser's access information.