Class RevokeSessionRestWebService


  • @Path("/")
    public class RevokeSessionRestWebService
    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 requestRevokeSession​(java.lang.String userCriterionKey, java.lang.String userCriterionValue, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.ws.rs.core.SecurityContext sec)  
      • Methods inherited from class java.lang.Object

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

      • RevokeSessionRestWebService

        public RevokeSessionRestWebService()
    • Method Detail

      • requestRevokeSession

        @POST
        @Path("/revoke_session")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response requestRevokeSession​(@FormParam("user_criterion_key")
                                                                java.lang.String userCriterionKey,
                                                                @FormParam("user_criterion_value")
                                                                java.lang.String userCriterionValue,
                                                                @Context
                                                                jakarta.servlet.http.HttpServletRequest request,
                                                                @Context
                                                                jakarta.servlet.http.HttpServletResponse response,
                                                                @Context
                                                                jakarta.ws.rs.core.SecurityContext sec)