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 Object
- Version:
- August 9, 2017
- Author:
- Yuriy Movchan
-
-
Field Summary
Fields Modifier and Type Field Description static String
SESSION_CUSTOM_STATE
-
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)
-
-
-
Field Detail
-
SESSION_CUSTOM_STATE
public static final String SESSION_CUSTOM_STATE
- See Also:
- Constant Field Values
-
-
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 IOException
- Throws:
IOException
-
-