@RestController public class UserResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected IdentityService |
identityService |
| Constructor and Description |
|---|
UserResource() |
| Modifier and Type | Method and Description |
|---|---|
UserRepresentation |
getUser(String userId,
javax.servlet.http.HttpServletResponse response) |
@Autowired protected IdentityService identityService
@RequestMapping(value="/rest/users/{userId}",
method=GET,
produces="application/json")
public UserRepresentation getUser(@PathVariable
String userId,
javax.servlet.http.HttpServletResponse response)
Copyright © 2017 Alfresco. All rights reserved.