Uses of Interface
org.apache.shiro.web.mgt.WebSecurityManager

Packages that use WebSecurityManager
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). 
 

Uses of WebSecurityManager in org.apache.shiro.web.mgt
 

Classes in org.apache.shiro.web.mgt that implement WebSecurityManager
 class DefaultWebSecurityManager
          Default WebSecurityManager implementation 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
protected  WebSecurityManager AbstractShiroFilter.createDefaultSecurityManager()
           
 WebSecurityManager AbstractShiroFilter.getSecurityManager()
           
 

Methods in org.apache.shiro.web.servlet with parameters of type WebSecurityManager
 void AbstractShiroFilter.setSecurityManager(WebSecurityManager sm)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.