Package org.apache.shiro.ee.listeners
Class IniEnvironment
java.lang.Object
org.apache.shiro.env.DefaultEnvironment
org.apache.shiro.web.env.DefaultWebEnvironment
org.apache.shiro.web.env.ResourceBasedWebEnvironment
org.apache.shiro.web.env.IniWebEnvironment
org.apache.shiro.ee.listeners.IniEnvironment
- All Implemented Interfaces:
org.apache.shiro.config.ResourceConfigurable,org.apache.shiro.env.Environment,org.apache.shiro.env.NamedObjectEnvironment,org.apache.shiro.lang.util.Destroyable,org.apache.shiro.lang.util.Initializable,org.apache.shiro.web.env.MutableWebEnvironment,org.apache.shiro.web.env.WebEnvironment
public class IniEnvironment
extends org.apache.shiro.web.env.IniWebEnvironment
Ability to merge two configuration files, exactly two
-
Field Summary
Fields inherited from class org.apache.shiro.web.env.IniWebEnvironment
DEFAULT_WEB_INI_RESOURCE_PATH, FILTER_CHAIN_RESOLVER_NAME, SHIRO_FILTER_CONFIG_NAMEFields inherited from class org.apache.shiro.env.DefaultEnvironment
DEFAULT_SECURITY_MANAGER_KEY, objects -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.shiro.config.InivoidsetConfigLocations(String[] configLocations) Methods inherited from class org.apache.shiro.web.env.IniWebEnvironment
configure, createFilterChainResolver, createFilterConfiguration, createIni, createWebSecurityManager, getDefaultConfigLocations, getDefaultIni, getDefaults, getIni, getSecurityManagerFactory, getSpecifiedIni, init, mergeIni, parseConfig, setIni, setSecurityManagerFactoryMethods inherited from class org.apache.shiro.web.env.ResourceBasedWebEnvironment
getConfigLocations, setConfigLocationsMethods inherited from class org.apache.shiro.web.env.DefaultWebEnvironment
getFilterChainResolver, getSecurityManager, getServletContext, getShiroFilterConfiguration, getWebSecurityManager, setFilterChainResolver, setSecurityManager, setServletContext, setShiroFilterConfiguration, setWebSecurityManagerMethods inherited from class org.apache.shiro.env.DefaultEnvironment
destroy, getObject, getObjects, getSecurityManagerName, lookupSecurityManager, setObject, setSecurityManagerNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shiro.lang.util.Destroyable
destroy
-
Constructor Details
-
IniEnvironment
public IniEnvironment()
-
-
Method Details
-
setConfigLocations
- Specified by:
setConfigLocationsin interfaceorg.apache.shiro.config.ResourceConfigurable- Overrides:
setConfigLocationsin classorg.apache.shiro.web.env.ResourceBasedWebEnvironment
-
getFrameworkIni
protected org.apache.shiro.config.Ini getFrameworkIni()- Overrides:
getFrameworkIniin classorg.apache.shiro.web.env.IniWebEnvironment
-