Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.servlet
Class AuthenticationFilterDelayer

java.lang.Object
  extended by org.nuxeo.opensocial.servlet.AuthenticationFilterDelayer
All Implemented Interfaces:
Filter

public class AuthenticationFilterDelayer
extends Object
implements Filter

This class is just a wrapper to hold the initialization of the shindig AuthenticationServletFilter because it cannot run without Guice and we have delayed the Guice initialization.

Author:
Ian Smith
See Also:
ContextListenerDelayer

Constructor Summary
AuthenticationFilterDelayer()
           
 
Method Summary
static void activate(org.osgi.framework.FrameworkEvent event)
           
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void frameworkEvent(org.osgi.framework.FrameworkEvent event)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationFilterDelayer

public AuthenticationFilterDelayer()
Method Detail

destroy

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

doFilter

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

init

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

frameworkEvent

public void frameworkEvent(org.osgi.framework.FrameworkEvent event)

activate

public static void activate(org.osgi.framework.FrameworkEvent event)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.