Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.gwt.dev
Class NuxeoLauncher

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter
      extended by org.nuxeo.ecm.webengine.gwt.dev.NuxeoLauncher
All Implemented Interfaces:
Filter

public class NuxeoLauncher
extends NuxeoAuthenticationFilter

Author:
Bogdan Stefanescu

Nested Class Summary
 class NuxeoLauncher.MyNuxeoApp
           
 
Field Summary
 
Fields inherited from class org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter
DEFAULT_START_PAGE, IS_LOGIN_NOT_SYNCHRONIZED_PROPERTY_KEY, LOGIN_DOMAIN
 
Constructor Summary
NuxeoLauncher()
           
 
Method Summary
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
          Checks for calls to nuxeo server to redirect them to avoid SOP errors.
 void init(FilterConfig config)
           
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter
destroy, doFilterInternal, getAuthenticator, getRequestedPage, getRequestedUrl, loginAs, saveRequestedURLBeforeRedirect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NuxeoLauncher

public NuxeoLauncher()
Method Detail

init

public void init(FilterConfig config)
          throws ServletException
Specified by:
init in interface Filter
Overrides:
init in class NuxeoAuthenticationFilter
Throws:
ServletException

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Checks for calls to nuxeo server to redirect them to avoid SOP errors.

Specified by:
doFilter in interface Filter
Overrides:
doFilter in class NuxeoAuthenticationFilter
Throws:
IOException
ServletException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.