@Controller @RequestMapping(value="/user/profile") public class UserProfileController extends AbstractUserController
apiKeyService, userService| Constructor and Description |
|---|
UserProfileController() |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
get(String callback,
Principal principal) |
copyUserObjectData, getApiId, getUserByApiId, getUserByPrincipal@RequestMapping(produces="application/json",
method=GET)
@ResponseBody
public ApiResponse get(@RequestParam(value="callback",required=false)
String callback,
Principal principal)
Copyright © 2017. All rights reserved.