Class 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
    • Constructor Detail

      • IdentityRestService

        public IdentityRestService()
        Deprecated.
        constructor
    • Method Detail

      • 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