Class SessionRestWebService


  • @Path("/session")
    public class SessionRestWebService
    extends java.lang.Object
    Author:
    Yuriy Zabrovarnyy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jakarta.ws.rs.core.Response requestActiveSessions​(java.lang.String authorization, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.ws.rs.core.SecurityContext securityContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionRestWebService

        public SessionRestWebService()
    • Method Detail

      • requestActiveSessions

        @POST
        @Path("/active")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response requestActiveSessions​(@HeaderParam("Authorization")
                                                                 java.lang.String authorization,
                                                                 @Context
                                                                 jakarta.servlet.http.HttpServletRequest request,
                                                                 @Context
                                                                 jakarta.servlet.http.HttpServletResponse response,
                                                                 @Context
                                                                 jakarta.ws.rs.core.SecurityContext securityContext)