| Package | Description |
|---|---|
| org.apache.shiro.web.env |
Web-specific
Environment implementation and support. |
| org.apache.shiro.web.mgt |
Components supporting web-specific
SecurityManager implementations. |
| org.apache.shiro.web.servlet |
Shiro-specific implementations of the Servlet API (Servlet Filters, et al).
|
| Modifier and Type | Method and Description |
|---|---|
protected WebSecurityManager |
IniWebEnvironment.createWebSecurityManager() |
WebSecurityManager |
WebEnvironment.getWebSecurityManager()
Returns the web application's security manager instance.
|
WebSecurityManager |
DefaultWebEnvironment.getWebSecurityManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableWebEnvironment.setWebSecurityManager(WebSecurityManager webSecurityManager)
Sets the
WebEnvironment's WebSecurityManager. |
void |
DefaultWebEnvironment.setWebSecurityManager(WebSecurityManager wsm) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWebSecurityManager
Default
WebSecurityManager implementation used in web-based applications or any
application that requires HTTP connectivity (SOAP, http remoting, etc). |
| Modifier and Type | Method and Description |
|---|---|
protected WebSecurityManager |
AbstractShiroFilter.createDefaultSecurityManager() |
WebSecurityManager |
AbstractShiroFilter.getSecurityManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractShiroFilter.setSecurityManager(WebSecurityManager sm) |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.