Uses of Class
io.camunda.zeebe.gateway.protocol.rest.UserRequest
Packages that use UserRequest
Package
Description
-
Uses of UserRequest in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return UserRequestModifier and TypeMethodDescription -
Uses of UserRequest in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest with parameters of type UserRequestModifier and TypeMethodDescriptionstatic Either<org.springframework.http.ProblemDetail, UserServices.CreateUserRequest> RequestMapper.toCreateUserRequest(UserRequest request, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) -
Uses of UserRequest in io.camunda.zeebe.gateway.rest.controller.usermanagement
Methods in io.camunda.zeebe.gateway.rest.controller.usermanagement with parameters of type UserRequestModifier and TypeMethodDescriptionCompletableFuture<org.springframework.http.ResponseEntity<Object>> UserController.createUser(UserRequest userRequest) -
Uses of UserRequest in io.camunda.zeebe.gateway.rest.validator
Methods in io.camunda.zeebe.gateway.rest.validator with parameters of type UserRequestModifier and TypeMethodDescriptionstatic Optional<org.springframework.http.ProblemDetail> UserValidator.validateUserCreateRequest(UserRequest request)