@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 RemoteIdmService |
remoteIdmService |
| Constructor and Description |
|---|
UserResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
UserRepresentation |
getUser(String userId,
javax.servlet.http.HttpServletResponse response) |
@Autowired(required=false) protected 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 UserRepresentation getUser(@PathVariable
String userId,
javax.servlet.http.HttpServletResponse response)
Copyright © 2023 Flowable. All rights reserved.