Package lumis.portal.rest.resource
Class LoginResource
- java.lang.Object
-
- lumis.portal.rest.resource.LoginResource
-
-
Constructor Summary
Constructors Constructor Description LoginResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loginPost(MultivaluedMap<String,String> formParams, HttpServletRequest request, HttpServletResponse response)
Resource that accepts HTTP requests with POST method.
-
-
-
Method Detail
-
loginPost
@POST public void loginPost(MultivaluedMap<String,String> formParams, @Context HttpServletRequest request, @Context HttpServletResponse response)
Resource that accepts HTTP requests with POST method.- Parameters:
request
- request object that contains all informations sent by the user.response
- response object that will be sent to the user.- Since:
- 6.1.0
-
-