Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.security.UserSearchRequest
Packages that use UserSearchRequest
Package
Description
Contains controllers for handling
Users and securing api endpoints.Contains the security orchestrators.
-
Uses of UserSearchRequest in com.bluebell.greenhouse.planter.controllers.security
Methods in com.bluebell.greenhouse.planter.controllers.security with parameters of type UserSearchRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedUserDTO> UserApiController.getUsersPaged(UserSearchRequest searchRequest) Returns aResponseEntitycontaining theUsers filtered. -
Uses of UserSearchRequest in com.bluebell.greenhouse.planter.orchestrators.security
Methods in com.bluebell.greenhouse.planter.orchestrators.security with parameters of type UserSearchRequestModifier and TypeMethodDescriptionUserOrchestrator.getUsersPaged(UserSearchRequest searchRequest) Obtains a page ofUsers matching the given search request.