org.nuxeo.ecm.webapp.action
Class LogoutAction
java.lang.Object
org.nuxeo.ecm.webapp.base.InputController
org.nuxeo.ecm.webapp.action.LogoutAction
- All Implemented Interfaces:
- Serializable
@Name(value="loginLogoutAction")
@Scope(value=STATELESS)
public class LogoutAction
- extends InputController
- implements Serializable
Logs the user in/out.
- Author:
- Razvan Caraghin
- See Also:
- Serialized Form
LogoutAction
public LogoutAction()
login
public String login()
logout
public static String logout()
throws Exception
- Logs the user out. Invalidates the HTTP session so that it cannot be
used anymore.
- Returns:
- the next page that is going to be displayed
- Throws:
Exception
Copyright © 2011 Nuxeo SAS. All Rights Reserved.