Class SessionInfo
- java.lang.Object
-
- org.finos.legend.engine.server.core.session.api.SessionInfo
-
@Path("server/v1") @Produces("application/json") public class SessionInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SessionInfo(SessionTracker sessionTracker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponseexecutePureGet(boolean includeProfile, String userID)
-
-
-
Constructor Detail
-
SessionInfo
public SessionInfo(SessionTracker sessionTracker)
-
-
Method Detail
-
executePureGet
@GET @Path("sessionInfo") public javax.ws.rs.core.Response executePureGet(@QueryParam("profile") boolean includeProfile, @QueryParam("userID") String userID)
-
-