Package com.xebialabs.deployit.core.api
Interface SessionService
@Path("/session")
@Produces({"application/xml","application/json"})
@Consumes({"application/xml","application/json"})
public interface SessionService
-
Method Summary
Modifier and TypeMethodDescriptionList<ai.digital.deploy.sql.model.ActiveUserSession>getActiveSessions(String principalPattern, com.xebialabs.deployit.engine.api.dto.Paging paging, com.xebialabs.deployit.engine.api.dto.Ordering order) ai.digital.deploy.sql.model.UserSessionsOverview
-
Method Details
-
getActiveSessions
-
getSessionsOverview
@GET @Path("overview") ai.digital.deploy.sql.model.UserSessionsOverview getSessionsOverview()
-