lumis.portal.rest.resource
Class LoginResource

Package class diagram package LoginResource
java.lang.Object
  extended by lumis.portal.rest.resource.LoginResource

public class LoginResource
extends java.lang.Object

Resource that treat the login.

Since:
6.1.0

Constructor Summary
LoginResource()
           
 
Method Summary
 void loginPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Resource that accepts HTTP requests with POST method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginResource

public LoginResource()
Method Detail

loginPost

public void loginPost(@Context
                      javax.servlet.http.HttpServletRequest request,
                      @Context
                      javax.servlet.http.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


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.