blob: e87f9cc252c8356473ab0078bf81f2cd3531fe58 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.11) on Thu Oct 21 16:15:39 EDT 2021 -->
<title>AbstractShiroWebConfiguration (Apache Shiro 1.8.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-10-21">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractShiroWebConfiguration (Apache Shiro 1.8.0 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AbstractShiroWebConfiguration.html">Use</a></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" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.shiro.spring.web.config</a></div>
<h2 title="Class AbstractShiroWebConfiguration" class="title">Class AbstractShiroWebConfiguration</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../config/AbstractShiroConfiguration.html" title="class in org.apache.shiro.spring.config">org.apache.shiro.spring.config.AbstractShiroConfiguration</a></li>
<li>
<ul class="inheritance">
<li>org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><code><a href="../../config/web/autoconfigure/ShiroWebAutoConfiguration.html" title="class in org.apache.shiro.spring.config.web.autoconfigure">ShiroWebAutoConfiguration</a></code>, <code><a href="ShiroWebConfiguration.html" title="class in org.apache.shiro.spring.web.config">ShiroWebConfiguration</a></code></dd>
</dl>
<hr>
<pre>public class <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.41">AbstractShiroWebConfiguration</a>
extends <a href="../../config/AbstractShiroConfiguration.html" title="class in org.apache.shiro.spring.config">AbstractShiroConfiguration</a></pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.4.0</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rememberMeCookieDomain">rememberMeCookieDomain</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rememberMeCookieMaxAge">rememberMeCookieMaxAge</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rememberMeCookieName">rememberMeCookieName</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rememberMeCookiePath">rememberMeCookiePath</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rememberMeCookieSecure">rememberMeCookieSecure</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../web/servlet/Cookie.SameSiteOptions.html" title="enum in org.apache.shiro.web.servlet">Cookie.SameSiteOptions</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rememberMeSameSite">rememberMeSameSite</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sessionIdCookieDomain">sessionIdCookieDomain</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sessionIdCookieEnabled">sessionIdCookieEnabled</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sessionIdCookieMaxAge">sessionIdCookieMaxAge</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sessionIdCookieName">sessionIdCookieName</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sessionIdCookiePath">sessionIdCookiePath</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../web/servlet/Cookie.SameSiteOptions.html" title="enum in org.apache.shiro.web.servlet">Cookie.SameSiteOptions</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sessionIdCookieSameSite">sessionIdCookieSameSite</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sessionIdCookieSecure">sessionIdCookieSecure</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sessionIdUrlRewritingEnabled">sessionIdUrlRewritingEnabled</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#useNativeSessionManager">useNativeSessionManager</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.apache.shiro.spring.config.AbstractShiroConfiguration">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.shiro.spring.config.<a href="../../config/AbstractShiroConfiguration.html" title="class in org.apache.shiro.spring.config">AbstractShiroConfiguration</a></h3>
<code><a href="../../config/AbstractShiroConfiguration.html#cacheManager">cacheManager</a>, <a href="../../config/AbstractShiroConfiguration.html#eventBus">eventBus</a>, <a href="../../config/AbstractShiroConfiguration.html#permissionResolver">permissionResolver</a>, <a href="../../config/AbstractShiroConfiguration.html#rolePermissionResolver">rolePermissionResolver</a>, <a href="../../config/AbstractShiroConfiguration.html#sessionManagerDeleteInvalidSessions">sessionManagerDeleteInvalidSessions</a></code></li>
</ul>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">AbstractShiroWebConfiguration</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected <a href="../../../web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#buildCookie(java.lang.String,int,java.lang.String,java.lang.String,boolean)">buildCookie</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name,
int&nbsp;maxAge,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;path,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;domain,
boolean&nbsp;secure)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>protected <a href="../../../web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#buildCookie(java.lang.String,int,java.lang.String,java.lang.String,boolean,org.apache.shiro.web.servlet.Cookie.SameSiteOptions)">buildCookie</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name,
int&nbsp;maxAge,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;path,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;domain,
boolean&nbsp;secure,
<a href="../../../web/servlet/Cookie.SameSiteOptions.html" title="enum in org.apache.shiro.web.servlet">Cookie.SameSiteOptions</a>&nbsp;sameSiteOption)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>protected <a href="../../../mgt/SessionsSecurityManager.html" title="class in org.apache.shiro.mgt">SessionsSecurityManager</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createSecurityManager()">createSecurityManager</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>protected <a href="../../../session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt">SessionManager</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#nativeSessionManager()">nativeSessionManager</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>protected <a href="../../../web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rememberMeCookieTemplate()">rememberMeCookieTemplate</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>protected <a href="../../../mgt/RememberMeManager.html" title="interface in org.apache.shiro.mgt">RememberMeManager</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rememberMeManager()">rememberMeManager</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>protected <a href="../../../web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sessionCookieTemplate()">sessionCookieTemplate</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>protected <a href="../../../session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt">SessionManager</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sessionManager()">sessionManager</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>protected <a href="../../../mgt/SessionStorageEvaluator.html" title="interface in org.apache.shiro.mgt">SessionStorageEvaluator</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sessionStorageEvaluator()">sessionStorageEvaluator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>protected <a href="ShiroFilterChainDefinition.html" title="interface in org.apache.shiro.spring.web.config">ShiroFilterChainDefinition</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#shiroFilterChainDefinition()">shiroFilterChainDefinition</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>protected <a href="../ShiroUrlPathHelper.html" title="class in org.apache.shiro.spring.web">ShiroUrlPathHelper</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#shiroUrlPathHelper()">shiroUrlPathHelper</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>protected <a href="../../../mgt/SubjectFactory.html" title="interface in org.apache.shiro.mgt">SubjectFactory</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#subjectFactory()">subjectFactory</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.shiro.spring.config.AbstractShiroConfiguration">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.shiro.spring.config.<a href="../../config/AbstractShiroConfiguration.html" title="class in org.apache.shiro.spring.config">AbstractShiroConfiguration</a></h3>
<code><a href="../../config/AbstractShiroConfiguration.html#authenticationStrategy()">authenticationStrategy</a>, <a href="../../config/AbstractShiroConfiguration.html#authenticator()">authenticator</a>, <a href="../../config/AbstractShiroConfiguration.html#authorizer()">authorizer</a>, <a href="../../config/AbstractShiroConfiguration.html#iniRealmFromLocation(java.lang.String)">iniRealmFromLocation</a>, <a href="../../config/AbstractShiroConfiguration.html#securityManager(java.util.List)">securityManager</a>, <a href="../../config/AbstractShiroConfiguration.html#sessionDAO()">sessionDAO</a>, <a href="../../config/AbstractShiroConfiguration.html#sessionFactory()">sessionFactory</a>, <a href="../../config/AbstractShiroConfiguration.html#subjectDAO()">subjectDAO</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang" class="externalLink">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang" class="externalLink">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang" class="externalLink">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang" class="externalLink">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang" class="externalLink">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang" class="externalLink">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang" class="externalLink">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long,int)" title="class or interface in java.lang" class="externalLink">wait</a></code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="sessionIdCookieEnabled">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionIdCookieEnabled</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.sessionManager.sessionIdCookieEnabled\'] ?: true }")
protected&nbsp;boolean <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.43">sessionIdCookieEnabled</a></pre>
</li>
</ul>
<a id="sessionIdUrlRewritingEnabled">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionIdUrlRewritingEnabled</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.sessionManager.sessionIdUrlRewritingEnabled\'] ?: false }")
protected&nbsp;boolean <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.46">sessionIdUrlRewritingEnabled</a></pre>
</li>
</ul>
<a id="useNativeSessionManager">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>useNativeSessionManager</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.userNativeSessionManager\'] ?: false }")
protected&nbsp;boolean <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.49">useNativeSessionManager</a></pre>
</li>
</ul>
<a id="sessionIdCookieName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionIdCookieName</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.sessionManager.cookie.name\'] ?: T(org.apache.shiro.web.servlet.ShiroHttpSession).DEFAULT_SESSION_ID_NAME }")
protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.55">sessionIdCookieName</a></pre>
</li>
</ul>
<a id="sessionIdCookieMaxAge">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionIdCookieMaxAge</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.sessionManager.cookie.maxAge\'] ?: T(org.apache.shiro.web.servlet.SimpleCookie).DEFAULT_MAX_AGE }")
protected&nbsp;int <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.58">sessionIdCookieMaxAge</a></pre>
</li>
</ul>
<a id="sessionIdCookieDomain">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionIdCookieDomain</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.sessionManager.cookie.domain\'] ?: null }")
protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.61">sessionIdCookieDomain</a></pre>
</li>
</ul>
<a id="sessionIdCookiePath">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionIdCookiePath</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.sessionManager.cookie.path\'] ?: null }")
protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.64">sessionIdCookiePath</a></pre>
</li>
</ul>
<a id="sessionIdCookieSecure">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionIdCookieSecure</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.sessionManager.cookie.secure\'] ?: false }")
protected&nbsp;boolean <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.67">sessionIdCookieSecure</a></pre>
</li>
</ul>
<a id="sessionIdCookieSameSite">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionIdCookieSameSite</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.sessionManager.cookie.sameSite\'] ?: T(org.apache.shiro.web.servlet.Cookie.SameSiteOptions).LAX }")
protected&nbsp;<a href="../../../web/servlet/Cookie.SameSiteOptions.html" title="enum in org.apache.shiro.web.servlet">Cookie.SameSiteOptions</a> <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.70">sessionIdCookieSameSite</a></pre>
</li>
</ul>
<a id="rememberMeCookieName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rememberMeCookieName</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.rememberMeManager.cookie.name\'] ?: T(org.apache.shiro.web.mgt.CookieRememberMeManager).DEFAULT_REMEMBER_ME_COOKIE_NAME }")
protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.76">rememberMeCookieName</a></pre>
</li>
</ul>
<a id="rememberMeCookieMaxAge">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rememberMeCookieMaxAge</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.rememberMeManager.cookie.maxAge\'] ?: T(org.apache.shiro.web.servlet.Cookie).ONE_YEAR }")
protected&nbsp;int <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.79">rememberMeCookieMaxAge</a></pre>
</li>
</ul>
<a id="rememberMeCookieDomain">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rememberMeCookieDomain</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.rememberMeManager.cookie.domain\'] ?: null }")
protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.82">rememberMeCookieDomain</a></pre>
</li>
</ul>
<a id="rememberMeCookiePath">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rememberMeCookiePath</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.rememberMeManager.cookie.path\'] ?: null }")
protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.85">rememberMeCookiePath</a></pre>
</li>
</ul>
<a id="rememberMeCookieSecure">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rememberMeCookieSecure</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.rememberMeManager.cookie.secure\'] ?: false }")
protected&nbsp;boolean <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.88">rememberMeCookieSecure</a></pre>
</li>
</ul>
<a id="rememberMeSameSite">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>rememberMeSameSite</h4>
<pre><a href="https://docs.spring.io/spring-framework/docs/2.5.x/javadoc-api/org/springframework/beans/factory/annotation/Value.html?is-external=true" title="class or interface in org.springframework.beans.factory.annotation" class="externalLink">@Value</a>("#{ @environment[\'shiro.rememberMeManager.cookie.sameSite\'] ?: T(org.apache.shiro.web.servlet.Cookie.SameSiteOptions).LAX }")
protected&nbsp;<a href="../../../web/servlet/Cookie.SameSiteOptions.html" title="enum in org.apache.shiro.web.servlet">Cookie.SameSiteOptions</a> <a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.91">rememberMeSameSite</a></pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AbstractShiroWebConfiguration</h4>
<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.41">AbstractShiroWebConfiguration</a>()</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="nativeSessionManager()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>nativeSessionManager</h4>
<pre class="methodSignature">protected&nbsp;<a href="../../../session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt">SessionManager</a>&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.95">nativeSessionManager</a>()</pre>
</li>
</ul>
<a id="sessionCookieTemplate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionCookieTemplate</h4>
<pre class="methodSignature">protected&nbsp;<a href="../../../web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</a>&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.108">sessionCookieTemplate</a>()</pre>
</li>
</ul>
<a id="rememberMeCookieTemplate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rememberMeCookieTemplate</h4>
<pre class="methodSignature">protected&nbsp;<a href="../../../web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</a>&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.118">rememberMeCookieTemplate</a>()</pre>
</li>
</ul>
<a id="buildCookie(java.lang.String,int,java.lang.String,java.lang.String,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buildCookie</h4>
<pre class="methodSignature">protected&nbsp;<a href="../../../web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</a>&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.128">buildCookie</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name,
int&nbsp;maxAge,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;path,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;domain,
boolean&nbsp;secure)</pre>
</li>
</ul>
<a id="buildCookie(java.lang.String,int,java.lang.String,java.lang.String,boolean,org.apache.shiro.web.servlet.Cookie.SameSiteOptions)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buildCookie</h4>
<pre class="methodSignature">protected&nbsp;<a href="../../../web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</a>&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.132">buildCookie</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name,
int&nbsp;maxAge,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;path,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;domain,
boolean&nbsp;secure,
<a href="../../../web/servlet/Cookie.SameSiteOptions.html" title="enum in org.apache.shiro.web.servlet">Cookie.SameSiteOptions</a>&nbsp;sameSiteOption)</pre>
</li>
</ul>
<a id="sessionManager()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionManager</h4>
<pre class="methodSignature">protected&nbsp;<a href="../../../session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt">SessionManager</a>&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.144">sessionManager</a>()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../config/AbstractShiroConfiguration.html#sessionManager()">sessionManager</a></code>&nbsp;in class&nbsp;<code><a href="../../config/AbstractShiroConfiguration.html" title="class in org.apache.shiro.spring.config">AbstractShiroConfiguration</a></code></dd>
</dl>
</li>
</ul>
<a id="rememberMeManager()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rememberMeManager</h4>
<pre class="methodSignature">protected&nbsp;<a href="../../../mgt/RememberMeManager.html" title="interface in org.apache.shiro.mgt">RememberMeManager</a>&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.152">rememberMeManager</a>()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../config/AbstractShiroConfiguration.html#rememberMeManager()">rememberMeManager</a></code>&nbsp;in class&nbsp;<code><a href="../../config/AbstractShiroConfiguration.html" title="class in org.apache.shiro.spring.config">AbstractShiroConfiguration</a></code></dd>
</dl>
</li>
</ul>
<a id="subjectFactory()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>subjectFactory</h4>
<pre class="methodSignature">protected&nbsp;<a href="../../../mgt/SubjectFactory.html" title="interface in org.apache.shiro.mgt">SubjectFactory</a>&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.159">subjectFactory</a>()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../config/AbstractShiroConfiguration.html#subjectFactory()">subjectFactory</a></code>&nbsp;in class&nbsp;<code><a href="../../config/AbstractShiroConfiguration.html" title="class in org.apache.shiro.spring.config">AbstractShiroConfiguration</a></code></dd>
</dl>
</li>
</ul>
<a id="sessionStorageEvaluator()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionStorageEvaluator</h4>
<pre class="methodSignature">protected&nbsp;<a href="../../../mgt/SessionStorageEvaluator.html" title="interface in org.apache.shiro.mgt">SessionStorageEvaluator</a>&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.164">sessionStorageEvaluator</a>()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../config/AbstractShiroConfiguration.html#sessionStorageEvaluator()">sessionStorageEvaluator</a></code>&nbsp;in class&nbsp;<code><a href="../../config/AbstractShiroConfiguration.html" title="class in org.apache.shiro.spring.config">AbstractShiroConfiguration</a></code></dd>
</dl>
</li>
</ul>
<a id="createSecurityManager()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSecurityManager</h4>
<pre class="methodSignature">protected&nbsp;<a href="../../../mgt/SessionsSecurityManager.html" title="class in org.apache.shiro.mgt">SessionsSecurityManager</a>&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.169">createSecurityManager</a>()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../config/AbstractShiroConfiguration.html#createSecurityManager()">createSecurityManager</a></code>&nbsp;in class&nbsp;<code><a href="../../config/AbstractShiroConfiguration.html" title="class in org.apache.shiro.spring.config">AbstractShiroConfiguration</a></code></dd>
</dl>
</li>
</ul>
<a id="shiroFilterChainDefinition()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>shiroFilterChainDefinition</h4>
<pre class="methodSignature">protected&nbsp;<a href="ShiroFilterChainDefinition.html" title="interface in org.apache.shiro.spring.web.config">ShiroFilterChainDefinition</a>&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.180">shiroFilterChainDefinition</a>()</pre>
</li>
</ul>
<a id="shiroUrlPathHelper()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>shiroUrlPathHelper</h4>
<pre class="methodSignature">protected&nbsp;<a href="../ShiroUrlPathHelper.html" title="class in org.apache.shiro.spring.web">ShiroUrlPathHelper</a>&nbsp;<a href="../../../../../../src-html/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.html#line.186">shiroUrlPathHelper</a>()</pre>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AbstractShiroWebConfiguration.html">Use</a></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" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses.html">All&nbsp;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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>