|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.rest.resource.LogoutResource
public class LogoutResource
Resource that treat the login.
Constructor Summary | |
---|---|
LogoutResource()
|
Method Summary | |
---|---|
void |
logoutPost(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 |
---|
public LogoutResource()
Method Detail |
---|
public void logoutPost(@Context javax.servlet.http.HttpServletRequest request, @Context javax.servlet.http.HttpServletResponse response)
request
- request object that contains all informations sent by the user.response
- response object that will be sent to the user.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |