Uses of Interface
org.apache.shiro.web.mgt.WebSecurityManager
-
Packages that use WebSecurityManager Package Description org.apache.shiro.web.env Web-specificEnvironmentimplementation and support.org.apache.shiro.web.mgt Components supporting web-specificSecurityManagerimplementations.org.apache.shiro.web.servlet Shiro-specific implementations of the Servlet API (Servlet Filters, et al). -
-
Uses of WebSecurityManager in org.apache.shiro.web.env
Methods in org.apache.shiro.web.env that return WebSecurityManager Modifier and Type Method Description protected WebSecurityManagerIniWebEnvironment. createWebSecurityManager()WebSecurityManagerDefaultWebEnvironment. getWebSecurityManager()WebSecurityManagerWebEnvironment. getWebSecurityManager()Returns the web application's security manager instance.Methods in org.apache.shiro.web.env with parameters of type WebSecurityManager Modifier and Type Method Description voidDefaultWebEnvironment. setWebSecurityManager(WebSecurityManager wsm)voidMutableWebEnvironment. setWebSecurityManager(WebSecurityManager webSecurityManager)Sets theWebEnvironment'sWebSecurityManager. -
Uses of WebSecurityManager in org.apache.shiro.web.mgt
Classes in org.apache.shiro.web.mgt that implement WebSecurityManager Modifier and Type Class Description classDefaultWebSecurityManagerDefaultWebSecurityManagerimplementation used in web-based applications or any application that requires HTTP connectivity (SOAP, http remoting, etc). -
Uses of WebSecurityManager in org.apache.shiro.web.servlet
Methods in org.apache.shiro.web.servlet that return WebSecurityManager Modifier and Type Method Description protected WebSecurityManagerAbstractShiroFilter. createDefaultSecurityManager()WebSecurityManagerAbstractShiroFilter. getSecurityManager()Methods in org.apache.shiro.web.servlet with parameters of type WebSecurityManager Modifier and Type Method Description voidAbstractShiroFilter. setSecurityManager(WebSecurityManager sm)
-