Package io.jans.as.server.session.ws.rs
Class CheckSessionStatusRestWebServiceImpl
- java.lang.Object
-
- io.jans.as.server.session.ws.rs.CheckSessionStatusRestWebServiceImpl
-
@Path("/") public class CheckSessionStatusRestWebServiceImpl extends java.lang.Object
- Version:
- August 9, 2017
- Author:
- Yuriy Movchan
-
-
Constructor Summary
Constructors Constructor Description CheckSessionStatusRestWebServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.Response
requestCheckSessionStatus(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, jakarta.ws.rs.core.SecurityContext securityContext)
-
-
-
Method Detail
-
requestCheckSessionStatus
@GET @Path("/session_status") @Produces("application/json") public jakarta.ws.rs.core.Response requestCheckSessionStatus(@Context jakarta.servlet.http.HttpServletRequest httpRequest, @Context jakarta.servlet.http.HttpServletResponse httpResponse, @Context jakarta.ws.rs.core.SecurityContext securityContext) throws java.io.IOException
- Throws:
java.io.IOException
-
-