Package | Description |
---|---|
org.apache.shiro.config |
Components that support configuring Shiro in any application.
|
org.apache.shiro.web.env |
Web-specific
Environment implementation and support. |
org.apache.shiro.web.filter.mgt |
The filter 'mgt' (management) package contains components used in managing Filters that are available for
filter chain construction, the filter chains themselves, as well as resolving filter chains based by name.
|
Modifier and Type | Class and Description |
---|---|
class |
UnresolveableReferenceException
Exception thrown when a reference to an object is made, but that object cannot be found.
|
Modifier and Type | Method and Description |
---|---|
static Ini |
Ini.fromResourcePath(String resourcePath)
Creates a new
Ini instance loaded with the INI-formatted data in the resource at the given path. |
void |
Ini.load(InputStream is)
Loads the INI-formatted text backed by the given InputStream into this instance.
|
void |
Ini.load(String iniConfig)
Loads the specified raw INI-formatted text into this instance.
|
void |
Ini.loadFromPath(String resourcePath)
Loads data from the specified resource path into this current
Ini instance. |
Modifier and Type | Method and Description |
---|---|
protected Ini |
IniWebEnvironment.createIni(String configLocation,
boolean required)
Creates an
Ini instance reflecting the specified path, or null if the path does not exist and
is not required. |
protected Ini |
IniWebEnvironment.getSpecifiedIni(String[] configLocations) |
Modifier and Type | Method and Description |
---|---|
void |
FilterChainManager.addToChain(String chainName,
String filterName,
String chainSpecificFilterConfig)
Adds (appends) a filter to the filter chain identified by the given
chainName . |
protected String[] |
DefaultFilterChainManager.toNameConfigPair(String token)
Based on the given filter chain definition token (e.g.
|
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.