Package | Description |
---|---|
org.apache.shiro.guice.web | |
org.apache.shiro.spring.web |
Spring-specific components for use in Spring-based web applications.
|
org.apache.shiro.web.servlet |
Shiro-specific implementations of the Servlet API (Servlet Filters, et al).
|
Modifier and Type | Class and Description |
---|---|
class |
GuiceShiroFilter
Shiro filter that is managed by and receives its filter chain configurations from Guice.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractShiroFilter |
ShiroFilterFactoryBean.createInstance()
This implementation:
Ensures the required
securityManager
property has been set
Creates a FilterChainManager instance that reflects the
configured filters and
filter chain definitions
Wraps the FilterChainManager with a suitable
FilterChainResolver since the Shiro Filter
implementations do not know of FilterChainManager s
Sets both the SecurityManager and FilterChainResolver instances on a new Shiro Filter
instance and returns that filter instance.
|
Modifier and Type | Class and Description |
---|---|
class |
IniShiroFilter
Deprecated.
in 1.2 in favor of using the
ShiroFilter |
class |
ShiroFilter
Primary Shiro Filter for web applications configuring Shiro via Servlet <listener> in web.xml.
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.