| Package | Description |
|---|---|
| org.apache.shiro.web.config |
Web-specific implementation extensions to the
org.apache.shiro.config components. |
| org.apache.shiro.web.env |
Web-specific
Environment implementation and support. |
| org.apache.shiro.web.servlet |
Shiro-specific implementations of the Servlet API (Servlet Filters, et al).
|
| Modifier and Type | Method and Description |
|---|---|
ShiroFilterConfiguration |
ShiroFilterConfiguration.setStaticSecurityManagerEnabled(boolean staticSecurityManagerEnabled)
Sets if the constructed
SecurityManager associated with the filter should be bound
to static memory (via SecurityUtils.setSecurityManager). |
| Modifier and Type | Method and Description |
|---|---|
protected ShiroFilterConfiguration |
IniWebEnvironment.createFilterConfiguration() |
default ShiroFilterConfiguration |
WebEnvironment.getShiroFilterConfiguration()
Returns the configuration object used to configure the ShiroFilter.
|
ShiroFilterConfiguration |
DefaultWebEnvironment.getShiroFilterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableWebEnvironment.setShiroFilterConfiguration(ShiroFilterConfiguration filterConfiguration)
Sets the
WebEnvironment's ShiroFilterConfiguration. |
void |
DefaultWebEnvironment.setShiroFilterConfiguration(ShiroFilterConfiguration filterConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractShiroFilter.setShiroFilterConfiguration(ShiroFilterConfiguration config) |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.