Class SessionInfo


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

    • Method Detail

      • executePureGet

        @GET
        @Path("sessionInfo")
        public javax.ws.rs.core.Response executePureGet​(@QueryParam("profile")
                                                        boolean includeProfile,
                                                        @QueryParam("userID")
                                                        String userID)