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
      javax.ws.rs.core.Response requestRevokeSession​(java.lang.String userCriterionKey, java.lang.String userCriterionValue, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.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 javax.ws.rs.core.Response requestRevokeSession​(@FormParam("user_criterion_key")
                                                              java.lang.String userCriterionKey,
                                                              @FormParam("user_criterion_value")
                                                              java.lang.String userCriterionValue,
                                                              @Context
                                                              javax.servlet.http.HttpServletRequest request,
                                                              @Context
                                                              javax.servlet.http.HttpServletResponse response,
                                                              @Context
                                                              javax.ws.rs.core.SecurityContext sec)