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 Classes Modifier and Type Class Description classIdentityRestService.UserIdDeprecated.UserId class to be exposed
-
Constructor Summary
Constructors Constructor Description IdentityRestService()Deprecated.constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetId(javax.ws.rs.core.UriInfo uriInfo, String username, String portalName)Deprecated.Gets an identity by a user's name and returns in the JSON format.
-
-
-
Method Detail
-
getId
public javax.ws.rs.core.Response getId(@Context javax.ws.rs.core.UriInfo uriInfo, String username, String portalName) throws ExceptionDeprecated.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
-
-