public interface WebEnvironment
extends org.apache.shiro.env.Environment
Environment instance, used in web applications.| Modifier and Type | Method and Description |
|---|---|
FilterChainResolver |
getFilterChainResolver()
Returns the web application's
FilterChainResolver if one has been configured or null if one
is not available. |
javax.servlet.ServletContext |
getServletContext()
Returns the
ServletContext associated with this WebEnvironment instance. |
WebSecurityManager |
getWebSecurityManager()
Returns the web application's security manager instance.
|
FilterChainResolver getFilterChainResolver()
FilterChainResolver if one has been configured or null if one
is not available.FilterChainResolver if one has been configured or null if one
is not available.javax.servlet.ServletContext getServletContext()
ServletContext associated with this WebEnvironment instance. A web application
typically only has a single WebEnvironment associated with its ServletContext.ServletContext associated with this WebEnvironment instance.WebSecurityManager getWebSecurityManager()
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.