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 |
|---|---|
javax.ws.rs.core.Response |
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 javax.ws.rs.core.Response 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–2017 eXo Platform SAS. All rights reserved.