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 Object

Resource that treat the login.

Since:
6.1.0

Constructor Summary
LoginResource()
           
 
Method Summary
 void loginPost(HttpServletRequest request, 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
                      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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.