blob: 06f90fdddf51c6e8daabe4d0ff7ea281ca554523 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:32 PDT 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.apache.shiro.config.Ini (Apache Shiro 1.2.1 API)</title>
<meta name="date" content="2013-05-30">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.shiro.config.Ini (Apache Shiro 1.2.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/shiro/config/class-use/Ini.html" target="_top">Frames</a></li>
<li><a href="Ini.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.shiro.config.Ini" class="title">Uses of Class<br>org.apache.shiro.config.Ini</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.shiro.config">org.apache.shiro.config</a></td>
<td class="colLast">
<div class="block">Components that support configuring Shiro in any application.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.shiro.realm.text">org.apache.shiro.realm.text</a></td>
<td class="colLast">
<div class="block">Realms that acquire security data from text-based data sources such as <code>File</code>s or
text streams.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.shiro.web.config">org.apache.shiro.web.config</a></td>
<td class="colLast">
<div class="block">Web-specific implementation extensions to the <code>org.apache.shiro.config</code> components.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.shiro.web.env">org.apache.shiro.web.env</a></td>
<td class="colLast">
<div class="block">Web-specific <a href="../../../../../org/apache/shiro/env/Environment.html" title="interface in org.apache.shiro.env"><code>Environment</code></a> implementation and support.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.shiro.web.servlet">org.apache.shiro.web.servlet</a></td>
<td class="colLast">
<div class="block">Shiro-specific implementations of the Servlet API (Servlet Filters, et al).</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.shiro.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a> in <a href="../../../../../org/apache/shiro/config/package-summary.html">org.apache.shiro.config</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/shiro/config/package-summary.html">org.apache.shiro.config</a> that return <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">Ini.</span><code><strong><a href="../../../../../org/apache/shiro/config/Ini.html#fromResourcePath(java.lang.String)">fromResourcePath</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;resourcePath)</code>
<div class="block">Creates a new <code>Ini</code> instance loaded with the INI-formatted data in the resource at the given path.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniFactorySupport.</span><code><strong><a href="../../../../../org/apache/shiro/config/IniFactorySupport.html#getIni()">getIni</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniFactorySupport.</span><code><strong><a href="../../../../../org/apache/shiro/config/IniFactorySupport.html#loadDefaultClassPathIni()">loadDefaultClassPathIni</a></strong>()</code>
<div class="block">Returns a new Ini instance created from the default <code>classpath:shiro.ini</code> file, or <code>null</code> if
the file does not exist.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniFactorySupport.</span><code><strong><a href="../../../../../org/apache/shiro/config/IniFactorySupport.html#resolveIni()">resolveIni</a></strong>()</code>
<div class="block">Tries to resolve the Ini instance to use for configuration.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/shiro/config/package-summary.html">org.apache.shiro.config</a> with parameters of type <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?&gt;</code></td>
<td class="colLast"><span class="strong">IniSecurityManagerFactory.</span><code><strong><a href="../../../../../org/apache/shiro/config/IniSecurityManagerFactory.html#createDefaults(org.apache.shiro.config.Ini, org.apache.shiro.config.Ini.Section)">createDefaults</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini,
<a href="../../../../../org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</a>&nbsp;mainSection)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt">SecurityManager</a></code></td>
<td class="colLast"><span class="strong">IniSecurityManagerFactory.</span><code><strong><a href="../../../../../org/apache/shiro/config/IniSecurityManagerFactory.html#createInstance(org.apache.shiro.config.Ini)">createInstance</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected abstract <a href="../../../../../org/apache/shiro/config/IniFactorySupport.html" title="type parameter in IniFactorySupport">T</a></code></td>
<td class="colLast"><span class="strong">IniFactorySupport.</span><code><strong><a href="../../../../../org/apache/shiro/config/IniFactorySupport.html#createInstance(org.apache.shiro.config.Ini)">createInstance</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm">Realm</a></code></td>
<td class="colLast"><span class="strong">IniSecurityManagerFactory.</span><code><strong><a href="../../../../../org/apache/shiro/config/IniSecurityManagerFactory.html#createRealm(org.apache.shiro.config.Ini)">createRealm</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>
<div class="block">Creates a <code>Realm</code> from the Ini instance containing account data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">IniFactorySupport.</span><code><strong><a href="../../../../../org/apache/shiro/config/IniFactorySupport.html#setIni(org.apache.shiro.config.Ini)">setIni</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><span class="strong">IniSecurityManagerFactory.</span><code><strong><a href="../../../../../org/apache/shiro/config/IniSecurityManagerFactory.html#shouldImplicitlyCreateRealm(org.apache.shiro.config.Ini)">shouldImplicitlyCreateRealm</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>
<div class="block">Returns <code>true</code> if the Ini contains account data and a <code>Realm</code> should be implicitly
<a href="../../../../../org/apache/shiro/config/IniSecurityManagerFactory.html#createRealm(org.apache.shiro.config.Ini)"><code>created</code></a> to reflect the account data, <code>false</code> if no realm should be implicitly
created.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/shiro/config/package-summary.html">org.apache.shiro.config</a> with parameters of type <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/shiro/config/Ini.html#Ini(org.apache.shiro.config.Ini)">Ini</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;defaults)</code>
<div class="block">Creates a new <code>Ini</code> instance with the specified defaults.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/shiro/config/IniFactorySupport.html#IniFactorySupport(org.apache.shiro.config.Ini)">IniFactorySupport</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/shiro/config/IniSecurityManagerFactory.html#IniSecurityManagerFactory(org.apache.shiro.config.Ini)">IniSecurityManagerFactory</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;config)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.shiro.realm.text">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a> in <a href="../../../../../org/apache/shiro/realm/text/package-summary.html">org.apache.shiro.realm.text</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/shiro/realm/text/package-summary.html">org.apache.shiro.realm.text</a> that return <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniRealm.</span><code><strong><a href="../../../../../org/apache/shiro/realm/text/IniRealm.html#getIni()">getIni</a></strong>()</code>
<div class="block">Returns the Ini instance used to configure this realm.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/shiro/realm/text/package-summary.html">org.apache.shiro.realm.text</a> with parameters of type <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">IniRealm.</span><code><strong><a href="../../../../../org/apache/shiro/realm/text/IniRealm.html#setIni(org.apache.shiro.config.Ini)">setIni</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>
<div class="block">Sets the Ini instance used to configure this realm.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/shiro/realm/text/package-summary.html">org.apache.shiro.realm.text</a> with parameters of type <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/shiro/realm/text/IniRealm.html#IniRealm(org.apache.shiro.config.Ini)">IniRealm</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>
<div class="block">This constructor will immediately process the definitions in the <code>Ini</code> argument.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.shiro.web.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a> in <a href="../../../../../org/apache/shiro/web/config/package-summary.html">org.apache.shiro.web.config</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/shiro/web/config/package-summary.html">org.apache.shiro.web.config</a> with parameters of type <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">IniFilterChainResolverFactory.</span><code><strong><a href="../../../../../org/apache/shiro/web/config/IniFilterChainResolverFactory.html#buildChains(org.apache.shiro.web.filter.mgt.FilterChainManager, org.apache.shiro.config.Ini)">buildChains</a></strong>(<a href="../../../../../org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainManager</a>&nbsp;manager,
<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?&gt;</code></td>
<td class="colLast"><span class="strong">WebIniSecurityManagerFactory.</span><code><strong><a href="../../../../../org/apache/shiro/web/config/WebIniSecurityManagerFactory.html#createDefaults(org.apache.shiro.config.Ini, org.apache.shiro.config.Ini.Section)">createDefaults</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini,
<a href="../../../../../org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</a>&nbsp;mainSection)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/shiro/web/filter/mgt/FilterChainResolver.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainResolver</a></code></td>
<td class="colLast"><span class="strong">IniFilterChainResolverFactory.</span><code><strong><a href="../../../../../org/apache/shiro/web/config/IniFilterChainResolverFactory.html#createInstance(org.apache.shiro.config.Ini)">createInstance</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/shiro/web/config/package-summary.html">org.apache.shiro.web.config</a> with parameters of type <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/shiro/web/config/IniFilterChainResolverFactory.html#IniFilterChainResolverFactory(org.apache.shiro.config.Ini)">IniFilterChainResolverFactory</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/shiro/web/config/IniFilterChainResolverFactory.html#IniFilterChainResolverFactory(org.apache.shiro.config.Ini, java.util.Map)">IniFilterChainResolverFactory</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini,
<a href="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?&gt;&nbsp;defaultBeans)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/shiro/web/config/WebIniSecurityManagerFactory.html#WebIniSecurityManagerFactory(org.apache.shiro.config.Ini)">WebIniSecurityManagerFactory</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;config)</code>
<div class="block">Creates a new <code>WebIniSecurityManagerFactory</code> instance which will construct web-capable
<code>SecurityManager</code> instances.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.shiro.web.env">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a> in <a href="../../../../../org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</a> that return <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniWebEnvironment.</span><code><strong><a href="../../../../../org/apache/shiro/web/env/IniWebEnvironment.html#createIni(java.lang.String, boolean)">createIni</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;configLocation,
boolean&nbsp;required)</code>
<div class="block">Creates an <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><code>Ini</code></a> instance reflecting the specified path, or <code>null</code> if the path does not exist and
is not required.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniWebEnvironment.</span><code><strong><a href="../../../../../org/apache/shiro/web/env/IniWebEnvironment.html#getDefaultIni()">getDefaultIni</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniWebEnvironment.</span><code><strong><a href="../../../../../org/apache/shiro/web/env/IniWebEnvironment.html#getIni()">getIni</a></strong>()</code>
<div class="block">Returns the <code>Ini</code> instance reflecting this WebEnvironment's configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniWebEnvironment.</span><code><strong><a href="../../../../../org/apache/shiro/web/env/IniWebEnvironment.html#getSpecifiedIni(java.lang.String[])">getSpecifiedIni</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;configLocations)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</a> with parameters of type <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">IniWebEnvironment.</span><code><strong><a href="../../../../../org/apache/shiro/web/env/IniWebEnvironment.html#setIni(org.apache.shiro.config.Ini)">setIni</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>
<div class="block">Allows for configuration via a direct <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><code>Ini</code></a> instance instead of via
<a href="../../../../../org/apache/shiro/web/env/ResourceBasedWebEnvironment.html#getConfigLocations()"><code>config locations</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.shiro.web.servlet">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a> in <a href="../../../../../org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</a> that return <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniShiroFilter.</span><code><strong><a href="../../../../../org/apache/shiro/web/servlet/IniShiroFilter.html#convertConfigToIni(java.lang.String)">convertConfigToIni</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;config)</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniShiroFilter.</span><code><strong><a href="../../../../../org/apache/shiro/web/servlet/IniShiroFilter.html#convertPathToIni(java.lang.String)">convertPathToIni</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
<div class="block">Converts the specified file path to an <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><code>Ini</code></a> instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniShiroFilter.</span><code><strong><a href="../../../../../org/apache/shiro/web/servlet/IniShiroFilter.html#getServletContextIniResource(java.lang.String)">getServletContextIniResource</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;servletContextPath)</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
<div class="block">Returns the INI instance reflecting the specified servlet context resource path or <code>null</code> if no
resource was found.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniShiroFilter.</span><code><strong><a href="../../../../../org/apache/shiro/web/servlet/IniShiroFilter.html#loadIniFromConfig()">loadIniFromConfig</a></strong>()</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></code></td>
<td class="colLast"><span class="strong">IniShiroFilter.</span><code><strong><a href="../../../../../org/apache/shiro/web/servlet/IniShiroFilter.html#loadIniFromPath()">loadIniFromPath</a></strong>()</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</a> with parameters of type <a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">IniShiroFilter.</span><code><strong><a href="../../../../../org/apache/shiro/web/servlet/IniShiroFilter.html#applyFilterChainResolver(org.apache.shiro.config.Ini, java.util.Map)">applyFilterChainResolver</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini,
<a href="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?&gt;&nbsp;defaults)</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?&gt;</code></td>
<td class="colLast"><span class="strong">IniShiroFilter.</span><code><strong><a href="../../../../../org/apache/shiro/web/servlet/IniShiroFilter.html#applySecurityManager(org.apache.shiro.config.Ini)">applySecurityManager</a></strong>(<a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</a>&nbsp;ini)</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/shiro/config/class-use/Ini.html" target="_top">Frames</a></li>
<li><a href="Ini.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>