public interface IdentityRestResources extends SocialRest
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createIdentities(javax.ws.rs.core.UriInfo uriInfo,
String remoteId,
String providerId,
String expand)
Process to create an identity
|
javax.ws.rs.core.Response |
deleteIdentityById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
Process to delete an identity
|
javax.ws.rs.core.Response |
getIdentities(javax.ws.rs.core.UriInfo uriInfo,
String type,
int offset,
int limit,
boolean returnSize,
String expand)
Process to return a list of identities in json format
|
javax.ws.rs.core.Response |
getIdentityById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
Process to return an identity in json format
|
javax.ws.rs.core.Response |
getRelationshipsOfIdentity(javax.ws.rs.core.UriInfo uriInfo,
String id,
String with,
boolean returnSize,
int offset,
int limit,
String expand)
Process to return all relationships of an identity in json format
|
javax.ws.rs.core.Response |
updateIdentityById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ProfileEntity model)
Process to update an identity by id
|
javax.ws.rs.core.Response getIdentities(@Context
javax.ws.rs.core.UriInfo uriInfo,
String type,
int offset,
int limit,
boolean returnSize,
String expand)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response createIdentities(@Context
javax.ws.rs.core.UriInfo uriInfo,
String remoteId,
String providerId,
String expand)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response getIdentityById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response updateIdentityById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ProfileEntity model)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response deleteIdentityById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand)
throws Exception
uriInfo - Exceptionjavax.ws.rs.core.Response getRelationshipsOfIdentity(@Context
javax.ws.rs.core.UriInfo uriInfo,
String id,
String with,
boolean returnSize,
int offset,
int limit,
String expand)
throws Exception
uriInfo - ExceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.