Package | Description |
---|---|
org.apache.shiro.guice.web | |
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 void |
ShiroWebModule.bindWebSecurityManager(com.google.inject.binder.AnnotatedBindingBuilder<? super WebSecurityManager> bind)
Binds the security manager.
|
Modifier and Type | Method and Description |
---|---|
protected WebSecurityManager |
IniWebEnvironment.createWebSecurityManager() |
WebSecurityManager |
DefaultWebEnvironment.getWebSecurityManager() |
WebSecurityManager |
WebEnvironment.getWebSecurityManager()
Returns the web application's security manager instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultWebEnvironment.setWebSecurityManager(WebSecurityManager wsm) |
void |
MutableWebEnvironment.setWebSecurityManager(WebSecurityManager webSecurityManager)
Sets the
WebEnvironment 's WebSecurityManager . |
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–2016 The Apache Software Foundation. All rights reserved.