Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.security.RotateApiTokenDTO
Packages that use RotateApiTokenDTO
Package
Description
Contains controllers for handling
Users and securing api endpoints.Contains the security orchestrators.
-
Uses of RotateApiTokenDTO in com.bluebell.greenhouse.planter.controllers.security
Methods in com.bluebell.greenhouse.planter.controllers.security with parameters of type RotateApiTokenDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserDTO> UserApiController.postRotateApiKeyByAdministrator(@Valid RotateApiTokenDTO data) Rotates an existingUser's api token. -
Uses of RotateApiTokenDTO in com.bluebell.greenhouse.planter.orchestrators.security
Methods in com.bluebell.greenhouse.planter.orchestrators.security with parameters of type RotateApiTokenDTOModifier and TypeMethodDescriptionUserOrchestrator.rotateApiKeyByAdministrator(RotateApiTokenDTO data) Rotates the API token of theUsernamed in the payload.