org.qi4j.library.shiro.web.servlet
Class Qi4jShiroServletFilter

java.lang.Object
  extended by org.apache.shiro.web.servlet.ServletContextSupport
      extended by org.apache.shiro.web.servlet.AbstractFilter
          extended by org.apache.shiro.web.servlet.NameableFilter
              extended by org.apache.shiro.web.servlet.OncePerRequestFilter
                  extended by org.apache.shiro.web.servlet.AbstractShiroFilter
                      extended by org.qi4j.library.shiro.web.servlet.Qi4jShiroServletFilter
All Implemented Interfaces:
javax.servlet.Filter, org.apache.shiro.util.Nameable

public class Qi4jShiroServletFilter
extends org.apache.shiro.web.servlet.AbstractShiroFilter


Field Summary
static String FILTER_CHAINS_PARAM
           
static String REALM_LAYER_PARAM
           
static String REALM_MODULE_PARAM
           
 
Fields inherited from class org.apache.shiro.web.servlet.OncePerRequestFilter
ALREADY_FILTERED_SUFFIX
 
Fields inherited from class org.apache.shiro.web.servlet.AbstractFilter
filterConfig
 
Constructor Summary
Qi4jShiroServletFilter()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.apache.shiro.web.servlet.AbstractShiroFilter
createDefaultSecurityManager, createSubject, doFilterInternal, executeChain, getExecutionChain, getFilterChainResolver, getSecurityManager, isHttpSessions, onFilterConfigSet, prepareServletRequest, prepareServletResponse, setFilterChainResolver, setSecurityManager, updateSessionLastAccessTime, wrapServletRequest, wrapServletResponse
 
Methods inherited from class org.apache.shiro.web.servlet.OncePerRequestFilter
doFilter, getAlreadyFilteredAttributeName, shouldNotFilter
 
Methods inherited from class org.apache.shiro.web.servlet.NameableFilter
getName, setName, toStringBuilder
 
Methods inherited from class org.apache.shiro.web.servlet.AbstractFilter
destroy, getFilterConfig, getInitParam, init, setFilterConfig
 
Methods inherited from class org.apache.shiro.web.servlet.ServletContextSupport
getContextAttribute, getContextInitParam, getServletContext, removeContextAttribute, setContextAttribute, setServletContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REALM_LAYER_PARAM

public static final String REALM_LAYER_PARAM
See Also:
Constant Field Values

REALM_MODULE_PARAM

public static final String REALM_MODULE_PARAM
See Also:
Constant Field Values

FILTER_CHAINS_PARAM

public static final String FILTER_CHAINS_PARAM
See Also:
Constant Field Values
Constructor Detail

Qi4jShiroServletFilter

public Qi4jShiroServletFilter()
Method Detail

init

public void init()
          throws Exception
Overrides:
init in class org.apache.shiro.web.servlet.AbstractShiroFilter
Throws:
Exception