public class IdentityResources extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Constructor and Description |
|---|
IdentityResources() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getIdentityById(javax.ws.rs.core.UriInfo uriInfo,
String portalContainerName,
String identityId,
String format)
Deprecated.
Deprecated from 4.3.x. Replaced by a new API
IdentityRestResourcesV1#getIdentityById(org.exoplatform.social.rest.impl.identity.UriInfo, String, String) |
javax.ws.rs.core.Response |
getIdentityProviderIdAndRemoteId(javax.ws.rs.core.UriInfo uriInfo,
String portalContainerName,
String providerId,
String remoteId,
String format)
Gets the identity and its associated profile by specifying its provider Id and user/space Id.
|
public javax.ws.rs.core.Response getIdentityById(@Context
javax.ws.rs.core.UriInfo uriInfo,
String portalContainerName,
String identityId,
String format)
IdentityRestResourcesV1#getIdentityById(org.exoplatform.social.rest.impl.identity.UriInfo, String, String)uriInfo - The requested URI information.portalContainerName - The associated portal container name.identityId - The Id of the specified identity.format - The format of the returned result, for example, JSON or XML.public javax.ws.rs.core.Response getIdentityProviderIdAndRemoteId(@Context
javax.ws.rs.core.UriInfo uriInfo,
String portalContainerName,
String providerId,
String remoteId,
String format)
uriInfo - The requested URI information.portalContainerName - The associated portal container name.providerId - The provider Id of the identity.remoteId - The user/space Id.format - The format of the returned result, for example, JSON or XML.Copyright © 2003–2021 eXo Platform SAS. All rights reserved.