Class CurrentUser


  • @Path("server/v1")
    @Produces("application/json")
    public class CurrentUser
    extends Object
    • Constructor Detail

      • CurrentUser

        public CurrentUser()
    • Method Detail

      • executePureGet

        @GET
        @Path("currentUser")
        public javax.ws.rs.core.Response executePureGet​(@Pac4JProfileManager
                                                        org.pac4j.core.profile.ProfileManager<org.pac4j.core.profile.CommonProfile> pm)