org.alfresco.web.app.servlet
Class AuthenticationFilter
java.lang.Object
org.springframework.extensions.surf.util.AbstractLifecycleBean
org.alfresco.web.app.servlet.AuthenticationFilter
- All Implemented Interfaces:
- java.util.EventListener, org.alfresco.repo.web.filter.beans.DependencyInjectedFilter, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener
public class AuthenticationFilter
- extends org.springframework.extensions.surf.util.AbstractLifecycleBean
- implements org.alfresco.repo.web.filter.beans.DependencyInjectedFilter
Fields inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean |
log |
Method Summary |
void |
doFilter(javax.servlet.ServletContext context,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain)
|
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event)
|
protected void |
onShutdown(org.springframework.context.ApplicationEvent event)
|
void |
setConfigService(org.springframework.extensions.config.ConfigService configService)
|
Methods inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean |
getApplicationContext, onApplicationEvent, setApplicationContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationFilter
public AuthenticationFilter()
setConfigService
public void setConfigService(org.springframework.extensions.config.ConfigService configService)
- Parameters:
configService
- the configService to set
onBootstrap
protected void onBootstrap(org.springframework.context.ApplicationEvent event)
- Specified by:
onBootstrap
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
onShutdown
protected void onShutdown(org.springframework.context.ApplicationEvent event)
- Specified by:
onShutdown
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
doFilter
public void doFilter(javax.servlet.ServletContext context,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
doFilter
in interface org.alfresco.repo.web.filter.beans.DependencyInjectedFilter
- Throws:
java.io.IOException
javax.servlet.ServletException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.