Class UserInternalResource


  • @Path("/lum-internal/users")
    public class UserInternalResource
    extends Object
    Rest Application for Users
    Since:
    8.0.0
    Version:
    $Revision: 19963 $ $Date: 2017-02-21 19:28:29 -0300 (Tue, 21 Feb 2017) $
    • Constructor Detail

      • UserInternalResource

        public UserInternalResource()
    • Method Detail

      • getProfileImage

        @Path("/{id:(([A-F0-9]{32})|default|current)}/profileimage")
        @GET
        public Response getProfileImage​(@NotNull @PathParam("id")
                                        String userId)
        Get the profile image file of the specified user based on his identifier or sends redirect to default image of no profile image is set.
        Parameters:
        userId - the user identifier may be default, current or user identifier.
        Returns:
        Response a response answering to use a cached image or with the profile image.