com.softslate.commerce.administrator.core
Class AdministratorFilter

java.lang.Object
  extended by com.softslate.commerce.administrator.core.AdministratorFilter
All Implemented Interfaces:
javax.servlet.Filter

public final class AdministratorFilter
extends java.lang.Object
implements javax.servlet.Filter

Wraps each incoming Administrator request with an instance of AdministratorRequestWrapper, which implements isUserInRole() and getRemoteUser() so role-based permissions can be employed.

Author:
David Tobey

Field Summary
(package private) static org.apache.commons.logging.Log log
           
 
Constructor Summary
AdministratorFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
           
 void init(javax.servlet.FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static org.apache.commons.logging.Log log
Constructor Detail

AdministratorFilter

public AdministratorFilter()
Method Detail

init

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

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter

doFilter

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


Copyright ? SoftSlate, LLC 2003?2005