blob: 70cf6cc8fb46b6b6f7c85f1e3e79d6ed306430c0 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.7) on Mon Aug 17 10:33:47 EDT 2020 -->
<title>Uses of Interface org.apache.shiro.session.Session (Apache Shiro :: Core 1.6.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-17">
<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.3.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-migrate-3.0.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="Uses of Interface org.apache.shiro.session.Session (Apache Shiro :: Core 1.6.0 API)";
}
}
catch(err) {
}
//-->
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><a href="../Session.html" title="interface in org.apache.shiro.session">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" 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>
<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>
<main role="main">
<div class="header">
<h2 title="Uses of Interface org.apache.shiro.session.Session" class="title">Uses of Interface<br>org.apache.shiro.session.Session</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../Session.html" title="interface in org.apache.shiro.session">Session</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">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.mgt">org.apache.shiro.mgt</a></th>
<td class="colLast">
<div class="block">Provides the master <a href="../../mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><code>SecurityManager</code></a> interface and a default implementation
hierarchy for managing all aspects of Shiro's functionality in an application.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.session">org.apache.shiro.session</a></th>
<td class="colLast">
<div class="block">Components related to managing sessions, the time-based data contexts in which a Subject
interacts with an application.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.session.mgt">org.apache.shiro.session.mgt</a></th>
<td class="colLast">
<div class="block"><a href="../mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt"><code>SessionManager</code></a> components supporting enterprise session management.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.session.mgt.eis">org.apache.shiro.session.mgt.eis</a></th>
<td class="colLast">
<div class="block">EIS (Enterprise Information System)-tier components that can perform CRUD operations for sessions
using any EIS API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.subject">org.apache.shiro.subject</a></th>
<td class="colLast">
<div class="block">Components supporting the <a href="../../subject/Subject.html" title="interface in org.apache.shiro.subject"><code>Subject</code></a> interface, the most important concept in
Shiro's API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.shiro.subject.support">org.apache.shiro.subject.support</a></th>
<td class="colLast">
<div class="block">Concrete support implementations of most of the <code>org.apache.shiro.subject</code> interfaces.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="org.apache.shiro.mgt">
<!-- -->
</a>
<h3>Uses of <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a> in <a href="../../mgt/package-summary.html">org.apache.shiro.mgt</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../mgt/package-summary.html">org.apache.shiro.mgt</a> that return <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionsSecurityManager.</span><code><span class="memberNameLink"><a href="../../mgt/SessionsSecurityManager.html#getSession(org.apache.shiro.session.mgt.SessionKey)">getSession</a></span>&#8203;(<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSecurityManager.</span><code><span class="memberNameLink"><a href="../../mgt/DefaultSecurityManager.html#resolveContextSession(org.apache.shiro.subject.SubjectContext)">resolveContextSession</a></span>&#8203;(<a href="../../subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionsSecurityManager.</span><code><span class="memberNameLink"><a href="../../mgt/SessionsSecurityManager.html#start(org.apache.shiro.session.mgt.SessionContext)">start</a></span>&#8203;(<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../mgt/package-summary.html">org.apache.shiro.mgt</a> with parameters of type <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSubjectFactory.</span><code><span class="memberNameLink"><a href="../../mgt/DefaultSubjectFactory.html#newSubjectInstance(org.apache.shiro.subject.PrincipalCollection,boolean,java.lang.String,org.apache.shiro.session.Session,org.apache.shiro.mgt.SecurityManager)">newSubjectInstance</a></span>&#8203;(<a href="../../subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals,
boolean&nbsp;authenticated,
<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;host,
<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="../../mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt">SecurityManager</a>&nbsp;securityManager)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 1.2 - override <a href="../../mgt/DefaultSubjectFactory.html#createSubject(org.apache.shiro.subject.SubjectContext)"><code>DefaultSubjectFactory.createSubject(org.apache.shiro.subject.SubjectContext)</code></a> directly if you
need to instantiate a custom <a href="../../subject/Subject.html" title="interface in org.apache.shiro.subject"><code>Subject</code></a> class.</div>
</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.shiro.session">
<!-- -->
</a>
<h3>Uses of <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a> in <a href="../package-summary.html">org.apache.shiro.session</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../package-summary.html">org.apache.shiro.session</a> that implement <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</a></span></code></th>
<td class="colLast">
<div class="block">Simple <code>Session</code> implementation that immediately delegates all corresponding calls to an
underlying proxied session instance.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Fields in <a href="../package-summary.html">org.apache.shiro.session</a> declared as <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ProxiedSession.</span><code><span class="memberNameLink"><a href="../ProxiedSession.html#delegate">delegate</a></span></code></th>
<td class="colLast">
<div class="block">The proxied instance</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.shiro.session</a> with parameters of type <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionListener.</span><code><span class="memberNameLink"><a href="../SessionListener.html#onExpiration(org.apache.shiro.session.Session)">onExpiration</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Notification callback that occurs when the corresponding Session has expired.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionListenerAdapter.</span><code><span class="memberNameLink"><a href="../SessionListenerAdapter.html#onExpiration(org.apache.shiro.session.Session)">onExpiration</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Adapter no-op implementation - does nothing and returns immediately.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionListener.</span><code><span class="memberNameLink"><a href="../SessionListener.html#onStart(org.apache.shiro.session.Session)">onStart</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Notification callback that occurs when the corresponding Session has started.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionListenerAdapter.</span><code><span class="memberNameLink"><a href="../SessionListenerAdapter.html#onStart(org.apache.shiro.session.Session)">onStart</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Adapter no-op implementation - does nothing and returns immediately.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionListener.</span><code><span class="memberNameLink"><a href="../SessionListener.html#onStop(org.apache.shiro.session.Session)">onStop</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Notification callback that occurs when the corresponding Session has stopped, either programmatically via
<a href="../Session.html#stop()"><code>stop()</code></a> or automatically upon a subject logging out.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionListenerAdapter.</span><code><span class="memberNameLink"><a href="../SessionListenerAdapter.html#onStop(org.apache.shiro.session.Session)">onStop</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Adapter no-op implementation - does nothing and returns immediately.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../package-summary.html">org.apache.shiro.session</a> with parameters of type <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ProxiedSession.html#%3Cinit%3E(org.apache.shiro.session.Session)">ProxiedSession</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;target)</code></th>
<td class="colLast">
<div class="block">Constructs an instance that proxies the specified <code>target</code>.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.shiro.session.mgt">
<!-- -->
</a>
<h3>Uses of <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a> in <a href="../mgt/package-summary.html">org.apache.shiro.session.mgt</a></h3>
<table class="useSummary">
<caption><span>Subinterfaces of <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a> in <a href="../mgt/package-summary.html">org.apache.shiro.session.mgt</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../mgt/ValidatingSession.html" title="interface in org.apache.shiro.session.mgt">ValidatingSession</a></span></code></th>
<td class="colLast">
<div class="block">A <code>ValidatingSession</code> is a <code>Session</code> that is capable of determining it is valid or not and
is able to validate itself if necessary.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Classes in <a href="../mgt/package-summary.html">org.apache.shiro.session.mgt</a> that implement <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</a></span></code></th>
<td class="colLast">
<div class="block">A DelegatingSession is a client-tier representation of a server side
<a href="../Session.html" title="interface in org.apache.shiro.session"><code>Session</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../mgt/ImmutableProxiedSession.html" title="class in org.apache.shiro.session.mgt">ImmutableProxiedSession</a></span></code></th>
<td class="colLast">
<div class="block">Implementation of the <a href="../Session.html" title="interface in org.apache.shiro.session"><code>Session</code></a> interface that proxies another <code>Session</code>, but does not
allow any 'write' operations to the underlying session.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</a></span></code></th>
<td class="colLast">
<div class="block">Simple <a href="../Session.html" title="interface in org.apache.shiro.session"><code>Session</code></a> JavaBeans-compatible POJO implementation, intended to be used on the
business/server tier.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../mgt/package-summary.html">org.apache.shiro.session.mgt</a> that return <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#beforeInvalidNotification(org.apache.shiro.session.Session)">beforeInvalidNotification</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Returns the session instance to use to pass to registered <code>SessionListener</code>s for notification
that the session has been invalidated (stopped or expired).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#createExposedSession(org.apache.shiro.session.Session,org.apache.shiro.session.mgt.SessionContext)">createExposedSession</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#createExposedSession(org.apache.shiro.session.Session,org.apache.shiro.session.mgt.SessionKey)">createExposedSession</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#createSession(org.apache.shiro.session.mgt.SessionContext)">createSession</a></span>&#8203;(<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;context)</code></th>
<td class="colLast">
<div class="block">Creates a new <code>Session Session</code> instance based on the specified (possibly <code>null</code>)
initialization data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractValidatingSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractValidatingSessionManager.html#createSession(org.apache.shiro.session.mgt.SessionContext)">createSession</a></span>&#8203;(<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionFactory.</span><code><span class="memberNameLink"><a href="../mgt/SessionFactory.html#createSession(org.apache.shiro.session.mgt.SessionContext)">createSession</a></span>&#8203;(<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;initData)</code></th>
<td class="colLast">
<div class="block">Creates a new <code>Session</code> instance based on the specified contextual initialization data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SimpleSessionFactory.</span><code><span class="memberNameLink"><a href="../mgt/SimpleSessionFactory.html#createSession(org.apache.shiro.session.mgt.SessionContext)">createSession</a></span>&#8203;(<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;initData)</code></th>
<td class="colLast">
<div class="block">Creates a new <a href="../mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt"><code>SimpleSession</code></a> instance retaining the context's
<a href="../mgt/SessionContext.html#getHost()"><code>host</code></a> if one can be found.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractValidatingSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractValidatingSessionManager.html#doCreateSession(org.apache.shiro.session.mgt.SessionContext)">doCreateSession</a></span>&#8203;(<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;initData)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/DefaultSessionManager.html#doCreateSession(org.apache.shiro.session.mgt.SessionContext)">doCreateSession</a></span>&#8203;(<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#doGetSession(org.apache.shiro.session.mgt.SessionKey)">doGetSession</a></span>&#8203;(<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractValidatingSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractValidatingSessionManager.html#doGetSession(org.apache.shiro.session.mgt.SessionKey)">doGetSession</a></span>&#8203;(<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#getSession(org.apache.shiro.session.mgt.SessionKey)">getSession</a></span>&#8203;(<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionManager.</span><code><span class="memberNameLink"><a href="../mgt/SessionManager.html#getSession(org.apache.shiro.session.mgt.SessionKey)">getSession</a></span>&#8203;(<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;key)</code></th>
<td class="colLast">
<div class="block">Retrieves the session corresponding to the specified contextual data (such as a session ID if applicable), or
<code>null</code> if no Session could be found.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/DefaultSessionManager.html#newSessionInstance(org.apache.shiro.session.mgt.SessionContext)">newSessionInstance</a></span>&#8203;(<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected abstract <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractValidatingSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractValidatingSessionManager.html#retrieveSession(org.apache.shiro.session.mgt.SessionKey)">retrieveSession</a></span>&#8203;(<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;key)</code></th>
<td class="colLast">
<div class="block">Looks up a session from the underlying data store based on the specified session key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/DefaultSessionManager.html#retrieveSession(org.apache.shiro.session.mgt.SessionKey)">retrieveSession</a></span>&#8203;(<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;sessionKey)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/DefaultSessionManager.html#retrieveSessionFromDataSource(java.io.Serializable)">retrieveSessionFromDataSource</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#start(org.apache.shiro.session.mgt.SessionContext)">start</a></span>&#8203;(<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionManager.</span><code><span class="memberNameLink"><a href="../mgt/SessionManager.html#start(org.apache.shiro.session.mgt.SessionContext)">start</a></span>&#8203;(<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;context)</code></th>
<td class="colLast">
<div class="block">Starts a new session based on the specified contextual initialization data, which can be used by the underlying
implementation to determine how exactly to create the internal Session instance.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../mgt/package-summary.html">org.apache.shiro.session.mgt</a> that return types with arguments of type <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected abstract <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractValidatingSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractValidatingSessionManager.html#getActiveSessions()">getActiveSessions</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/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/DefaultSessionManager.html#getActiveSessions()">getActiveSessions</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../mgt/package-summary.html">org.apache.shiro.session.mgt</a> with parameters of type <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractValidatingSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractValidatingSessionManager.html#afterExpired(org.apache.shiro.session.Session)">afterExpired</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/DefaultSessionManager.html#afterExpired(org.apache.shiro.session.Session)">afterExpired</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#afterStopped(org.apache.shiro.session.Session)">afterStopped</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/DefaultSessionManager.html#afterStopped(org.apache.shiro.session.Session)">afterStopped</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#applyGlobalSessionTimeout(org.apache.shiro.session.Session)">applyGlobalSessionTimeout</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#beforeInvalidNotification(org.apache.shiro.session.Session)">beforeInvalidNotification</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Returns the session instance to use to pass to registered <code>SessionListener</code>s for notification
that the session has been invalidated (stopped or expired).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/DefaultSessionManager.html#create(org.apache.shiro.session.Session)">create</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Persists the given session instance to an underlying EIS (Enterprise Information System).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#createExposedSession(org.apache.shiro.session.Session,org.apache.shiro.session.mgt.SessionContext)">createExposedSession</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#createExposedSession(org.apache.shiro.session.Session,org.apache.shiro.session.mgt.SessionKey)">createExposedSession</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/DefaultSessionManager.html#delete(org.apache.shiro.session.Session)">delete</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractValidatingSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractValidatingSessionManager.html#doValidate(org.apache.shiro.session.Session)">doValidate</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected long</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractValidatingSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractValidatingSessionManager.html#getTimeout(org.apache.shiro.session.Session)">getTimeout</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Subclass template hook in case per-session timeout is not based on
<a href="../Session.html#getTimeout()"><code>getTimeout()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#notifyExpiration(org.apache.shiro.session.Session)">notifyExpiration</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#notifyStart(org.apache.shiro.session.Session)">notifyStart</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Notifies any interested <a href="../SessionListener.html" title="interface in org.apache.shiro.session"><code>SessionListener</code></a>s that a Session has started.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#notifyStop(org.apache.shiro.session.Session)">notifyStop</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#onChange(org.apache.shiro.session.Session)">onChange</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;s)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/DefaultSessionManager.html#onChange(org.apache.shiro.session.Session)">onChange</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractValidatingSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractValidatingSessionManager.html#onExpiration(org.apache.shiro.session.Session)">onExpiration</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractValidatingSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractValidatingSessionManager.html#onExpiration(org.apache.shiro.session.Session,org.apache.shiro.session.ExpiredSessionException,org.apache.shiro.session.mgt.SessionKey)">onExpiration</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;s,
<a href="../ExpiredSessionException.html" title="class in org.apache.shiro.session">ExpiredSessionException</a>&nbsp;ese,
<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/DefaultSessionManager.html#onExpiration(org.apache.shiro.session.Session)">onExpiration</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractValidatingSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractValidatingSessionManager.html#onInvalidation(org.apache.shiro.session.Session,org.apache.shiro.session.InvalidSessionException,org.apache.shiro.session.mgt.SessionKey)">onInvalidation</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;s,
<a href="../InvalidSessionException.html" title="class in org.apache.shiro.session">InvalidSessionException</a>&nbsp;ise,
<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#onStart(org.apache.shiro.session.Session,org.apache.shiro.session.mgt.SessionContext)">onStart</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="../mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</a>&nbsp;context)</code></th>
<td class="colLast">
<div class="block">Template method that allows subclasses to react to a new session being created.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#onStop(org.apache.shiro.session.Session)">onStop</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractNativeSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractNativeSessionManager.html#onStop(org.apache.shiro.session.Session,org.apache.shiro.session.mgt.SessionKey)">onStop</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/DefaultSessionManager.html#onStop(org.apache.shiro.session.Session)">onStop</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractValidatingSessionManager.</span><code><span class="memberNameLink"><a href="../mgt/AbstractValidatingSessionManager.html#validate(org.apache.shiro.session.Session,org.apache.shiro.session.mgt.SessionKey)">validate</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="../mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../mgt/package-summary.html">org.apache.shiro.session.mgt</a> with parameters of type <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../mgt/ImmutableProxiedSession.html#%3Cinit%3E(org.apache.shiro.session.Session)">ImmutableProxiedSession</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;target)</code></th>
<td class="colLast">
<div class="block">Constructs a new instance of this class proxying the specified <code>Session</code>.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.shiro.session.mgt.eis">
<!-- -->
</a>
<h3>Uses of <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a> in <a href="../mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</a> that return <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected abstract <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/AbstractSessionDAO.html#doReadSession(java.io.Serializable)">doReadSession</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId)</code></th>
<td class="colLast">
<div class="block">Subclass implementation hook that retrieves the Session object from the underlying EIS or <code>null</code> if a
session with that ID could not be found.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">EnterpriseCacheSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/EnterpriseCacheSessionDAO.html#doReadSession(java.io.Serializable)">doReadSession</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MemorySessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/MemorySessionDAO.html#doReadSession(java.io.Serializable)">doReadSession</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#getCachedSession(java.io.Serializable)">getCachedSession</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId)</code></th>
<td class="colLast">
<div class="block">Returns the cached session with the corresponding <code>sessionId</code> or <code>null</code> if there is
no session cached under that id (or if there is no Cache).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#getCachedSession(java.io.Serializable,org.apache.shiro.cache.Cache)">getCachedSession</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId,
org.apache.shiro.cache.Cache&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>,&#8203;<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&gt;&nbsp;cache)</code></th>
<td class="colLast">
<div class="block">Returns the Session with the specified id from the specified cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/AbstractSessionDAO.html#readSession(java.io.Serializable)">readSession</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId)</code></th>
<td class="colLast">
<div class="block">Retrieves the Session object from the underlying EIS identified by <tt>sessionId</tt> by delegating to
the <a href="../mgt/eis/AbstractSessionDAO.html#doReadSession(java.io.Serializable)"><code>AbstractSessionDAO.doReadSession(java.io.Serializable)</code></a> method.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#readSession(java.io.Serializable)">readSession</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId)</code></th>
<td class="colLast">
<div class="block">Attempts to acquire the Session from the cache first using the session ID as the cache key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/SessionDAO.html#readSession(java.io.Serializable)">readSession</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId)</code></th>
<td class="colLast">
<div class="block">Retrieves the session from the EIS uniquely identified by the specified
<code>sessionId</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MemorySessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/MemorySessionDAO.html#storeSession(java.io.Serializable,org.apache.shiro.session.Session)">storeSession</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;id,
<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</a> that return types with arguments of type <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected org.apache.shiro.cache.Cache&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>,&#8203;<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#createActiveSessionsCache()">createActiveSessionsCache</a></span>()</code></th>
<td class="colLast">
<div class="block">Creates a cache instance used to store active sessions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#getActiveSessions()">getActiveSessions</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns all active sessions in the system.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MemorySessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/MemorySessionDAO.html#getActiveSessions()">getActiveSessions</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/SessionDAO.html#getActiveSessions()">getActiveSessions</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns all sessions in the EIS that are considered active, meaning all sessions that
haven't been stopped/expired.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.apache.shiro.cache.Cache&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>,&#8203;<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#getActiveSessionsCache()">getActiveSessionsCache</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the cache instance to use for storing active sessions.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</a> with parameters of type <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/AbstractSessionDAO.html#assignSessionId(org.apache.shiro.session.Session,java.io.Serializable)">assignSessionId</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId)</code></th>
<td class="colLast">
<div class="block">Utility method available to subclasses that wish to
assign a generated session ID to the session instance directly.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#cache(org.apache.shiro.session.Session,java.io.Serializable)">cache</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId)</code></th>
<td class="colLast">
<div class="block">Caches the specified session under the cache entry key of <code>sessionId</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#cache(org.apache.shiro.session.Session,java.io.Serializable,org.apache.shiro.cache.Cache)">cache</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId,
org.apache.shiro.cache.Cache&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>,&#8203;<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&gt;&nbsp;cache)</code></th>
<td class="colLast">
<div class="block">Caches the specified session in the given cache under the key of <code>sessionId</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/AbstractSessionDAO.html#create(org.apache.shiro.session.Session)">create</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Creates the session by delegating EIS creation to subclasses via the <a href="../mgt/eis/AbstractSessionDAO.html#doCreate(org.apache.shiro.session.Session)"><code>AbstractSessionDAO.doCreate(org.apache.shiro.session.Session)</code></a> method, and then
asserting that the returned sessionId is not null.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#create(org.apache.shiro.session.Session)">create</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Calls <code>super.create(session)</code>, then caches the session keyed by the returned <code>sessionId</code>, and then
returns this <code>sessionId</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/SessionDAO.html#create(org.apache.shiro.session.Session)">create</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Inserts a new Session record into the underling EIS (e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#delete(org.apache.shiro.session.Session)">delete</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Removes the specified session from any cache and then permanently deletes the session from the EIS by
delegating to <a href="../mgt/eis/CachingSessionDAO.html#doDelete(org.apache.shiro.session.Session)"><code>CachingSessionDAO.doDelete(org.apache.shiro.session.Session)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MemorySessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/MemorySessionDAO.html#delete(org.apache.shiro.session.Session)">delete</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/SessionDAO.html#delete(org.apache.shiro.session.Session)">delete</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Deletes the associated EIS record of the specified <code>session</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/AbstractSessionDAO.html#doCreate(org.apache.shiro.session.Session)">doCreate</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Subclass hook to actually persist the given <tt>Session</tt> instance to the underlying EIS.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">EnterpriseCacheSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/EnterpriseCacheSessionDAO.html#doCreate(org.apache.shiro.session.Session)">doCreate</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</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/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MemorySessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/MemorySessionDAO.html#doCreate(org.apache.shiro.session.Session)">doCreate</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected abstract void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#doDelete(org.apache.shiro.session.Session)">doDelete</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Subclass implementation hook to permanently delete the given Session from the underlying EIS.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">EnterpriseCacheSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/EnterpriseCacheSessionDAO.html#doDelete(org.apache.shiro.session.Session)">doDelete</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected abstract void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#doUpdate(org.apache.shiro.session.Session)">doUpdate</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Subclass implementation hook to actually persist the <code>Session</code>'s state to the underlying EIS.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">EnterpriseCacheSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/EnterpriseCacheSessionDAO.html#doUpdate(org.apache.shiro.session.Session)">doUpdate</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">JavaUuidSessionIdGenerator.</span><code><span class="memberNameLink"><a href="../mgt/eis/JavaUuidSessionIdGenerator.html#generateId(org.apache.shiro.session.Session)">generateId</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Ignores the method argument and simply returns
<code>UUID</code>.<a href="https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html?is-external=true#randomUUID()" title="class or interface in java.util" class="externalLink"><code>randomUUID()</code></a>.<code>toString()</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">RandomSessionIdGenerator.</span><code><span class="memberNameLink"><a href="../mgt/eis/RandomSessionIdGenerator.html#generateId(org.apache.shiro.session.Session)">generateId</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Returns the String value of the configured <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Random.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>Random</code></a>'s <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Random.html?is-external=true#nextLong()" title="class or interface in java.util" class="externalLink"><code>nextLong()</code></a> invocation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionIdGenerator.</span><code><span class="memberNameLink"><a href="../mgt/eis/SessionIdGenerator.html#generateId(org.apache.shiro.session.Session)">generateId</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Generates a new ID to be applied to the specified <code>Session</code> instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/AbstractSessionDAO.html#generateSessionId(org.apache.shiro.session.Session)">generateSessionId</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Generates a new ID to be applied to the specified <code>session</code> instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MemorySessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/MemorySessionDAO.html#storeSession(java.io.Serializable,org.apache.shiro.session.Session)">storeSession</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;id,
<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#uncache(org.apache.shiro.session.Session)">uncache</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Removes the specified Session from the cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#update(org.apache.shiro.session.Session)">update</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Updates the state of the given session to the EIS by first delegating to
<a href="../mgt/eis/CachingSessionDAO.html#doUpdate(org.apache.shiro.session.Session)"><code>CachingSessionDAO.doUpdate(org.apache.shiro.session.Session)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MemorySessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/MemorySessionDAO.html#update(org.apache.shiro.session.Session)">update</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/SessionDAO.html#update(org.apache.shiro.session.Session)">update</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Updates (persists) data from a previously created Session instance in the EIS identified by
<code>{@link Session#getId() session.getId()}</code>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Method parameters in <a href="../mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</a> with type arguments of type <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#cache(org.apache.shiro.session.Session,java.io.Serializable,org.apache.shiro.cache.Cache)">cache</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId,
org.apache.shiro.cache.Cache&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>,&#8203;<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&gt;&nbsp;cache)</code></th>
<td class="colLast">
<div class="block">Caches the specified session in the given cache under the key of <code>sessionId</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#getCachedSession(java.io.Serializable,org.apache.shiro.cache.Cache)">getCachedSession</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>&nbsp;sessionId,
org.apache.shiro.cache.Cache&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>,&#8203;<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&gt;&nbsp;cache)</code></th>
<td class="colLast">
<div class="block">Returns the Session with the specified id from the specified cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CachingSessionDAO.</span><code><span class="memberNameLink"><a href="../mgt/eis/CachingSessionDAO.html#setActiveSessionsCache(org.apache.shiro.cache.Cache)">setActiveSessionsCache</a></span>&#8203;(org.apache.shiro.cache.Cache&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>,&#8203;<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&gt;&nbsp;cache)</code></th>
<td class="colLast">
<div class="block">Sets the cache instance to use for storing active sessions.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.shiro.subject">
<!-- -->
</a>
<h3>Uses of <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a> in <a href="../../subject/package-summary.html">org.apache.shiro.subject</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../subject/package-summary.html">org.apache.shiro.subject</a> that return <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Subject.</span><code><span class="memberNameLink"><a href="../../subject/Subject.html#getSession()">getSession</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the application <code>Session</code> associated with this Subject.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Subject.</span><code><span class="memberNameLink"><a href="../../subject/Subject.html#getSession(boolean)">getSession</a></span>&#8203;(boolean&nbsp;create)</code></th>
<td class="colLast">
<div class="block">Returns the application <code>Session</code> associated with this Subject.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SubjectContext.</span><code><span class="memberNameLink"><a href="../../subject/SubjectContext.html#getSession()">getSession</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the <code>Session</code> to use when building the <code>Subject</code> instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SubjectContext.</span><code><span class="memberNameLink"><a href="../../subject/SubjectContext.html#resolveSession()">resolveSession</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../subject/package-summary.html">org.apache.shiro.subject</a> with parameters of type <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Subject.Builder.</span><code><span class="memberNameLink"><a href="../../subject/Subject.Builder.html#session(org.apache.shiro.session.Session)">session</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Ensures the <code>Subject</code> being built will use the specified <a href="../Session.html" title="interface in org.apache.shiro.session"><code>Session</code></a> instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SubjectContext.</span><code><span class="memberNameLink"><a href="../../subject/SubjectContext.html#setSession(org.apache.shiro.session.Session)">setSession</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">
<div class="block">Sets the <code>Session</code> to use when building the <code>Subject</code> instance.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.shiro.subject.support">
<!-- -->
</a>
<h3>Uses of <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a> in <a href="../../subject/support/package-summary.html">org.apache.shiro.subject.support</a></h3>
<table class="useSummary">
<caption><span>Fields in <a href="../../subject/support/package-summary.html">org.apache.shiro.subject.support</a> declared as <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DelegatingSubject.</span><code><span class="memberNameLink"><a href="../../subject/support/DelegatingSubject.html#session">session</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../subject/support/package-summary.html">org.apache.shiro.subject.support</a> that return <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DelegatingSubject.</span><code><span class="memberNameLink"><a href="../../subject/support/DelegatingSubject.html#decorate(org.apache.shiro.session.Session)">decorate</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSubjectContext.</span><code><span class="memberNameLink"><a href="../../subject/support/DefaultSubjectContext.html#getSession()">getSession</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DelegatingSubject.</span><code><span class="memberNameLink"><a href="../../subject/support/DelegatingSubject.html#getSession()">getSession</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DelegatingSubject.</span><code><span class="memberNameLink"><a href="../../subject/support/DelegatingSubject.html#getSession(boolean)">getSession</a></span>&#8203;(boolean&nbsp;create)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSubjectContext.</span><code><span class="memberNameLink"><a href="../../subject/support/DefaultSubjectContext.html#resolveSession()">resolveSession</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../subject/support/package-summary.html">org.apache.shiro.subject.support</a> with parameters of type <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DelegatingSubject.</span><code><span class="memberNameLink"><a href="../../subject/support/DelegatingSubject.html#decorate(org.apache.shiro.session.Session)">decorate</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultSubjectContext.</span><code><span class="memberNameLink"><a href="../../subject/support/DefaultSubjectContext.html#setSession(org.apache.shiro.session.Session)">setSession</a></span>&#8203;(<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../subject/support/package-summary.html">org.apache.shiro.subject.support</a> with parameters of type <a href="../Session.html" title="interface in org.apache.shiro.session">Session</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../subject/support/DelegatingSubject.html#%3Cinit%3E(org.apache.shiro.subject.PrincipalCollection,boolean,java.lang.String,org.apache.shiro.session.Session,boolean,org.apache.shiro.mgt.SecurityManager)">DelegatingSubject</a></span>&#8203;(<a href="../../subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals,
boolean&nbsp;authenticated,
<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;host,
<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
boolean&nbsp;sessionCreationEnabled,
<a href="../../mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt">SecurityManager</a>&nbsp;securityManager)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../subject/support/DelegatingSubject.html#%3Cinit%3E(org.apache.shiro.subject.PrincipalCollection,boolean,java.lang.String,org.apache.shiro.session.Session,org.apache.shiro.mgt.SecurityManager)">DelegatingSubject</a></span>&#8203;(<a href="../../subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals,
boolean&nbsp;authenticated,
<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;host,
<a href="../Session.html" title="interface in org.apache.shiro.session">Session</a>&nbsp;session,
<a href="../../mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt">SecurityManager</a>&nbsp;securityManager)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</li>
</ul>
</div>
</main>
<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><a href="../Session.html" title="interface in org.apache.shiro.session">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" 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>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>