Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.platform.login.web
Class LoginStackCleaner

java.lang.Object
  extended by org.nuxeo.platform.login.web.LoginStackCleaner
All Implemented Interfaces:
Filter

public class LoginStackCleaner
extends Object
implements Filter

Cleanup the login stack used by the default Nuxeo client login module.

Author:
Bogdan Stefanescu
See Also:
ClientLoginModule}

Constructor Summary
LoginStackCleaner()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest arg0, ServletResponse arg1, FilterChain chain)
           
 void init(FilterConfig arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginStackCleaner

public LoginStackCleaner()
Method Detail

init

public void init(FilterConfig arg0)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Filter

doFilter

public void doFilter(ServletRequest arg0,
                     ServletResponse arg1,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.