Nuxeo Enterprise Platform 5.4

org.nuxeo.dam.webapp
Class LogoutActions

java.lang.Object
  extended by org.nuxeo.dam.webapp.LogoutActions

@Name(value="logoutActions")
@Scope(value=STATELESS)
@Install(precedence=10)
public class LogoutActions
extends Object

Author:
Thomas Roger

Constructor Summary
LogoutActions()
           
 
Method Summary
static String logout()
          Logs the user out.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutActions

public LogoutActions()
Method Detail

logout

public static String logout()
                     throws IOException
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:
IOException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.