Class UserProfileService


  • @Path("/user-profiles")
    @Pac4jSecurity(authorizers="isFullyAuthenticated")
    public class UserProfileService
    extends Object
    REST service providing endpoints for user profiles.
    Since:
    8.2.0
    Author:
    XIMA Media GmbH
    • Constructor Detail

      • UserProfileService

        public UserProfileService()
    • Method Detail

      • getProfile

        @GET
        @Path("/me")
        @Produces({"application/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8","application/json; charset=utf-8"})
        public javax.ws.rs.core.Response getProfile​(@Pac4JProfile
                                                    org.pac4j.core.profile.CommonProfile profile)