Uses of Interface
org.apache.shiro.web.mgt.WebSecurityManager
Packages that use WebSecurityManager
Package
Description
Web-specific
Environment implementation and support.Components supporting web-specific
SecurityManager implementations.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 WebSecurityManagerModifier and TypeMethodDescriptionprotected WebSecurityManagerIniWebEnvironment.createWebSecurityManager()DefaultWebEnvironment.getWebSecurityManager()WebEnvironment.getWebSecurityManager()Returns the web application's security manager instance.Methods in org.apache.shiro.web.env with parameters of type WebSecurityManagerModifier and TypeMethodDescriptionvoidDefaultWebEnvironment.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 WebSecurityManagerModifier and TypeClassDescriptionclassDefaultWebSecurityManagerimplementation 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 WebSecurityManagerModifier and TypeMethodDescriptionprotected WebSecurityManagerAbstractShiroFilter.createDefaultSecurityManager()AbstractShiroFilter.getSecurityManager()Methods in org.apache.shiro.web.servlet with parameters of type WebSecurityManagerModifier and TypeMethodDescriptionvoidAbstractShiroFilter.setSecurityManager(WebSecurityManager sm)