blob: 4b728f8e1ece64b9d32c378e53c33d9793fce007 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_201) on Sat May 02 22:24:07 CEST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Overview (Apache Shiro :: Web 1.5.3 API)</title>
<meta name="date" content="2020-05-02">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview (Apache Shiro :: Web 1.5.3 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li class="navBarCell1Rev">Overview</li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-summary.html" target="_top">Frames</a></li>
<li><a href="overview-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Apache Shiro :: Web 1.5.3 API</h1>
</div>
<div class="contentContainer">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">
<caption><span>Packages</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="org/apache/shiro/web/package-summary.html">org.apache.shiro.web</a></td>
<td class="colLast">
<div class="block">Shiro's web support module to support security in any web-enabled application.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="org/apache/shiro/web/config/package-summary.html">org.apache.shiro.web.config</a></td>
<td class="colLast">
<div class="block">Web-specific implementation extensions to the <code>org.apache.shiro.config</code> components.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</a></td>
<td class="colLast">
<div class="block">Web-specific <code>Environment</code> implementation and support.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="org/apache/shiro/web/filter/package-summary.html">org.apache.shiro.web.filter</a></td>
<td class="colLast">
<div class="block">Base package supporting all Servlet <a href="https://docs.oracle.com/javaee/5/api/javax/servlet/Filter.html?is-external=true" title="class or interface in javax.servlet"><code>Filter</code></a> implementations used to control
access to web pages and URL resources.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="org/apache/shiro/web/filter/authc/package-summary.html">org.apache.shiro.web.filter.authc</a></td>
<td class="colLast">
<div class="block">Servlet <a href="https://docs.oracle.com/javaee/5/api/javax/servlet/Filter.html?is-external=true" title="class or interface in javax.servlet"><code>Filter</code></a> implementations specific to controlling access based on a
subject's authentication status, or those that can execute authentications (log-ins) directly.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="org/apache/shiro/web/filter/authz/package-summary.html">org.apache.shiro.web.filter.authz</a></td>
<td class="colLast">
<div class="block">Servlet <a href="https://docs.oracle.com/javaee/5/api/javax/servlet/Filter.html?is-external=true" title="class or interface in javax.servlet"><code>Filter</code></a> implementations that perform authorization (access control)
checks based on the Subject's abilities (for example, role or permission checks).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="org/apache/shiro/web/filter/mgt/package-summary.html">org.apache.shiro.web.filter.mgt</a></td>
<td class="colLast">
<div class="block">The filter 'mgt' (management) package contains components used in managing Filters that are available for
filter chain construction, the filter chains themselves, as well as resolving filter chains based by name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="org/apache/shiro/web/filter/session/package-summary.html">org.apache.shiro.web.filter.session</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="org/apache/shiro/web/mgt/package-summary.html">org.apache.shiro.web.mgt</a></td>
<td class="colLast">
<div class="block">Components supporting web-specific
<code>SecurityManager</code> implementations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</a></td>
<td class="colLast">
<div class="block">Shiro-specific implementations of the Servlet API (Servlet Filters, et al).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="org/apache/shiro/web/session/package-summary.html">org.apache.shiro.web.session</a></td>
<td class="colLast">
<div class="block">Components supporting Session management in web-enabled applications.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="org/apache/shiro/web/session/mgt/package-summary.html">org.apache.shiro.web.session.mgt</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="org/apache/shiro/web/subject/package-summary.html">org.apache.shiro.web.subject</a></td>
<td class="colLast">
<div class="block">Web-specific <code>Subject</code> interfaces to enable <code>Subject</code> use in web
environments.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="org/apache/shiro/web/subject/support/package-summary.html">org.apache.shiro.web.subject.support</a></td>
<td class="colLast">
<div class="block">Supporting implementations of <code>org.apache.shiro.web.subject</code> package interfaces.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</a></td>
<td class="colLast">
<div class="block">Provides the Shiro JSP Tag Library implementations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="org/apache/shiro/web/util/package-summary.html">org.apache.shiro.web.util</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li class="navBarCell1Rev">Overview</li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-summary.html" target="_top">Frames</a></li>
<li><a href="overview-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.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>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<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>
</body>
</html>