public class IdentityRestService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityRestService.UserId
UserId class to be exposed
|
| Constructor and Description |
|---|
IdentityRestService()
constructor
|
| Modifier and Type | Method and Description |
|---|---|
IdentityRestService.UserId |
getId(javax.ws.rs.core.UriInfo uriInfo,
String username,
String portalName)
Gets an identity by a user's name and returns in the JSON format.
|
public IdentityRestService.UserId getId(@Context javax.ws.rs.core.UriInfo uriInfo, String username, String portalName) throws Exception
uriInfo - The requested URI information.username - The name of the target user.portalName - The name of the current portal.ExceptionCopyright © 2003–2014 eXo Platform SAS. All rights reserved.