public class UserRestService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
ANONIM_USER |
protected static String |
IF_MODIFIED_SINCE_DATE_FORMAT |
protected static String |
LAST_MODIFIED_PROPERTY |
| Constructor and Description |
|---|
UserRestService() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getOnlineStatus(String users) |
javax.ws.rs.core.Response |
getOnlineUsers() |
javax.ws.rs.core.Response |
getToken(String tokenOnly) |
public static final String ANONIM_USER
protected static final String LAST_MODIFIED_PROPERTY
protected static final String IF_MODIFIED_SINCE_DATE_FORMAT
public javax.ws.rs.core.Response getToken(String tokenOnly) throws Exception
Exception@RolesAllowed(value="users") public javax.ws.rs.core.Response getOnlineStatus(String users) throws Exception
Exception@RolesAllowed(value="users") public javax.ws.rs.core.Response getOnlineUsers() throws Exception
ExceptionCopyright © 2003–2017 eXo Platform SAS. All rights reserved.