public class UserService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Modifier and Type | Class and Description |
|---|---|
protected class |
UserService.AuthInfo |
protected class |
UserService.UserInfo |
| Modifier and Type | Field and Description |
|---|---|
protected static org.exoplatform.services.log.Log |
LOG |
protected MoxtraService |
moxtra |
protected org.exoplatform.services.organization.OrganizationService |
orgService |
| Constructor and Description |
|---|
UserService(MoxtraService moxtra,
org.exoplatform.services.organization.OrganizationService orgService) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getLocalUser(javax.ws.rs.core.UriInfo uriInfo,
String userName) |
javax.ws.rs.core.Response |
getMoxtraCurrentUserAuth() |
protected static final org.exoplatform.services.log.Log LOG
protected final MoxtraService moxtra
protected final org.exoplatform.services.organization.OrganizationService orgService
public UserService(MoxtraService moxtra, org.exoplatform.services.organization.OrganizationService orgService)
@RolesAllowed(value="users") public javax.ws.rs.core.Response getLocalUser(@Context javax.ws.rs.core.UriInfo uriInfo, String userName)
@RolesAllowed(value="users") public javax.ws.rs.core.Response getMoxtraCurrentUserAuth()
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.