Class IdentityRestService
java.lang.Object
org.exoplatform.social.service.rest.IdentityRestService
- All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer
@Deprecated
public class IdentityRestService
extends Object
implements org.exoplatform.services.rest.resource.ResourceContainer
Deprecated.
Provides services to work with identities.
- eXo anchor for generated doc on REST API
- IdentityRestService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassDeprecated.UserId class to be exposed -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IdentityRestService
public IdentityRestService()Deprecated.constructor
-
-
Method Details
-
getId
public javax.ws.rs.core.Response getId(@Context javax.ws.rs.core.UriInfo uriInfo, String username, String portalName) throws Exception Deprecated.Gets an identity by a user's name and returns in the JSON format.- Parameters:
uriInfo- The requested URI information.username- The name of the target user.portalName- The name of the current portal.- Returns:
- UserId The information of provided user.
- Throws:
Exception- eXo level API
- Platform
- eXo anchor for generated doc on REST API
- IdentityRestService.getId
-
UserRest