@RestController @RequestMapping(value="/app") public class UserResource extends Object implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected IdmIdentityService |
identityService |
protected org.flowable.ui.common.service.idm.RemoteIdmService |
remoteIdmService |
| Constructor and Description |
|---|
UserResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.flowable.ui.common.model.UserRepresentation |
getUser(String userId,
javax.servlet.http.HttpServletResponse response) |
@Autowired(required=false) protected org.flowable.ui.common.service.idm.RemoteIdmService remoteIdmService
@Autowired(required=false) protected IdmIdentityService identityService
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean@GetMapping(value="/rest/users/{userId}",
produces="application/json")
public org.flowable.ui.common.model.UserRepresentation getUser(@PathVariable
String userId,
javax.servlet.http.HttpServletResponse response)
Copyright © 2022 Flowable. All rights reserved.