public interface SandboxUserRegistrationService
| Modifier and Type | Interface and Description |
|---|---|
static class |
SandboxUserRegistrationService.Impl |
| Modifier and Type | Method and Description |
|---|---|
String |
addResourceLink()
create a Practitioner resource url and update LDAP user account.
|
String |
health() |
int |
registerSandboxUserOrganization(byte[] userInfoRequest) |
int |
updateSandboxUserProfile(byte[] userInfoRequest) |
String health()
int registerSandboxUserOrganization(byte[] userInfoRequest)
userInfoRequest - {
"user_id": "ldap userid",
"email": "user@imail.org",
"organization": "",
"organization_name": "",
"distinct_name": "uid=C3YRLOH75KMO5NZ1,ou=users,dc=hspconsortium,dc=org",
"ldap_host": "ldap://localhost/",
"display_name": "",
"profile_url" : "http://docs.spring.io/spring-integration/reference/html/http.html"
}String addResourceLink()
int updateSandboxUserProfile(byte[] userInfoRequest)
userInfoRequest - Copyright © 2014–2016 Healthcare Services Platform Consortium. All rights reserved.