@RestController @RequestMapping(value="/user") public class UserController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
UNAUTHORIZED_ERROR |
| Constructor and Description |
|---|
UserController(OAuthService oAuthService,
UserService userService,
SandboxActivityLogService sandboxActivityLogService,
SandboxInviteService sandboxInviteService,
UserPersonaService userPersonaService) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptTermsOfUse(javax.servlet.http.HttpServletRequest request,
String sbmUserId,
String termsId) |
User |
getUser(javax.servlet.http.HttpServletRequest request,
String sbmUserId) |
public static final String UNAUTHORIZED_ERROR
@Inject public UserController(OAuthService oAuthService, UserService userService, SandboxActivityLogService sandboxActivityLogService, SandboxInviteService sandboxInviteService, UserPersonaService userPersonaService)
Copyright © 2014–2018 Healthcare Services Platform Consortium. All rights reserved.