blob: 9d559efe6355ba484e4d9114120f622320d836db [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Tue Feb 25 18:16:48 EST 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Index (Apache Shiro :: Web 1.2.3 API)
</TITLE>
<META NAME="date" CONTENT="2014-02-25">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Apache Shiro :: Web 1.2.3 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#___">_</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html" title="class in org.apache.shiro.web.servlet"><B>AbstractFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>Base abstract Filter simplifying Filter initialization and <A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html#getInitParam(java.lang.String)"><CODE>access</CODE></A> to init parameters.<DT><A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html#AbstractFilter()"><B>AbstractFilter()</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html" title="class in org.apache.shiro.web.servlet">AbstractFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet"><B>AbstractShiroFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>Abstract base class that provides all standard Shiro request filtering behavior and expects
subclasses to implement configuration-specific logic (INI, XML, .properties, etc).<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#AbstractShiroFilter()"><B>AbstractShiroFilter()</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter"><B>AccessControlFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/package-summary.html">org.apache.shiro.web.filter</A><DD>Superclass for any filter that controls access to a resource and may redirect the user to the login page
if they are not authenticated.<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#AccessControlFilter()"><B>AccessControlFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#add(javax.servlet.Filter)"><B>add(Filter)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#add(int, javax.servlet.Filter)"><B>add(int, Filter)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#addAll(java.util.Collection)"><B>addAll(Collection&lt;? extends Filter&gt;)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#addAll(int, java.util.Collection)"><B>addAll(int, Collection&lt;? extends Filter&gt;)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#addDefaultFilters(boolean)"><B>addDefaultFilters(boolean)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#addFilter(java.lang.String, javax.servlet.Filter)"><B>addFilter(String, Filter)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#addFilter(java.lang.String, javax.servlet.Filter, boolean)"><B>addFilter(String, Filter, boolean)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#addFilter(java.lang.String, javax.servlet.Filter, boolean, boolean)"><B>addFilter(String, Filter, boolean, boolean)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html#addFilter(java.lang.String, javax.servlet.Filter)"><B>addFilter(String, Filter)</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainManager</A>
<DD>Adds a filter to the 'pool' of available filters that can be used when
<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html#addToChain(java.lang.String, java.lang.String, java.lang.String)"><CODE>creating filter chains</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html#addFilter(java.lang.String, javax.servlet.Filter, boolean)"><B>addFilter(String, Filter, boolean)</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainManager</A>
<DD>Adds a filter to the 'pool' of available filters that can be used when
<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html#addToChain(java.lang.String, java.lang.String, java.lang.String)"><CODE>creating filter chains</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#addToChain(java.lang.String, java.lang.String)"><B>addToChain(String, String)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#addToChain(java.lang.String, java.lang.String, java.lang.String)"><B>addToChain(String, String, String)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html#addToChain(java.lang.String, java.lang.String)"><B>addToChain(String, String)</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainManager</A>
<DD>Adds (appends) a filter to the filter chain identified by the given <code>chainName</code>.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html#addToChain(java.lang.String, java.lang.String, java.lang.String)"><B>addToChain(String, String, String)</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainManager</A>
<DD>Adds (appends) a filter to the filter chain identified by the given <code>chainName</code>.
<DT><A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html" title="class in org.apache.shiro.web.servlet"><B>AdviceFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>A Servlet Filter that enables AOP-style &quot;around&quot; advice for a ServletRequest via
<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#preHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>preHandle</CODE></A>,
<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#postHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>postHandle</CODE></A>,
and <A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#afterCompletion(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Exception)"><CODE>afterCompletion</CODE></A>
hooks.<DT><A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#AdviceFilter()"><B>AdviceFilter()</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html" title="class in org.apache.shiro.web.servlet">AdviceFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#afterBound(java.lang.String, java.lang.Object)"><B>afterBound(String, Object)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#afterCompletion(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Exception)"><B>afterCompletion(ServletRequest, ServletResponse, Exception)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html" title="class in org.apache.shiro.web.servlet">AdviceFilter</A>
<DD>Called in all cases in a <code>finally</code> block even if <A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#preHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>preHandle</CODE></A> returns
<code>false</code> or if an exception is thrown during filter chain processing.
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#afterSessionManagerSet()"><B>afterSessionManagerSet()</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#afterUnbound(java.lang.String, java.lang.Object)"><B>afterUnbound(String, Object)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html#ALREADY_FILTERED_SUFFIX"><B>ALREADY_FILTERED_SUFFIX</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html" title="class in org.apache.shiro.web.servlet">OncePerRequestFilter</A>
<DD>Suffix that gets appended to the filter name for the "already filtered" request attribute.
<DT><A HREF="./org/apache/shiro/web/filter/authc/AnonymousFilter.html" title="class in org.apache.shiro.web.filter.authc"><B>AnonymousFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authc/package-summary.html">org.apache.shiro.web.filter.authc</A><DD>Filter that allows access to a path immeidately without performing security checks of any kind.<DT><A HREF="./org/apache/shiro/web/filter/authc/AnonymousFilter.html#AnonymousFilter()"><B>AnonymousFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AnonymousFilter.html" title="class in org.apache.shiro.web.filter.authc">AnonymousFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#appendQueryProperties(java.lang.StringBuilder, java.util.Map, java.lang.String)"><B>appendQueryProperties(StringBuilder, Map, String)</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>Append query properties to the redirect URL.
<DT><A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html#appliedPaths"><B>appliedPaths</B></A> -
Variable in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html" title="class in org.apache.shiro.web.filter">PathMatchingFilter</A>
<DD>A collection of path-to-config entries where the key is a path which this filter should process and
the value is the (possibly null) configuration element specific to this Filter for that specific path.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#applyChainConfig(java.lang.String, javax.servlet.Filter, java.lang.String)"><B>applyChainConfig(String, Filter, String)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#applyFilterChainResolver(org.apache.shiro.config.Ini, java.util.Map)"><B>applyFilterChainResolver(Ini, Map&lt;String, ?&gt;)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#applyInitParams()"><B>applyInitParams()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#applySecurityManager(org.apache.shiro.config.Ini)"><B>applySecurityManager(Ini)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#ATTRIBUTE_DELIMITER"><B>ATTRIBUTE_DELIMITER</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#AUTHENTICATE_HEADER"><B>AUTHENTICATE_HEADER</B></A> -
Static variable in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>HTTP Authentication header, equal to <code>WWW-Authenticate</code>
<DT><A HREF="./org/apache/shiro/web/tags/AuthenticatedTag.html" title="class in org.apache.shiro.web.tags"><B>AuthenticatedTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>JSP tag that renders the tag body only if the current user has executed a <b>successful</b> authentication attempt
<em>during their current session</em>.<DT><A HREF="./org/apache/shiro/web/tags/AuthenticatedTag.html#AuthenticatedTag()"><B>AuthenticatedTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/AuthenticatedTag.html" title="class in org.apache.shiro.web.tags">AuthenticatedTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc"><B>AuthenticatingFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authc/package-summary.html">org.apache.shiro.web.filter.authc</A><DD>An <code>AuthenticationFilter</code> that is capable of automatically performing an authentication attempt
based on the incoming request.<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#AuthenticatingFilter()"><B>AuthenticatingFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc"><B>AuthenticationFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authc/package-summary.html">org.apache.shiro.web.filter.authc</A><DD>Base class for all Filters that require the current user to be authenticated.<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html#AuthenticationFilter()"><B>AuthenticationFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#AUTHORIZATION_HEADER"><B>AUTHORIZATION_HEADER</B></A> -
Static variable in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>HTTP Authorization header, equal to <code>Authorization</code>
<DT><A HREF="./org/apache/shiro/web/filter/authz/AuthorizationFilter.html" title="class in org.apache.shiro.web.filter.authz"><B>AuthorizationFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authz/package-summary.html">org.apache.shiro.web.filter.authz</A><DD>Superclass for authorization-related filters.<DT><A HREF="./org/apache/shiro/web/filter/authz/AuthorizationFilter.html#AuthorizationFilter()"><B>AuthorizationFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/AuthorizationFilter.html" title="class in org.apache.shiro.web.filter.authz">AuthorizationFilter</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc"><B>BasicHttpAuthenticationFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authc/package-summary.html">org.apache.shiro.web.filter.authc</A><DD>Requires the requesting user to be <CODE>authenticated</CODE> for the
request to continue, and if they're not, requires the user to login via the HTTP Basic protocol-specific challenge.<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#BasicHttpAuthenticationFilter()"><B>BasicHttpAuthenticationFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#beforeLogout(org.apache.shiro.subject.Subject)"><B>beforeLogout(Subject)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#buildChains(org.apache.shiro.web.filter.mgt.FilterChainManager, org.apache.shiro.config.Ini)"><B>buildChains(FilterChainManager, Ini)</B></A> -
Method in class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#buildHeaderValue(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, int, int, boolean, boolean)"><B>buildHeaderValue(String, String, String, String, String, int, int, boolean, boolean)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html#buildPermissions(javax.servlet.http.HttpServletRequest, java.lang.String[], java.lang.String)"><B>buildPermissions(HttpServletRequest, String[], String)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html" title="class in org.apache.shiro.web.filter.authz">HttpMethodPermissionFilter</A>
<DD>Returns a collection of String permissions with which to perform a permission check to determine if the filter
will allow the request to continue.
<DT><A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html#buildPermissions(java.lang.String[], java.lang.String)"><B>buildPermissions(String[], String)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html" title="class in org.apache.shiro.web.filter.authz">HttpMethodPermissionFilter</A>
<DD>Builds a new array of permission strings based on the original argument, appending the specified action verb
to each one per <CODE>WildcardPermission</CODE> conventions.
<DT><A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html#buildWebSubject()"><B>buildWebSubject()</B></A> -
Method in class org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html" title="class in org.apache.shiro.web.subject">WebSubject.Builder</A>
<DD>Returns <CODE>super.buildSubject()</CODE>, but additionally ensures that the returned instance
is an <code>instanceof</code> <A HREF="./org/apache/shiro/web/subject/WebSubject.html" title="interface in org.apache.shiro.web.subject"><CODE>WebSubject</CODE></A> and to support a type-safe method so a caller
does not have to cast.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#cleanup(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Exception)"><B>cleanup(ServletRequest, ServletResponse, Exception)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>Overrides the default behavior to call <A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><CODE>AccessControlFilter.onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)</CODE></A> and swallow the exception if the exception is
<CODE>UnauthenticatedException</CODE>.
<DT><A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#cleanup(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Exception)"><B>cleanup(ServletRequest, ServletResponse, Exception)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html" title="class in org.apache.shiro.web.servlet">AdviceFilter</A>
<DD>Executes cleanup logic in the <code>finally</code> code block in the
<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#doFilterInternal(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><CODE>doFilterInternal</CODE></A>
implementation.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#clear()"><B>clear()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#COMMENT_ATTRIBUTE_NAME"><B>COMMENT_ATTRIBUTE_NAME</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#CONFIG_INIT_PARAM_NAME"><B>CONFIG_INIT_PARAM_NAME</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html#CONFIG_LOCATIONS_PARAM"><B>CONFIG_LOCATIONS_PARAM</B></A> -
Static variable in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html" title="class in org.apache.shiro.web.env">EnvironmentLoader</A>
<DD>Servlet Context config param for the resource path to use for configuring the <A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A> instance:
<code>shiroConfigLocations</code>
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#CONFIG_PATH_INIT_PARAM_NAME"><B>CONFIG_PATH_INIT_PARAM_NAME</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#configure()"><B>configure()</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env">IniWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#configure()"><B>configure()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#contains(java.lang.Object)"><B>contains(Object)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#containsAll(java.util.Collection)"><B>containsAll(Collection&lt;?&gt;)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoaderListener.html#contextDestroyed(javax.servlet.ServletContextEvent)"><B>contextDestroyed(ServletContextEvent)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/EnvironmentLoaderListener.html" title="class in org.apache.shiro.web.env">EnvironmentLoaderListener</A>
<DD>Destroys any previously created/bound <code>WebEnvironment</code> instance created by
the <A HREF="./org/apache/shiro/web/env/EnvironmentLoaderListener.html#contextInitialized(javax.servlet.ServletContextEvent)"><CODE>EnvironmentLoaderListener.contextInitialized(javax.servlet.ServletContextEvent)</CODE></A> method.
<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoaderListener.html#contextInitialized(javax.servlet.ServletContextEvent)"><B>contextInitialized(ServletContextEvent)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/EnvironmentLoaderListener.html" title="class in org.apache.shiro.web.env">EnvironmentLoaderListener</A>
<DD>Initializes the Shiro <code>WebEnvironment</code> and binds it to the <code>ServletContext</code> at application
startup for future reference.
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#convertConfigToIni(java.lang.String)"><B>convertConfigToIni(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#convertPathToIni(java.lang.String)"><B>convertPathToIni(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;Converts the specified file path to an <CODE>Ini</CODE> instance.
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet"><B>Cookie</B></A> - Interface in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>Interface representing HTTP cookie operations, supporting pojo-style getters and setters for all
attributes which includes <a href="http://www.owasp.org/index.php/HttpOnly">HttpOnly</a> support.<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#COOKIE_DATE_FORMAT_STRING"><B>COOKIE_DATE_FORMAT_STRING</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#COOKIE_HEADER_NAME"><B>COOKIE_HEADER_NAME</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#COOKIE_SESSION_ID_SOURCE"><B>COOKIE_SESSION_ID_SOURCE</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html" title="class in org.apache.shiro.web.mgt"><B>CookieRememberMeManager</B></A> - Class in <A HREF="./org/apache/shiro/web/mgt/package-summary.html">org.apache.shiro.web.mgt</A><DD>Remembers a Subject's identity by saving the Subject's <CODE>principals</CODE> to a <A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet"><CODE>Cookie</CODE></A>
for later retrieval.<DT><A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html#CookieRememberMeManager()"><B>CookieRememberMeManager()</B></A> -
Constructor for class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html" title="class in org.apache.shiro.web.mgt">CookieRememberMeManager</A>
<DD>Constructs a new <code>CookieRememberMeManager</code> with a default <code>rememberMe</code> cookie template.
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#copy(org.apache.shiro.subject.SubjectContext)"><B>copy(SubjectContext)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#createChain(java.lang.String, java.lang.String)"><B>createChain(String, String)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html#createChain(java.lang.String, java.lang.String)"><B>createChain(String, String)</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainManager</A>
<DD>Creates a filter chain for the given <code>chainName</code> with the specified <code>chainDefinition</code>
String.
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#createChains(java.util.Map, org.apache.shiro.web.filter.mgt.FilterChainManager)"><B>createChains(Map&lt;String, String&gt;, FilterChainManager)</B></A> -
Method in class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#createDefaultInstance()"><B>createDefaultInstance()</B></A> -
Method in class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/config/WebIniSecurityManagerFactory.html#createDefaultInstance()"><B>createDefaultInstance()</B></A> -
Method in class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/WebIniSecurityManagerFactory.html" title="class in org.apache.shiro.web.config">WebIniSecurityManagerFactory</A>
<DD>Simply returns <code>new <A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt"><CODE>DefaultWebSecurityManager</CODE></A>();</code> to ensure a web-capable
<code>SecurityManager</code> is available by default.
<DT><A HREF="./org/apache/shiro/web/config/WebIniSecurityManagerFactory.html#createDefaults(org.apache.shiro.config.Ini, org.apache.shiro.config.Ini.Section)"><B>createDefaults(Ini, Ini.Section)</B></A> -
Method in class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/WebIniSecurityManagerFactory.html" title="class in org.apache.shiro.web.config">WebIniSecurityManagerFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#createDefaultSecurityManager()"><B>createDefaultSecurityManager()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html#createEnvironment(javax.servlet.ServletContext)"><B>createEnvironment(ServletContext)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html" title="class in org.apache.shiro.web.env">EnvironmentLoader</A>
<DD>Instantiates a <A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A> based on the specified ServletContext.
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#createExposedSession(org.apache.shiro.session.Session, org.apache.shiro.session.mgt.SessionContext)"><B>createExposedSession(Session, SessionContext)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#createExposedSession(org.apache.shiro.session.Session, org.apache.shiro.session.mgt.SessionKey)"><B>createExposedSession(Session, SessionKey)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#createFilterChainResolver()"><B>createFilterChainResolver()</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env">IniWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#createIni(java.lang.String, boolean)"><B>createIni(String, boolean)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env">IniWebEnvironment</A>
<DD>Creates an <CODE>Ini</CODE> instance reflecting the specified path, or <code>null</code> if the path does not exist and
is not required.
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#createInstance(org.apache.shiro.config.Ini)"><B>createInstance(Ini)</B></A> -
Method in class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilter.html#createInstanceMap(javax.servlet.FilterConfig)"><B>createInstanceMap(FilterConfig)</B></A> -
Static method in enum org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilter.html" title="enum in org.apache.shiro.web.filter.mgt">DefaultFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html#createSession(org.apache.shiro.session.mgt.SessionContext)"><B>createSession(SessionContext)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html" title="class in org.apache.shiro.web.session.mgt">ServletContainerSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html#createSession(javax.servlet.http.HttpSession, java.lang.String)"><B>createSession(HttpSession, String)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html" title="class in org.apache.shiro.web.session.mgt">ServletContainerSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#createSessionContext(org.apache.shiro.subject.SubjectContext)"><B>createSessionContext(SubjectContext)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html#createSessionContext()"><B>createSessionContext()</B></A> -
Method in class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html" title="class in org.apache.shiro.web.subject.support">WebDelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#createSessionManager(java.lang.String)"><B>createSessionManager(String)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSubjectFactory.html#createSubject(org.apache.shiro.subject.SubjectContext)"><B>createSubject(SubjectContext)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSubjectFactory.html" title="class in org.apache.shiro.web.mgt">DefaultWebSubjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#createSubject(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>createSubject(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>Creates a <A HREF="./org/apache/shiro/web/subject/WebSubject.html" title="interface in org.apache.shiro.web.subject"><CODE>WebSubject</CODE></A> instance to associate with the incoming request/response pair which will be used
throughout the request/response execution.
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#createSubjectContext()"><B>createSubjectContext()</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#createToken(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>createToken(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#createToken(java.lang.String, java.lang.String, javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>createToken(String, String, ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#createToken(java.lang.String, java.lang.String, boolean, java.lang.String)"><B>createToken(String, String, boolean, String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#createToken(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>createToken(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Creates an AuthenticationToken for use during login attempt with the provided credentials in the http header.
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#createToken(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>createToken(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#createWebSecurityManager()"><B>createWebSecurityManager()</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env">IniWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#currentRequest"><B>currentRequest</B></A> -
Variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html#customizeEnvironment(org.apache.shiro.web.env.WebEnvironment)"><B>customizeEnvironment(WebEnvironment)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html" title="class in org.apache.shiro.web.env">EnvironmentLoader</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#DAY_MILLIS"><B>DAY_MILLIS</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#decodeRequestString(javax.servlet.http.HttpServletRequest, java.lang.String)"><B>decodeRequestString(HttpServletRequest, String)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Decode the given source string with a URLDecoder.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#DEFAULT_CHARACTER_ENCODING"><B>DEFAULT_CHARACTER_ENCODING</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Default character encoding to use when <code>request.getCharacterEncoding</code>
returns <code>null</code>, according to the Servlet spec.
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#DEFAULT_ENCODING_SCHEME"><B>DEFAULT_ENCODING_SCHEME</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>The default encoding scheme: UTF-8
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#DEFAULT_ERROR_KEY_ATTRIBUTE_NAME"><B>DEFAULT_ERROR_KEY_ATTRIBUTE_NAME</B></A> -
Static variable in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html#DEFAULT_HTTP_PORT"><B>DEFAULT_HTTP_PORT</B></A> -
Static variable in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html" title="class in org.apache.shiro.web.filter.authz">PortFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/SslFilter.html#DEFAULT_HTTPS_PORT"><B>DEFAULT_HTTPS_PORT</B></A> -
Static variable in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/SslFilter.html" title="class in org.apache.shiro.web.filter.authz">SslFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#DEFAULT_LOGIN_URL"><B>DEFAULT_LOGIN_URL</B></A> -
Static variable in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Simple default login URL equal to <code>/login.jsp</code>, which can be overridden by calling the
<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#setLoginUrl(java.lang.String)"><CODE>setLoginUrl</CODE></A> method.
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#DEFAULT_MAX_AGE"><B>DEFAULT_MAX_AGE</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD><code>-1</code>, indicating the cookie should expire when the browser closes.
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#DEFAULT_PASSWORD_PARAM"><B>DEFAULT_PASSWORD_PARAM</B></A> -
Static variable in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html#DEFAULT_REDIRECT_URL"><B>DEFAULT_REDIRECT_URL</B></A> -
Static variable in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html" title="class in org.apache.shiro.web.filter.authc">LogoutFilter</A>
<DD>The default redirect URL to where the user will be redirected after logout.
<DT><A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html#DEFAULT_REMEMBER_ME_COOKIE_NAME"><B>DEFAULT_REMEMBER_ME_COOKIE_NAME</B></A> -
Static variable in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html" title="class in org.apache.shiro.web.mgt">CookieRememberMeManager</A>
<DD>The default name of the underlying rememberMe cookie which is <code>rememberMe</code>.
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#DEFAULT_REMEMBER_ME_PARAM"><B>DEFAULT_REMEMBER_ME_PARAM</B></A> -
Static variable in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#DEFAULT_SESSION_ID_NAME"><B>DEFAULT_SESSION_ID_NAME</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html#DEFAULT_SUCCESS_URL"><B>DEFAULT_SUCCESS_URL</B></A> -
Static variable in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#DEFAULT_USERNAME_PARAM"><B>DEFAULT_USERNAME_PARAM</B></A> -
Static variable in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#DEFAULT_VERSION"><B>DEFAULT_VERSION</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD><code>-1</code> indicating that no version property should be set on the cookie.
<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#DEFAULT_WEB_INI_RESOURCE_PATH"><B>DEFAULT_WEB_INI_RESOURCE_PATH</B></A> -
Static variable in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env">IniWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#DEFAULT_WEB_INI_RESOURCE_PATH"><B>DEFAULT_WEB_INI_RESOURCE_PATH</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilter.html" title="enum in org.apache.shiro.web.filter.mgt"><B>DefaultFilter</B></A> - Enum in <A HREF="./org/apache/shiro/web/filter/mgt/package-summary.html">org.apache.shiro.web.filter.mgt</A><DD>Enum representing all of the default Shiro Filter instances available to web applications.<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt"><B>DefaultFilterChainManager</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/mgt/package-summary.html">org.apache.shiro.web.filter.mgt</A><DD>Default <A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt"><CODE>FilterChainManager</CODE></A> implementation maintaining a map of <CODE>Filter</CODE> instances
(key: filter name, value: Filter) as well as a map of <A HREF="./org/apache/shiro/web/filter/mgt/NamedFilterList.html" title="interface in org.apache.shiro.web.filter.mgt"><CODE>NamedFilterList</CODE></A>s created from these
<code>Filter</code>s (key: filter chain name, value: NamedFilterList).<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#DefaultFilterChainManager()"><B>DefaultFilterChainManager()</B></A> -
Constructor for class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#DefaultFilterChainManager(javax.servlet.FilterConfig)"><B>DefaultFilterChainManager(FilterConfig)</B></A> -
Constructor for class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html" title="class in org.apache.shiro.web.env"><B>DefaultWebEnvironment</B></A> - Class in <A HREF="./org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</A><DD>Default <A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A> implementation based on a backing <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A> instance.<DT><A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html#DefaultWebEnvironment()"><B>DefaultWebEnvironment()</B></A> -
Constructor for class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html" title="class in org.apache.shiro.web.env">DefaultWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt"><B>DefaultWebSecurityManager</B></A> - Class in <A HREF="./org/apache/shiro/web/mgt/package-summary.html">org.apache.shiro.web.mgt</A><DD>Default <A HREF="./org/apache/shiro/web/mgt/WebSecurityManager.html" title="interface in org.apache.shiro.web.mgt"><CODE>WebSecurityManager</CODE></A> implementation used in web-based applications or any
application that requires HTTP connectivity (SOAP, http remoting, etc).<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#DefaultWebSecurityManager()"><B>DefaultWebSecurityManager()</B></A> -
Constructor for class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#DefaultWebSecurityManager(org.apache.shiro.realm.Realm)"><B>DefaultWebSecurityManager(Realm)</B></A> -
Constructor for class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#DefaultWebSecurityManager(java.util.Collection)"><B>DefaultWebSecurityManager(Collection&lt;Realm&gt;)</B></A> -
Constructor for class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html" title="class in org.apache.shiro.web.session.mgt"><B>DefaultWebSessionContext</B></A> - Class in <A HREF="./org/apache/shiro/web/session/mgt/package-summary.html">org.apache.shiro.web.session.mgt</A><DD>Default implementation of the <A HREF="./org/apache/shiro/web/session/mgt/WebSessionContext.html" title="interface in org.apache.shiro.web.session.mgt"><CODE>WebSessionContext</CODE></A> interface which provides getters and setters that
wrap interaction with the underlying backing context map.<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html#DefaultWebSessionContext()"><B>DefaultWebSessionContext()</B></A> -
Constructor for class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html#DefaultWebSessionContext(java.util.Map)"><B>DefaultWebSessionContext(Map&lt;String, Object&gt;)</B></A> -
Constructor for class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt"><B>DefaultWebSessionManager</B></A> - Class in <A HREF="./org/apache/shiro/web/session/mgt/package-summary.html">org.apache.shiro.web.session.mgt</A><DD>Web-application capable <CODE>SessionManager</CODE> implementation.<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#DefaultWebSessionManager()"><B>DefaultWebSessionManager()</B></A> -
Constructor for class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSessionStorageEvaluator.html" title="class in org.apache.shiro.web.mgt"><B>DefaultWebSessionStorageEvaluator</B></A> - Class in <A HREF="./org/apache/shiro/web/mgt/package-summary.html">org.apache.shiro.web.mgt</A><DD>A web-specific <code>SessionStorageEvaluator</code> that performs the same logic as the parent class
<CODE>DefaultSessionStorageEvaluator</CODE> but additionally checks for a request-specific flag that may enable or
disable session access.<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSessionStorageEvaluator.html#DefaultWebSessionStorageEvaluator()"><B>DefaultWebSessionStorageEvaluator()</B></A> -
Constructor for class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSessionStorageEvaluator.html" title="class in org.apache.shiro.web.mgt">DefaultWebSessionStorageEvaluator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html" title="class in org.apache.shiro.web.subject.support"><B>DefaultWebSubjectContext</B></A> - Class in <A HREF="./org/apache/shiro/web/subject/support/package-summary.html">org.apache.shiro.web.subject.support</A><DD>Default <code>WebSubjectContext</code> implementation that provides for additional storage and retrieval of
a <CODE>ServletRequest</CODE> and <CODE>ServletResponse</CODE>.<DT><A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html#DefaultWebSubjectContext()"><B>DefaultWebSubjectContext()</B></A> -
Constructor for class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html" title="class in org.apache.shiro.web.subject.support">DefaultWebSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html#DefaultWebSubjectContext(org.apache.shiro.web.subject.WebSubjectContext)"><B>DefaultWebSubjectContext(WebSubjectContext)</B></A> -
Constructor for class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html" title="class in org.apache.shiro.web.subject.support">DefaultWebSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSubjectFactory.html" title="class in org.apache.shiro.web.mgt"><B>DefaultWebSubjectFactory</B></A> - Class in <A HREF="./org/apache/shiro/web/mgt/package-summary.html">org.apache.shiro.web.mgt</A><DD>A <code>SubjectFactory</code> implementation that creates <A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html" title="class in org.apache.shiro.web.subject.support"><CODE>WebDelegatingSubject</CODE></A> instances.<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSubjectFactory.html#DefaultWebSubjectFactory()"><B>DefaultWebSubjectFactory()</B></A> -
Constructor for class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSubjectFactory.html" title="class in org.apache.shiro.web.mgt">DefaultWebSubjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#DELETED_COOKIE_VALUE"><B>DELETED_COOKIE_VALUE</B></A> -
Static variable in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>The value of deleted cookie (with the maxAge 0).
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html#destroy()"><B>destroy()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html" title="class in org.apache.shiro.web.servlet">AbstractFilter</A>
<DD>Default no-op implementation that can be overridden by subclasses for custom cleanup behavior.
<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html#destroyEnvironment(javax.servlet.ServletContext)"><B>destroyEnvironment(ServletContext)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html" title="class in org.apache.shiro.web.env">EnvironmentLoader</A>
<DD>Destroys the <A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A> for the given servlet context.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#determineEncoding(javax.servlet.http.HttpServletRequest)"><B>determineEncoding(HttpServletRequest)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Determine the encoding for the given request.
<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html#determineWebEnvironmentClass(javax.servlet.ServletContext)"><B>determineWebEnvironmentClass(ServletContext)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html" title="class in org.apache.shiro.web.env">EnvironmentLoader</A>
<DD>Return the WebEnvironment implementation class to use, either the default
<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env"><CODE>IniWebEnvironment</CODE></A> or a custom class if specified.
<DT><A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html#doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>doFilter(ServletRequest, ServletResponse, FilterChain)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html" title="class in org.apache.shiro.web.servlet">OncePerRequestFilter</A>
<DD>This <code>doFilter</code> implementation stores a request attribute for
"already filtered", proceeding without filtering again if the
attribute is already there.
<DT><A HREF="./org/apache/shiro/web/servlet/ProxiedFilterChain.html#doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>doFilter(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ProxiedFilterChain.html" title="class in org.apache.shiro.web.servlet">ProxiedFilterChain</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#doFilterInternal(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>doFilterInternal(ServletRequest, ServletResponse, FilterChain)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD><code>doFilterInternal</code> implementation that sets-up, executes, and cleans-up a Shiro-filtered request.
<DT><A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#doFilterInternal(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>doFilterInternal(ServletRequest, ServletResponse, FilterChain)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html" title="class in org.apache.shiro.web.servlet">AdviceFilter</A>
<DD>Actually implements the chain execution logic, utilizing
<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#preHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>pre</CODE></A>,
<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#postHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>post</CODE></A>, and
<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#afterCompletion(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Exception)"><CODE>after</CODE></A>
advice hooks.
<DT><A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html#doFilterInternal(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>doFilterInternal(ServletRequest, ServletResponse, FilterChain)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html" title="class in org.apache.shiro.web.servlet">OncePerRequestFilter</A>
<DD>Same contract as for
<A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html#doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><CODE>OncePerRequestFilter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)</CODE></A>,
but guaranteed to be invoked only once per request.
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#DOMAIN_ATTRIBUTE_NAME"><B>DOMAIN_ATTRIBUTE_NAME</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/SecureTag.html#doStartTag()"><B>doStartTag()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/SecureTag.html" title="class in org.apache.shiro.web.tags">SecureTag</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html#encodeRedirectURL(java.lang.String)"><B>encodeRedirectURL(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletResponse</A>
<DD>Encode the session identifier associated with this response
into the specified redirect URL, if necessary.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html#encodeRedirectUrl(java.lang.String)"><B>encodeRedirectUrl(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletResponse</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html#encodeURL(java.lang.String)"><B>encodeURL(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletResponse</A>
<DD>Encode the session identifier associated with this response
into the specified URL, if necessary.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html#encodeUrl(java.lang.String)"><B>encodeUrl(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletResponse</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#ensureChain(java.lang.String)"><B>ensureChain(String)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html#ENVIRONMENT_ATTRIBUTE_KEY"><B>ENVIRONMENT_ATTRIBUTE_KEY</B></A> -
Static variable in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html" title="class in org.apache.shiro.web.env">EnvironmentLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html#ENVIRONMENT_CLASS_PARAM"><B>ENVIRONMENT_CLASS_PARAM</B></A> -
Static variable in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html" title="class in org.apache.shiro.web.env">EnvironmentLoader</A>
<DD>Servlet Context config param for specifying the <A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A> implementation class to use:
<code>shiroEnvironmentClass</code>
<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html" title="class in org.apache.shiro.web.env"><B>EnvironmentLoader</B></A> - Class in <A HREF="./org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</A><DD>An <code>EnvironmentLoader</code> is responsible for loading a web application's Shiro <A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A>
(which includes the web app's <A HREF="./org/apache/shiro/web/mgt/WebSecurityManager.html" title="interface in org.apache.shiro.web.mgt"><CODE>WebSecurityManager</CODE></A>) into the
<code>ServletContext</code> at application startup.<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html#EnvironmentLoader()"><B>EnvironmentLoader()</B></A> -
Constructor for class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html" title="class in org.apache.shiro.web.env">EnvironmentLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoaderListener.html" title="class in org.apache.shiro.web.env"><B>EnvironmentLoaderListener</B></A> - Class in <A HREF="./org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</A><DD>Bootstrap listener to startup and shutdown the web application's Shiro
<A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A> at ServletContext startup and shutdown respectively.<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoaderListener.html#EnvironmentLoaderListener()"><B>EnvironmentLoaderListener()</B></A> -
Constructor for class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/EnvironmentLoaderListener.html" title="class in org.apache.shiro.web.env">EnvironmentLoaderListener</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#executeChain(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>executeChain(ServletRequest, ServletResponse, FilterChain)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>Executes a <CODE>FilterChain</CODE> for the given request.
<DT><A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#executeChain(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>executeChain(ServletRequest, ServletResponse, FilterChain)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html" title="class in org.apache.shiro.web.servlet">AdviceFilter</A>
<DD>Actually executes the specified filter chain by calling <code>chain.doFilter(request,response);</code>.
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#executeLogin(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>executeLogin(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#EXPIRES_ATTRIBUTE_NAME"><B>EXPIRES_ATTRIBUTE_NAME</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt"><B>FilterChainManager</B></A> - Interface in <A HREF="./org/apache/shiro/web/filter/mgt/package-summary.html">org.apache.shiro.web.filter.mgt</A><DD>A <code>FilterChainManager</code> manages the creation and modification of <CODE>Filter</CODE> chains from an available pool
of <CODE>Filter</CODE> instances.<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainResolver.html" title="interface in org.apache.shiro.web.filter.mgt"><B>FilterChainResolver</B></A> - Interface in <A HREF="./org/apache/shiro/web/filter/mgt/package-summary.html">org.apache.shiro.web.filter.mgt</A><DD>A <code>FilterChainResolver</code> can resolve an appropriate <CODE>FilterChain</CODE> to execute during a
<code>ServletRequest</code>.<DT><A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html#filterConfig"><B>filterConfig</B></A> -
Variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html" title="class in org.apache.shiro.web.servlet">AbstractFilter</A>
<DD>FilterConfig provided by the Servlet container at start-up.
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#FILTERS"><B>FILTERS</B></A> -
Static variable in class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html#forgetIdentity(org.apache.shiro.subject.Subject)"><B>forgetIdentity(Subject)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html" title="class in org.apache.shiro.web.mgt">CookieRememberMeManager</A>
<DD>Removes the 'rememberMe' cookie from the associated <A HREF="./org/apache/shiro/web/subject/WebSubject.html" title="interface in org.apache.shiro.web.subject"><CODE>WebSubject</CODE></A>'s request/response pair.
<DT><A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html#forgetIdentity(org.apache.shiro.subject.SubjectContext)"><B>forgetIdentity(SubjectContext)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html" title="class in org.apache.shiro.web.mgt">CookieRememberMeManager</A>
<DD>Removes the 'rememberMe' cookie from the associated <A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html" title="interface in org.apache.shiro.web.subject"><CODE>WebSubjectContext</CODE></A>'s request/response pair.
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc"><B>FormAuthenticationFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authc/package-summary.html">org.apache.shiro.web.filter.authc</A><DD>Requires the requesting user to be authenticated for the request to continue, and if they are not, forces the user
to login via by redirecting them to the <A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#setLoginUrl(java.lang.String)"><CODE>loginUrl</CODE></A> you configure.<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#FormAuthenticationFilter()"><B>FormAuthenticationFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#FORWARD_CONTEXT_PATH_ATTRIBUTE"><B>FORWARD_CONTEXT_PATH_ATTRIBUTE</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#FORWARD_PATH_INFO_ATTRIBUTE"><B>FORWARD_PATH_INFO_ATTRIBUTE</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#FORWARD_QUERY_STRING_ATTRIBUTE"><B>FORWARD_QUERY_STRING_ATTRIBUTE</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#FORWARD_REQUEST_URI_ATTRIBUTE"><B>FORWARD_REQUEST_URI_ATTRIBUTE</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Standard Servlet 2.4+ spec request attributes for forward URI and paths.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#FORWARD_SERVLET_PATH_ATTRIBUTE"><B>FORWARD_SERVLET_PATH_ATTRIBUTE</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#get(int)"><B>get(int)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#GET_METHOD"><B>GET_METHOD</B></A> -
Static variable in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Constant representing the HTTP 'GET' request method, equal to <code>GET</code>.
<DT><A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html#getAlreadyFilteredAttributeName()"><B>getAlreadyFilteredAttributeName()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html" title="class in org.apache.shiro.web.servlet">OncePerRequestFilter</A>
<DD>Return name of the request attribute that identifies that a request has already been filtered.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getAndClearSavedRequest(javax.servlet.ServletRequest)"><B>getAndClearSavedRequest(ServletRequest)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#getApplicationName()"><B>getApplicationName()</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Returns the name to use in the ServletResponse's <b><code>WWW-Authenticate</code></b> header.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#getAttribute(java.lang.Object)"><B>getAttribute(Object)</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#getAttributeKeys()"><B>getAttributeKeys()</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#getAttributeNames()"><B>getAttributeNames()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#getAuthcScheme()"><B>getAuthcScheme()</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Returns the HTTP <b><code>WWW-Authenticate</code></b> header scheme that this filter will use when sending
the HTTP Basic challenge response.
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#getAuthzHeader(javax.servlet.ServletRequest)"><B>getAuthzHeader(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Returns the <A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#AUTHORIZATION_HEADER"><CODE>AUTHORIZATION_HEADER</CODE></A> from the specified ServletRequest.
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#getAuthzScheme()"><B>getAuthzScheme()</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Returns the HTTP <b><code>Authorization</code></b> header value that this filter will respond to as indicating
a login request.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#getChain(java.lang.String)"><B>getChain(String)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html#getChain(java.lang.String)"><B>getChain(String)</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainManager</A>
<DD>Returns the filter chain identified by the specified <code>chainName</code> or <code>null</code> if there is no chain with
that name.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainResolver.html#getChain(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>getChain(ServletRequest, ServletResponse, FilterChain)</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainResolver.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainResolver</A>
<DD>Returns the filter chain that should be executed for the given request, or <code>null</code> if the
original chain should be used.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html#getChain(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>getChain(ServletRequest, ServletResponse, FilterChain)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html" title="class in org.apache.shiro.web.filter.mgt">PathMatchingFilterChainResolver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#getChainNames()"><B>getChainNames()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html#getChainNames()"><B>getChainNames()</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainManager</A>
<DD>Returns the names of all configured chains or an empty <code>Set</code> if no chains have been configured.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getCleanParam(javax.servlet.ServletRequest, java.lang.String)"><B>getCleanParam(ServletRequest, String)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Convenience method that returns a request parameter value, first running it through
<CODE>StringUtils.clean(String)</CODE>.
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#getComment()"><B>getComment()</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#getComment()"><B>getComment()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#getConfig()"><B>getConfig()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;Returns the actual INI configuration text to use to build the <CODE>SecurityManager</CODE> and
<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainResolver.html" title="interface in org.apache.shiro.web.filter.mgt"><CODE>FilterChainResolver</CODE></A> used by the web application or <code>null</code> if the
<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#getConfigPath()"><CODE>configPath</CODE></A> should be used to load a fallback INI source.
<DT><A HREF="./org/apache/shiro/web/env/ResourceBasedWebEnvironment.html#getConfigLocations()"><B>getConfigLocations()</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/ResourceBasedWebEnvironment.html" title="class in org.apache.shiro.web.env">ResourceBasedWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#getConfigPath()"><B>getConfigPath()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;Returns the config path to be used to load a .ini file for configuration if a configuration is
not specified via the <A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#getConfig()"><CODE>config</CODE></A> attribute.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html#getContext()"><B>getContext()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletResponse</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html#getContextAttribute(java.lang.String)"><B>getContextAttribute(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html" title="class in org.apache.shiro.web.servlet">ServletContextSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html#getContextInitParam(java.lang.String)"><B>getContextInitParam(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html" title="class in org.apache.shiro.web.servlet">ServletContextSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getContextPath(javax.servlet.http.HttpServletRequest)"><B>getContextPath(HttpServletRequest)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Return the context path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
<DT><A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html#getCookie()"><B>getCookie()</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html" title="class in org.apache.shiro.web.mgt">CookieRememberMeManager</A>
<DD>Returns the cookie 'template' that will be used to set all attributes of outgoing rememberMe cookies created by
this <code>RememberMeManager</code>.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#getCreationTime()"><B>getCreationTime()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#getDefaultConfigLocations()"><B>getDefaultConfigLocations()</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env">IniWebEnvironment</A>
<DD>Returns an array with two elements, <code>/WEB-INF/shiro.ini</code> and <code>classpath:shiro.ini</code>.
<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#getDefaultIni()"><B>getDefaultIni()</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env">IniWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/PrincipalTag.html#getDefaultValue()"><B>getDefaultValue()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PrincipalTag.html" title="class in org.apache.shiro.web.tags">PrincipalTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#getDomain()"><B>getDomain()</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#getDomain()"><B>getDomain()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#getExecutionChain(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>getExecutionChain(ServletRequest, ServletResponse, FilterChain)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>Returns the <code>FilterChain</code> to execute for the given request.
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#getFailureKeyAttribute()"><B>getFailureKeyAttribute()</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#getFilter(java.lang.String)"><B>getFilter(String)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html#getFilterChainManager()"><B>getFilterChainManager()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html" title="class in org.apache.shiro.web.filter.mgt">PathMatchingFilterChainResolver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html#getFilterChainResolver()"><B>getFilterChainResolver()</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html" title="class in org.apache.shiro.web.env">DefaultWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/WebEnvironment.html#getFilterChainResolver()"><B>getFilterChainResolver()</B></A> -
Method in interface org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env">WebEnvironment</A>
<DD>Returns the web application's <code>FilterChainResolver</code> if one has been configured or <code>null</code> if one
is not available.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#getFilterChainResolver()"><B>getFilterChainResolver()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#getFilterChains()"><B>getFilterChains()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilter.html#getFilterClass()"><B>getFilterClass()</B></A> -
Method in enum org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilter.html" title="enum in org.apache.shiro.web.filter.mgt">DefaultFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#getFilterConfig()"><B>getFilterConfig()</B></A> -
Method in class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#getFilterConfig()"><B>getFilterConfig()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>Returns the <code>FilterConfig</code> provided by the Servlet container at webapp startup.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html#getFilterConfig()"><B>getFilterConfig()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html" title="class in org.apache.shiro.web.servlet">AbstractFilter</A>
<DD>Returns the servlet container specified <code>FilterConfig</code> instance provided at
<A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html#init(javax.servlet.FilterConfig)"><CODE>startup</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#getFilters(java.util.Map, java.util.Map)"><B>getFilters(Map&lt;String, String&gt;, Map&lt;String, ?&gt;)</B></A> -
Method in class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#getFilters()"><B>getFilters()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html#getFilters()"><B>getFilters()</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainManager</A>
<DD>Returns the pool of available <code>Filter</code>s managed by this manager, keyed by <code>name</code>.
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#getHost(javax.servlet.ServletRequest)"><B>getHost(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>Returns the host name or IP associated with the current subject.
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#getHost()"><B>getHost()</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html#getHttpMethodAction(javax.servlet.ServletRequest)"><B>getHttpMethodAction(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html" title="class in org.apache.shiro.web.filter.authz">HttpMethodPermissionFilter</A>
<DD>Determines the action (verb) attempting to be performed on the filtered resource by the current request.
<DT><A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html#getHttpMethodAction(java.lang.String)"><B>getHttpMethodAction(String)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html" title="class in org.apache.shiro.web.filter.authz">HttpMethodPermissionFilter</A>
<DD>Determines the corresponding application action that will be performed on the filtered resource based on the
specified HTTP method (GET, POST, etc).
<DT><A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html#getHttpMethodActions()"><B>getHttpMethodActions()</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html" title="class in org.apache.shiro.web.filter.authz">HttpMethodPermissionFilter</A>
<DD>Returns the HTTP Method name (key) to action verb (value) mapping used to resolve actions based on an
incoming <code>HttpServletRequest</code>.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getHttpRequest(java.lang.Object)"><B>getHttpRequest(Object)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getHttpResponse(java.lang.Object)"><B>getHttpResponse(Object)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#getId()"><B>getId()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#getId()"><B>getId()</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#getIni()"><B>getIni()</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env">IniWebEnvironment</A>
<DD>Returns the <code>Ini</code> instance reflecting this WebEnvironment's configuration.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html#getInitParam(java.lang.String)"><B>getInitParam(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html" title="class in org.apache.shiro.web.servlet">AbstractFilter</A>
<DD>Returns the value for the named <code>init-param</code>, or <code>null</code> if there was no <code>init-param</code>
specified by that name.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#getKeyNames()"><B>getKeyNames()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#getLastAccessedTime()"><B>getLastAccessedTime()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#getLastAccessTime()"><B>getLastAccessTime()</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#getLoginUrl()"><B>getLoginUrl()</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Returns the login URL used to authenticate a user.
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#getMaxAge()"><B>getMaxAge()</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#getMaxAge()"><B>getMaxAge()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#getMaxInactiveInterval()"><B>getMaxInactiveInterval()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/SavedRequest.html#getMethod()"><B>getMethod()</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/SavedRequest.html" title="class in org.apache.shiro.web.util">SavedRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/NamedFilterList.html#getName()"><B>getName()</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/NamedFilterList.html" title="interface in org.apache.shiro.web.filter.mgt">NamedFilterList</A>
<DD>Returns the configuration-unique name assigned to this <code>Filter</code> list.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#getName()"><B>getName()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#getName()"><B>getName()</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/NameableFilter.html#getName()"><B>getName()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/NameableFilter.html" title="class in org.apache.shiro.web.servlet">NameableFilter</A>
<DD>Returns the filter's name.
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#getName()"><B>getName()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/PermissionTag.html#getName()"><B>getName()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PermissionTag.html" title="class in org.apache.shiro.web.tags">PermissionTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/RoleTag.html#getName()"><B>getName()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/RoleTag.html" title="class in org.apache.shiro.web.tags">RoleTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#getPassword(javax.servlet.ServletRequest)"><B>getPassword(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#getPasswordParam()"><B>getPasswordParam()</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#getPath()"><B>getPath()</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#getPath()"><B>getPath()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html#getPathMatcher()"><B>getPathMatcher()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html" title="class in org.apache.shiro.web.filter.mgt">PathMatchingFilterChainResolver</A>
<DD>Returns the <code>PatternMatcher</code> used when determining if an incoming request's path
matches a configured filter chain.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html#getPathWithinApplication(javax.servlet.ServletRequest)"><B>getPathWithinApplication(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html" title="class in org.apache.shiro.web.filter.mgt">PathMatchingFilterChainResolver</A>
<DD>Merely returns
<code>WebUtils.<A HREF="./org/apache/shiro/web/util/WebUtils.html#getPathWithinApplication(javax.servlet.http.HttpServletRequest)"><CODE>getPathWithinApplication(request)</CODE></A></code>
and can be overridden by subclasses for custom request-to-application-path resolution behavior.
<DT><A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html#getPathWithinApplication(javax.servlet.ServletRequest)"><B>getPathWithinApplication(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html" title="class in org.apache.shiro.web.filter">PathMatchingFilter</A>
<DD>Returns the context path within the application based on the specified <code>request</code>.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getPathWithinApplication(javax.servlet.http.HttpServletRequest)"><B>getPathWithinApplication(HttpServletRequest)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Return the path within the web application for the given request.
<DT><A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html#getPort()"><B>getPort()</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html" title="class in org.apache.shiro.web.filter.authz">PortFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#getPrincipalsAndCredentials(java.lang.String, javax.servlet.ServletRequest)"><B>getPrincipalsAndCredentials(String, ServletRequest)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Returns the username obtained from the
<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#getAuthzHeader(javax.servlet.ServletRequest)"><CODE>authorizationHeader</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#getPrincipalsAndCredentials(java.lang.String, java.lang.String)"><B>getPrincipalsAndCredentials(String, String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Returns the username and password pair based on the specified <code>encoded</code> String obtained from
the request's authorization header.
<DT><A HREF="./org/apache/shiro/web/tags/PrincipalTag.html#getProperty()"><B>getProperty()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PrincipalTag.html" title="class in org.apache.shiro.web.tags">PrincipalTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/SavedRequest.html#getQueryString()"><B>getQueryString()</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/SavedRequest.html" title="class in org.apache.shiro.web.util">SavedRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html#getRedirectUrl(javax.servlet.ServletRequest, javax.servlet.ServletResponse, org.apache.shiro.subject.Subject)"><B>getRedirectUrl(ServletRequest, ServletResponse, Subject)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html" title="class in org.apache.shiro.web.filter.authc">LogoutFilter</A>
<DD>Returns the redirect URL to send the user after logout.
<DT><A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html#getRedirectUrl()"><B>getRedirectUrl()</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html" title="class in org.apache.shiro.web.filter.authc">LogoutFilter</A>
<DD>Returns the URL to where the user will be redirected after logout.
<DT><A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html#getRememberedSerializedIdentity(org.apache.shiro.subject.SubjectContext)"><B>getRememberedSerializedIdentity(SubjectContext)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html" title="class in org.apache.shiro.web.mgt">CookieRememberMeManager</A>
<DD>Returns a previously serialized identity byte array or <code>null</code> if the byte array could not be acquired.
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#getRememberMeParam()"><B>getRememberMeParam()</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#getRemoteUser()"><B>getRemoteUser()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html#getRequest()"><B>getRequest()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletResponse</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getRequest(java.lang.Object)"><B>getRequest(Object)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#getRequestedSessionId()"><B>getRequestedSessionId()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/SavedRequest.html#getRequestURI()"><B>getRequestURI()</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/SavedRequest.html" title="class in org.apache.shiro.web.util">SavedRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getRequestUri(javax.servlet.http.HttpServletRequest)"><B>getRequestUri(HttpServletRequest)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Return the request URI for the given request, detecting an include request
URL if called within a RequestDispatcher include.
<DT><A HREF="./org/apache/shiro/web/util/SavedRequest.html#getRequestUrl()"><B>getRequestUrl()</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/SavedRequest.html" title="class in org.apache.shiro.web.util">SavedRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getRequiredWebEnvironment(javax.servlet.ServletContext)"><B>getRequiredWebEnvironment(ServletContext)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Find the Shiro <A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A> for this web application, which is typically loaded via the
<A HREF="./org/apache/shiro/web/env/EnvironmentLoaderListener.html" title="class in org.apache.shiro.web.env"><CODE>EnvironmentLoaderListener</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getResponse(java.lang.Object)"><B>getResponse(Object)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getSavedRequest(javax.servlet.ServletRequest)"><B>getSavedRequest(ServletRequest)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html#getScheme(java.lang.String, int)"><B>getScheme(String, int)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html" title="class in org.apache.shiro.web.filter.authz">PortFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/SslFilter.html#getScheme(java.lang.String, int)"><B>getScheme(String, int)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/SslFilter.html" title="class in org.apache.shiro.web.filter.authz">SslFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html#getSecurityManager()"><B>getSecurityManager()</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html" title="class in org.apache.shiro.web.env">DefaultWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#getSecurityManager()"><B>getSecurityManager()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html#getServletContext()"><B>getServletContext()</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html" title="class in org.apache.shiro.web.env">DefaultWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/WebEnvironment.html#getServletContext()"><B>getServletContext()</B></A> -
Method in interface org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env">WebEnvironment</A>
<DD>Returns the <code>ServletContext</code> associated with this <code>WebEnvironment</code> instance.
<DT><A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html#getServletContext()"><B>getServletContext()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html" title="class in org.apache.shiro.web.servlet">ServletContextSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#getServletContext()"><B>getServletContext()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#getServletContextIniResource(java.lang.String)"><B>getServletContextIniResource(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;Returns the INI instance reflecting the specified servlet context resource path or <code>null</code> if no
resource was found.
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html#getServletRequest()"><B>getServletRequest()</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/WebSessionContext.html#getServletRequest()"><B>getServletRequest()</B></A> -
Method in interface org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/WebSessionContext.html" title="interface in org.apache.shiro.web.session.mgt">WebSessionContext</A>
<DD>Returns the <code>ServletRequest</code> received by the servlet container triggering the creation of the
<code>Session</code> instance.
<DT><A HREF="./org/apache/shiro/web/session/mgt/WebSessionKey.html#getServletRequest()"><B>getServletRequest()</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/WebSessionKey.html" title="class in org.apache.shiro.web.session.mgt">WebSessionKey</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html#getServletRequest()"><B>getServletRequest()</B></A> -
Method in class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html" title="class in org.apache.shiro.web.subject.support">DefaultWebSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html#getServletRequest()"><B>getServletRequest()</B></A> -
Method in class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html" title="class in org.apache.shiro.web.subject.support">WebDelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/WebSubject.html#getServletRequest()"><B>getServletRequest()</B></A> -
Method in interface org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubject.html" title="interface in org.apache.shiro.web.subject">WebSubject</A>
<DD>Returns the <code>ServletRequest</code> accessible when the Subject instance was created.
<DT><A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html#getServletRequest()"><B>getServletRequest()</B></A> -
Method in interface org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html" title="interface in org.apache.shiro.web.subject">WebSubjectContext</A>
<DD>Returns the <code>ServletRequest</code> received by the servlet container triggering the creation of the
<code>Subject</code> instance.
<DT><A HREF="./org/apache/shiro/web/util/RequestPairSource.html#getServletRequest()"><B>getServletRequest()</B></A> -
Method in interface org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RequestPairSource.html" title="interface in org.apache.shiro.web.util">RequestPairSource</A>
<DD>Returns the incoming <CODE>ServletRequest</CODE> associated with the component.
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html#getServletResponse()"><B>getServletResponse()</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/WebSessionContext.html#getServletResponse()"><B>getServletResponse()</B></A> -
Method in interface org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/WebSessionContext.html" title="interface in org.apache.shiro.web.session.mgt">WebSessionContext</A>
<DD>The paired <code>ServletResponse</code> corresponding to the associated <A HREF="./org/apache/shiro/web/session/mgt/WebSessionContext.html#getServletRequest()"><CODE>servletRequest</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/session/mgt/WebSessionKey.html#getServletResponse()"><B>getServletResponse()</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/WebSessionKey.html" title="class in org.apache.shiro.web.session.mgt">WebSessionKey</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html#getServletResponse()"><B>getServletResponse()</B></A> -
Method in class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html" title="class in org.apache.shiro.web.subject.support">DefaultWebSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html#getServletResponse()"><B>getServletResponse()</B></A> -
Method in class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html" title="class in org.apache.shiro.web.subject.support">WebDelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/WebSubject.html#getServletResponse()"><B>getServletResponse()</B></A> -
Method in interface org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubject.html" title="interface in org.apache.shiro.web.subject">WebSubject</A>
<DD>Returns the <code>ServletResponse</code> accessible when the Subject instance was created.
<DT><A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html#getServletResponse()"><B>getServletResponse()</B></A> -
Method in interface org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html" title="interface in org.apache.shiro.web.subject">WebSubjectContext</A>
<DD>The paired <code>ServletResponse</code> corresponding to the associated <A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html#getServletRequest()"><CODE>servletRequest</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/util/RequestPairSource.html#getServletResponse()"><B>getServletResponse()</B></A> -
Method in interface org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RequestPairSource.html" title="interface in org.apache.shiro.web.util">RequestPairSource</A>
<DD>Returns the outgoing <CODE>ServletResponse</CODE> paired with the incoming
<A HREF="./org/apache/shiro/web/util/RequestPairSource.html#getServletRequest()"><CODE>servletRequest</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#getSession(boolean)"><B>getSession(boolean)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#getSession()"><B>getSession()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#getSession()"><B>getSession()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html#getSession(org.apache.shiro.session.mgt.SessionKey)"><B>getSession(SessionKey)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html" title="class in org.apache.shiro.web.session.mgt">ServletContainerSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#getSessionContext()"><B>getSessionContext()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#getSessionId(org.apache.shiro.session.mgt.SessionKey)"><B>getSessionId(SessionKey)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#getSessionId(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>getSessionId(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#getSessionIdCookie()"><B>getSessionIdCookie()</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#getSessionKey(org.apache.shiro.subject.SubjectContext)"><B>getSessionKey(SubjectContext)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#getSessionMode()"><B>getSessionMode()</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#getSpecifiedIni(java.lang.String[])"><B>getSpecifiedIni(String[])</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env">IniWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#getStartTimestamp()"><B>getStartTimestamp()</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#getSubject(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>getSubject(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Convenience method that acquires the Subject associated with the request.
<DT><A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html#getSubject(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>getSubject(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html" title="class in org.apache.shiro.web.filter.authc">LogoutFilter</A>
<DD>Returns the currently executing <CODE>Subject</CODE>.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#getSubject()"><B>getSubject()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/SecureTag.html#getSubject()"><B>getSubject()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/SecureTag.html" title="class in org.apache.shiro.web.tags">SecureTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#getSubjectPrincipal()"><B>getSubjectPrincipal()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html#getSuccessUrl()"><B>getSuccessUrl()</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticationFilter</A>
<DD>Returns the success url to use as the default location a user is sent after logging in.
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#getTimeout()"><B>getTimeout()</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/PrincipalTag.html#getType()"><B>getType()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PrincipalTag.html" title="class in org.apache.shiro.web.tags">PrincipalTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/AuthorizationFilter.html#getUnauthorizedUrl()"><B>getUnauthorizedUrl()</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/AuthorizationFilter.html" title="class in org.apache.shiro.web.filter.authz">AuthorizationFilter</A>
<DD>Returns the URL to which users should be redirected if they are denied access to an underlying path or resource,
or <code>null</code> if a raw <CODE>HttpServletResponse.SC_UNAUTHORIZED</CODE> response should be issued (401 Unauthorized).
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#getUrl()"><B>getUrl()</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#getUsername(javax.servlet.ServletRequest)"><B>getUsername(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#getUsernameParam()"><B>getUsernameParam()</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#getUserPrincipal()"><B>getUserPrincipal()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#getValue()"><B>getValue()</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#getValue(java.lang.String)"><B>getValue(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#getValue()"><B>getValue()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#getValueNames()"><B>getValueNames()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#getVersion()"><B>getVersion()</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#getVersion()"><B>getVersion()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getWebEnvironment(javax.servlet.ServletContext)"><B>getWebEnvironment(ServletContext)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Find the Shiro <A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A> for this web application, which is typically loaded via
<A HREF="./org/apache/shiro/web/env/EnvironmentLoaderListener.html" title="class in org.apache.shiro.web.env"><CODE>EnvironmentLoaderListener</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#getWebEnvironment(javax.servlet.ServletContext, java.lang.String)"><B>getWebEnvironment(ServletContext, String)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Find the Shiro <A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A> for this web application.
<DT><A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html#getWebSecurityManager()"><B>getWebSecurityManager()</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html" title="class in org.apache.shiro.web.env">DefaultWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/WebEnvironment.html#getWebSecurityManager()"><B>getWebSecurityManager()</B></A> -
Method in interface org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env">WebEnvironment</A>
<DD>Returns the web application's security manager instance.
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#GMT_TIME_ZONE_ID"><B>GMT_TIME_ZONE_ID</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/GuestTag.html" title="class in org.apache.shiro.web.tags"><B>GuestTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>JSP tag that renders the tag body if the current user <em>is not</em> known to the system, either because they
haven't logged in yet, or because they have no 'RememberMe' identity.<DT><A HREF="./org/apache/shiro/web/tags/GuestTag.html#GuestTag()"><B>GuestTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/GuestTag.html" title="class in org.apache.shiro.web.tags">GuestTag</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/tags/HasAnyRolesTag.html" title="class in org.apache.shiro.web.tags"><B>HasAnyRolesTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>Displays body content if the current user has any of the roles specified.<DT><A HREF="./org/apache/shiro/web/tags/HasAnyRolesTag.html#HasAnyRolesTag()"><B>HasAnyRolesTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/HasAnyRolesTag.html" title="class in org.apache.shiro.web.tags">HasAnyRolesTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#hasChains()"><B>hasChains()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html#hasChains()"><B>hasChains()</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainManager</A>
<DD>Returns <code>true</code> if one or more configured chains are available, <code>false</code> if none are configured.
<DT><A HREF="./org/apache/shiro/web/tags/HasPermissionTag.html" title="class in org.apache.shiro.web.tags"><B>HasPermissionTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>&nbsp;<DT><A HREF="./org/apache/shiro/web/tags/HasPermissionTag.html#HasPermissionTag()"><B>HasPermissionTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/HasPermissionTag.html" title="class in org.apache.shiro.web.tags">HasPermissionTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/HasRoleTag.html" title="class in org.apache.shiro.web.tags"><B>HasRoleTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>&nbsp;<DT><A HREF="./org/apache/shiro/web/tags/HasRoleTag.html#HasRoleTag()"><B>HasRoleTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/HasRoleTag.html" title="class in org.apache.shiro.web.tags">HasRoleTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz"><B>HostFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authz/package-summary.html">org.apache.shiro.web.filter.authz</A><DD>A Filter that can allow or deny access based on the host that sent the request.<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html#HostFilter()"><B>HostFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz">HostFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#HTTP_ONLY_ATTRIBUTE_NAME"><B>HTTP_ONLY_ATTRIBUTE_NAME</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html#HTTP_SCHEME"><B>HTTP_SCHEME</B></A> -
Static variable in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html" title="class in org.apache.shiro.web.filter.authz">PortFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#HTTP_SESSION_MODE"><B>HTTP_SESSION_MODE</B></A> -
Static variable in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html" title="class in org.apache.shiro.web.filter.authz"><B>HttpMethodPermissionFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authz/package-summary.html">org.apache.shiro.web.filter.authz</A><DD>A filter that translates an HTTP Request's Method (eg GET, POST, etc)
into an corresponding action (verb) and uses that verb to construct a permission that will be checked to determine
access.<DT><A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html#HttpMethodPermissionFilter()"><B>HttpMethodPermissionFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html" title="class in org.apache.shiro.web.filter.authz">HttpMethodPermissionFilter</A>
<DD>Creates the filter instance with default method-to-action values in the instance's
<A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html#getHttpMethodActions()"><CODE>http method actions map</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/filter/authz/SslFilter.html#HTTPS_SCHEME"><B>HTTPS_SCHEME</B></A> -
Static variable in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/SslFilter.html" title="class in org.apache.shiro.web.filter.authz">SslFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session"><B>HttpServletSession</B></A> - Class in <A HREF="./org/apache/shiro/web/session/package-summary.html">org.apache.shiro.web.session</A><DD><CODE>Session</CODE> implementation that is backed entirely by a standard servlet container
<CODE>HttpSession</CODE> instance.<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#HttpServletSession(javax.servlet.http.HttpSession, java.lang.String)"><B>HttpServletSession(HttpSession, String)</B></A> -
Constructor for class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#httpSessions"><B>httpSessions</B></A> -
Variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#IDENTITY_REMOVED_KEY"><B>IDENTITY_REMOVED_KEY</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#INCLUDE_CONTEXT_PATH_ATTRIBUTE"><B>INCLUDE_CONTEXT_PATH_ATTRIBUTE</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#INCLUDE_PATH_INFO_ATTRIBUTE"><B>INCLUDE_PATH_INFO_ATTRIBUTE</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#INCLUDE_QUERY_STRING_ATTRIBUTE"><B>INCLUDE_QUERY_STRING_ATTRIBUTE</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#INCLUDE_REQUEST_URI_ATTRIBUTE"><B>INCLUDE_REQUEST_URI_ATTRIBUTE</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Standard Servlet 2.3+ spec request attributes for include URI and paths.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#INCLUDE_SERVLET_PATH_ATTRIBUTE"><B>INCLUDE_SERVLET_PATH_ATTRIBUTE</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#indexOf(java.lang.Object)"><B>indexOf(Object)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config"><B>IniFilterChainResolverFactory</B></A> - Class in <A HREF="./org/apache/shiro/web/config/package-summary.html">org.apache.shiro.web.config</A><DD>A <CODE>Factory</CODE> that creates <A HREF="./org/apache/shiro/web/filter/mgt/FilterChainResolver.html" title="interface in org.apache.shiro.web.filter.mgt"><CODE>FilterChainResolver</CODE></A> instances based on <CODE>Ini</CODE> configuration.<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#IniFilterChainResolverFactory()"><B>IniFilterChainResolverFactory()</B></A> -
Constructor for class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#IniFilterChainResolverFactory(org.apache.shiro.config.Ini)"><B>IniFilterChainResolverFactory(Ini)</B></A> -
Constructor for class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#IniFilterChainResolverFactory(org.apache.shiro.config.Ini, java.util.Map)"><B>IniFilterChainResolverFactory(Ini, Map&lt;String, ?&gt;)</B></A> -
Constructor for class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet"><B>IniShiroFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD><B>Deprecated.</B>&nbsp;<I>in 1.2 in favor of using the <A HREF="./org/apache/shiro/web/servlet/ShiroFilter.html" title="class in org.apache.shiro.web.servlet"><CODE>ShiroFilter</CODE></A></I><DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#IniShiroFilter()"><B>IniShiroFilter()</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#init()"><B>init()</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env">IniWebEnvironment</A>
<DD>Initializes this instance by resolving any potential (explicit or resource-configured) <CODE>Ini</CODE>
configuration and calling <A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#configure()"><CODE>configure</CODE></A> for actual instance configuration.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html#init(javax.servlet.FilterConfig)"><B>init(FilterConfig)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html" title="class in org.apache.shiro.web.servlet">AbstractFilter</A>
<DD>Sets the filter's <A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html#setFilterConfig(javax.servlet.FilterConfig)"><CODE>filterConfig</CODE></A> and then immediately calls
<A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html#onFilterConfigSet()"><CODE>onFilterConfigSet()</CODE></A> to trigger any processing a subclass might wish to perform.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#init()"><B>init()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#init()"><B>init()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroFilter.html#init()"><B>init()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroFilter.html" title="class in org.apache.shiro.web.servlet">ShiroFilter</A>
<DD>Configures this instance based on the existing <A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A> instance
available to the currently accessible <A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html#getServletContext()"><CODE>servletContext</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html#initEnvironment(javax.servlet.ServletContext)"><B>initEnvironment(ServletContext)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html" title="class in org.apache.shiro.web.env">EnvironmentLoader</A>
<DD>Initializes Shiro's <A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A> instance for the specified <code>ServletContext</code> based on the
<A HREF="./org/apache/shiro/web/env/EnvironmentLoader.html#CONFIG_LOCATIONS_PARAM"><CODE>EnvironmentLoader.CONFIG_LOCATIONS_PARAM</CODE></A> value.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#initFilter(javax.servlet.Filter)"><B>initFilter(Filter)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>Initializes the filter by calling <code>filter.init( <A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#getFilterConfig()"><CODE>getFilterConfig()</CODE></A> );</code>.
<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env"><B>IniWebEnvironment</B></A> - Class in <A HREF="./org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</A><DD><A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A> implementation configured by an <CODE>Ini</CODE> instance or <code>Ini</code> resource locations.<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#IniWebEnvironment()"><B>IniWebEnvironment()</B></A> -
Constructor for class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env">IniWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#invalidate()"><B>invalidate()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html#IPV4_PATTERN"><B>IPV4_PATTERN</B></A> -
Static variable in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz">HostFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html#IPV4_QUAD_REGEX"><B>IPV4_QUAD_REGEX</B></A> -
Static variable in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz">HostFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html#IPV4_REGEX"><B>IPV4_REGEX</B></A> -
Static variable in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz">HostFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>isAccessAllowed(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Returns <code>true</code> if the request is allowed to proceed through the filter normally, or <code>false</code>
if the request should be handled by the
<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><CODE>onAccessDenied(request,response,mappedValue)</CODE></A>
method instead.
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>isAccessAllowed(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>Determines whether the current subject should be allowed to make the current request.
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>isAccessAllowed(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticationFilter</A>
<DD>Determines whether the current subject is authenticated.
<DT><A HREF="./org/apache/shiro/web/filter/authc/UserFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>isAccessAllowed(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/UserFilter.html" title="class in org.apache.shiro.web.filter.authc">UserFilter</A>
<DD>Returns <code>true</code> if the request is a
<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#isLoginRequest(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>loginRequest</CODE></A> or
if the current <A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#getSubject(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>subject</CODE></A>
is not <code>null</code>, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>isAccessAllowed(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz">HostFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>isAccessAllowed(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.html" title="class in org.apache.shiro.web.filter.authz">HttpMethodPermissionFilter</A>
<DD>Resolves an 'application friendly' action verb based on the <code>HttpServletRequest</code>'s method, appends that
action to each configured permission (the <code>mappedValue</code> argument is a <code>String[]</code> array), and
delegates the permission check for the newly constructed permission(s) to the superclass
<A HREF="./org/apache/shiro/web/filter/authz/PermissionsAuthorizationFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><CODE>isAccessAllowed</CODE></A>
implementation to perform the actual permission check.
<DT><A HREF="./org/apache/shiro/web/filter/authz/PermissionsAuthorizationFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>isAccessAllowed(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/PermissionsAuthorizationFilter.html" title="class in org.apache.shiro.web.filter.authz">PermissionsAuthorizationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>isAccessAllowed(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html" title="class in org.apache.shiro.web.filter.authz">PortFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/RolesAuthorizationFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>isAccessAllowed(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/RolesAuthorizationFilter.html" title="class in org.apache.shiro.web.filter.authz">RolesAuthorizationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/SslFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>isAccessAllowed(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/SslFilter.html" title="class in org.apache.shiro.web.filter.authz">SslFilter</A>
<DD>Retains the parent method's port-matching behavior but additionally guarantees that the
<code>ServletRequest.</code><CODE>isSecure()</CODE>.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html#isEnabled(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String, java.lang.Object)"><B>isEnabled(ServletRequest, ServletResponse, String, Object)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html" title="class in org.apache.shiro.web.filter">PathMatchingFilter</A>
<DD>Path-matching version of the parent class's
<A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html#isEnabled(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>OncePerRequestFilter.isEnabled(javax.servlet.ServletRequest, javax.servlet.ServletResponse)</CODE></A> method, but additionally allows
for inspection of any path-specific configuration values corresponding to the specified request.
<DT><A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html#isEnabled()"><B>isEnabled()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html" title="class in org.apache.shiro.web.servlet">OncePerRequestFilter</A>
<DD>Returns <code>true</code> if this filter should <em>generally</em><b>*</b> execute for any request,
<code>false</code> if it should let the request/response pass through immediately to the next
element in the <CODE>FilterChain</CODE>.
<DT><A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html#isEnabled(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>isEnabled(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html" title="class in org.apache.shiro.web.servlet">OncePerRequestFilter</A>
<DD>Returns <code>true</code> if this filter should filter the specified request, <code>false</code> if it should let the
request/response pass through immediately to the next element in the <code>FilterChain</code>.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html#isEncodeable(java.lang.String)"><B>isEncodeable(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletResponse</A>
<DD>Return <code>true</code> if the specified URL should be encoded with
a session identifier.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#isHttp(java.lang.Object)"><B>isHttp(Object)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#isHttpOnly()"><B>isHttpOnly()</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#isHttpOnly()"><B>isHttpOnly()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#isHttpSessionMode()"><B>isHttpSessionMode()</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/WebSecurityManager.html#isHttpSessionMode()"><B>isHttpSessionMode()</B></A> -
Method in interface org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/WebSecurityManager.html" title="interface in org.apache.shiro.web.mgt">WebSecurityManager</A>
<DD>Security information needs to be retained from request to request, so Shiro makes use of a
session for this.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#isHttpSessions()"><B>isHttpSessions()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#isHttpSessions()"><B>isHttpSessions()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html#isIpv4Candidate(java.lang.String)"><B>isIpv4Candidate(String)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz">HostFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#isLoginAttempt(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>isLoginAttempt(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Determines whether the incoming request is an attempt to log in.
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#isLoginAttempt(java.lang.String)"><B>isLoginAttempt(String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Default implementation that returns <code>true</code> if the specified <code>authzHeader</code>
starts with the same (case-insensitive) characters specified by the
<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#getAuthzScheme()"><CODE>authzScheme</CODE></A>, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#isLoginRequest(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>isLoginRequest(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Returns <code>true</code> if the incoming request is a login request, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#isLoginRequest(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>isLoginRequest(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Delegates to <A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#isLoginAttempt(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>isLoginAttempt</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#isLoginSubmission(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>isLoginSubmission(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>This default implementation merely returns <code>true</code> if the request is an HTTP <code>POST</code>,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#isNew()"><B>isNew()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#isPermissive(java.lang.Object)"><B>isPermissive(Object)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>Returns <code>true</code> if the mappedValue contains the <A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#PERMISSIVE"><CODE>AuthenticatingFilter.PERMISSIVE</CODE></A> qualifier.
<DT><A HREF="./org/apache/shiro/web/tags/PermissionTag.html#isPermitted(java.lang.String)"><B>isPermitted(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PermissionTag.html" title="class in org.apache.shiro.web.tags">PermissionTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#isRememberMe(javax.servlet.ServletRequest)"><B>isRememberMe(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>Returns <code>true</code> if &quot;rememberMe&quot; should be enabled for the login attempt associated with the
current <code>request</code>, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#isRememberMe(javax.servlet.ServletRequest)"><B>isRememberMe(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#isRequestedSessionIdFromCookie()"><B>isRequestedSessionIdFromCookie()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#isRequestedSessionIdFromURL()"><B>isRequestedSessionIdFromURL()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#isRequestedSessionIdFromUrl()"><B>isRequestedSessionIdFromUrl()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#isRequestedSessionIdValid()"><B>isRequestedSessionIdValid()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html#isSchemeChar(char)"><B>isSchemeChar(char)</B></A> -
Static method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletResponse</A>
<DD>Determine if the character is allowed in the scheme of a URI.
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#isSecure()"><B>isSecure()</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#isSecure()"><B>isSecure()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#isServletContainerSessions()"><B>isServletContainerSessions()</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>This is a native session manager implementation, so this method returns <code>false</code> always.
<DT><A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html#isServletContainerSessions()"><B>isServletContainerSessions()</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html" title="class in org.apache.shiro.web.session.mgt">ServletContainerSessionManager</A>
<DD>This implementation always delegates to the servlet container for sessions, so this method returns
<code>true</code> always.
<DT><A HREF="./org/apache/shiro/web/session/mgt/WebSessionManager.html#isServletContainerSessions()"><B>isServletContainerSessions()</B></A> -
Method in interface org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/WebSessionManager.html" title="interface in org.apache.shiro.web.session.mgt">WebSessionManager</A>
<DD>Returns <code>true</code> if session management and storage is managed by the underlying Servlet container or
<code>false</code> if managed by Shiro directly (called 'native' sessions).
<DT><A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html#isSessionCreationEnabled()"><B>isSessionCreationEnabled()</B></A> -
Method in class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html" title="class in org.apache.shiro.web.subject.support">WebDelegatingSubject</A>
<DD>Returns <code>true</code> if session creation is allowed (as determined by the super class's
<CODE>super#isSessionCreationEnabled()</CODE> value and no request-specific override has disabled sessions for this subject,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#isSessionIdCookieEnabled()"><B>isSessionIdCookieEnabled()</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSessionStorageEvaluator.html#isSessionStorageEnabled(org.apache.shiro.subject.Subject)"><B>isSessionStorageEnabled(Subject)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSessionStorageEvaluator.html" title="class in org.apache.shiro.web.mgt">DefaultWebSessionStorageEvaluator</A>
<DD>Returns <code>true</code> if session storage is generally available (as determined by the super class's global
configuration property <CODE>DefaultSessionStorageEvaluator.isSessionStorageEnabled()</CODE> and no request-specific override has turned off
session storage, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#isStaticSecurityManagerEnabled()"><B>isStaticSecurityManagerEnabled()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>Returns <code>true</code> if the constructed <A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#getSecurityManager()"><CODE>securityManager</CODE></A> reference should be bound
to static memory (via
<code>SecurityUtils.</code><CODE>setSecurityManager</CODE>),
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html#issueRedirect(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String)"><B>issueRedirect(ServletRequest, ServletResponse, String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html" title="class in org.apache.shiro.web.filter.authc">LogoutFilter</A>
<DD>Issues an HTTP redirect to the specified URL after subject logout.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#issueRedirect(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String, java.util.Map, boolean, boolean)"><B>issueRedirect(ServletRequest, ServletResponse, String, Map, boolean, boolean)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Redirects the current request to a new URL based on the given parameters.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#issueRedirect(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String)"><B>issueRedirect(ServletRequest, ServletResponse, String)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Redirects the current request to a new URL based on the given parameters and default values
for unspecified parameters.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#issueRedirect(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String, java.util.Map)"><B>issueRedirect(ServletRequest, ServletResponse, String, Map)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Redirects the current request to a new URL based on the given parameters and default values
for unspecified parameters.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#issueRedirect(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String, java.util.Map, boolean)"><B>issueRedirect(ServletRequest, ServletResponse, String, Map, boolean)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Redirects the current request to a new URL based on the given parameters and default values
for unspecified parameters.
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html#issueSuccessRedirect(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>issueSuccessRedirect(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticationFilter</A>
<DD>Redirects to user to the previously attempted URL after a successful login.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#isTrue(javax.servlet.ServletRequest, java.lang.String)"><B>isTrue(ServletRequest, String)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Checks to see if a request param is considered true using a loose matching strategy for
general values that indicate that something is true or enabled, etc.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#isUserInRole(java.lang.String)"><B>isUserInRole(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#isWeb(java.lang.Object)"><B>isWeb(Object)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#iterator()"><B>iterator()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/tags/LacksPermissionTag.html" title="class in org.apache.shiro.web.tags"><B>LacksPermissionTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>&nbsp;<DT><A HREF="./org/apache/shiro/web/tags/LacksPermissionTag.html#LacksPermissionTag()"><B>LacksPermissionTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/LacksPermissionTag.html" title="class in org.apache.shiro.web.tags">LacksPermissionTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/LacksRoleTag.html" title="class in org.apache.shiro.web.tags"><B>LacksRoleTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>&nbsp;<DT><A HREF="./org/apache/shiro/web/tags/LacksRoleTag.html#LacksRoleTag()"><B>LacksRoleTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/LacksRoleTag.html" title="class in org.apache.shiro.web.tags">LacksRoleTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#lastIndexOf(java.lang.Object)"><B>lastIndexOf(Object)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#listIterator()"><B>listIterator()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#listIterator(int)"><B>listIterator(int)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#loadIniFromConfig()"><B>loadIniFromConfig()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#loadIniFromPath()"><B>loadIniFromPath()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html" title="class in org.apache.shiro.web.filter.authc"><B>LogoutFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authc/package-summary.html">org.apache.shiro.web.filter.authc</A><DD>Simple Filter that, upon receiving a request, will immediately log-out the currently executing
<A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html#getSubject(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>subject</CODE></A>
and then redirect them to a configured <A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html#getRedirectUrl()"><CODE>redirectUrl</CODE></A>.<DT><A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html#LogoutFilter()"><B>LogoutFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html" title="class in org.apache.shiro.web.filter.authc">LogoutFilter</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#MAXAGE_ATTRIBUTE_NAME"><B>MAXAGE_ATTRIBUTE_NAME</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/MutableWebEnvironment.html" title="interface in org.apache.shiro.web.env"><B>MutableWebEnvironment</B></A> - Interface in <A HREF="./org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</A><DD>A <code>WebEnvironment</code> that supports 'write' operations operations.</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#NAME_VALUE_DELIMITER"><B>NAME_VALUE_DELIMITER</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/NameableFilter.html" title="class in org.apache.shiro.web.servlet"><B>NameableFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>Allows a filter to be named via JavaBeans-compatible
<A HREF="./org/apache/shiro/web/servlet/NameableFilter.html#getName()"><CODE>NameableFilter.getName()</CODE></A>/<A HREF="./org/apache/shiro/web/servlet/NameableFilter.html#setName(java.lang.String)"><CODE>NameableFilter.setName(String)</CODE></A> methods.<DT><A HREF="./org/apache/shiro/web/servlet/NameableFilter.html#NameableFilter()"><B>NameableFilter()</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/NameableFilter.html" title="class in org.apache.shiro.web.servlet">NameableFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/NamedFilterList.html" title="interface in org.apache.shiro.web.filter.mgt"><B>NamedFilterList</B></A> - Interface in <A HREF="./org/apache/shiro/web/filter/mgt/package-summary.html">org.apache.shiro.web.filter.mgt</A><DD>A <code>NamedFilterList</code> is a <code>List</code> of <code>Filter</code> instances that is uniquely identified by a
<A HREF="./org/apache/shiro/web/filter/mgt/NamedFilterList.html#getName()"><CODE>name</CODE></A>.<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#NATIVE_SESSION_MODE"><B>NATIVE_SESSION_MODE</B></A> -
Static variable in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilter.html#newInstance()"><B>newInstance()</B></A> -
Method in enum org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilter.html" title="enum in org.apache.shiro.web.filter.mgt">DefaultFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html#newSubjectContextInstance()"><B>newSubjectContextInstance()</B></A> -
Method in class org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html" title="class in org.apache.shiro.web.subject">WebSubject.Builder</A>
<DD>Overrides the parent implementation to return a new instance of a
<A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html" title="class in org.apache.shiro.web.subject.support"><CODE>DefaultWebSubjectContext</CODE></A> to account for the additional request/response
pair.
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSubjectFactory.html#newSubjectInstance(org.apache.shiro.subject.PrincipalCollection, boolean, java.lang.String, org.apache.shiro.session.Session, javax.servlet.ServletRequest, javax.servlet.ServletResponse, org.apache.shiro.mgt.SecurityManager)"><B>newSubjectInstance(PrincipalCollection, boolean, String, Session, ServletRequest, ServletResponse, SecurityManager)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSubjectFactory.html" title="class in org.apache.shiro.web.mgt">DefaultWebSubjectFactory</A>
<DD><B>Deprecated.</B>&nbsp;<I>since 1.2 - override <A HREF="./org/apache/shiro/web/mgt/DefaultWebSubjectFactory.html#createSubject(org.apache.shiro.subject.SubjectContext)"><CODE>DefaultWebSubjectFactory.createSubject(org.apache.shiro.subject.SubjectContext)</CODE></A> directly if you
need to instantiate a custom <CODE>Subject</CODE> class.</I>
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#normalize(java.lang.String)"><B>normalize(String)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Normalize a relative URI path that may have relative values ("/./",
"/../", and so on ) it it.
<DT><A HREF="./org/apache/shiro/web/filter/session/NoSessionCreationFilter.html" title="class in org.apache.shiro.web.filter.session"><B>NoSessionCreationFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/session/package-summary.html">org.apache.shiro.web.filter.session</A><DD>A <code>PathMatchingFilter</code> that will disable creating new Sessions during the request.<DT><A HREF="./org/apache/shiro/web/filter/session/NoSessionCreationFilter.html#NoSessionCreationFilter()"><B>NoSessionCreationFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.session.<A HREF="./org/apache/shiro/web/filter/session/NoSessionCreationFilter.html" title="class in org.apache.shiro.web.filter.session">NoSessionCreationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/NotAuthenticatedTag.html" title="class in org.apache.shiro.web.tags"><B>NotAuthenticatedTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>JSP tag that renders the tag body only if the current user has <em>not</em> executed a successful authentication
attempt <em>during their current session</em>.<DT><A HREF="./org/apache/shiro/web/tags/NotAuthenticatedTag.html#NotAuthenticatedTag()"><B>NotAuthenticatedTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/NotAuthenticatedTag.html" title="class in org.apache.shiro.web.tags">NotAuthenticatedTag</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>onAccessDenied(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Processes requests where the subject was denied access as determined by the
<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><CODE>isAccessAllowed</CODE></A>
method, retaining the <code>mappedValue</code> that was used during configuration.
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>onAccessDenied(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Processes requests where the subject was denied access as determined by the
<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><CODE>isAccessAllowed</CODE></A>
method.
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>onAccessDenied(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Processes unauthenticated requests.
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>onAccessDenied(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/PassThruAuthenticationFilter.html#onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>onAccessDenied(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/PassThruAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">PassThruAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/UserFilter.html#onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>onAccessDenied(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/UserFilter.html" title="class in org.apache.shiro.web.filter.authc">UserFilter</A>
<DD>This default implementation simply calls
<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#saveRequestAndRedirectToLogin(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>saveRequestAndRedirectToLogin</CODE></A>
and then immediately returns <code>false</code>, thereby preventing the chain from continuing so the redirect may
execute.
<DT><A HREF="./org/apache/shiro/web/filter/authz/AuthorizationFilter.html#onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>onAccessDenied(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/AuthorizationFilter.html" title="class in org.apache.shiro.web.filter.authz">AuthorizationFilter</A>
<DD>Handles the response when access has been denied.
<DT><A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html#onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>onAccessDenied(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html" title="class in org.apache.shiro.web.filter.authz">PortFilter</A>
<DD>Redirects the request to the same exact incoming URL, but with the port listed in the filter's configuration.
<DT><A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html" title="class in org.apache.shiro.web.servlet"><B>OncePerRequestFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>Filter base class that guarantees to be just executed once per request,
on any servlet container.<DT><A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html#OncePerRequestFilter()"><B>OncePerRequestFilter()</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html" title="class in org.apache.shiro.web.servlet">OncePerRequestFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/AuthenticatedTag.html#onDoStartTag()"><B>onDoStartTag()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/AuthenticatedTag.html" title="class in org.apache.shiro.web.tags">AuthenticatedTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/GuestTag.html#onDoStartTag()"><B>onDoStartTag()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/GuestTag.html" title="class in org.apache.shiro.web.tags">GuestTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/NotAuthenticatedTag.html#onDoStartTag()"><B>onDoStartTag()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/NotAuthenticatedTag.html" title="class in org.apache.shiro.web.tags">NotAuthenticatedTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/PermissionTag.html#onDoStartTag()"><B>onDoStartTag()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PermissionTag.html" title="class in org.apache.shiro.web.tags">PermissionTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/PrincipalTag.html#onDoStartTag()"><B>onDoStartTag()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PrincipalTag.html" title="class in org.apache.shiro.web.tags">PrincipalTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/RoleTag.html#onDoStartTag()"><B>onDoStartTag()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/RoleTag.html" title="class in org.apache.shiro.web.tags">RoleTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/SecureTag.html#onDoStartTag()"><B>onDoStartTag()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/SecureTag.html" title="class in org.apache.shiro.web.tags">SecureTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/UserTag.html#onDoStartTag()"><B>onDoStartTag()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/UserTag.html" title="class in org.apache.shiro.web.tags">UserTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#ONE_YEAR"><B>ONE_YEAR</B></A> -
Static variable in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>The number of seconds in one year (= 60 * 60 * 24 * 365).
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#onExpiration(org.apache.shiro.session.Session, org.apache.shiro.session.ExpiredSessionException, org.apache.shiro.session.mgt.SessionKey)"><B>onExpiration(Session, ExpiredSessionException, SessionKey)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html#onFilterConfigSet()"><B>onFilterConfigSet()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html" title="class in org.apache.shiro.web.servlet">AbstractFilter</A>
<DD>Template method to be overridden by subclasses to perform initialization logic at start-up.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#onFilterConfigSet()"><B>onFilterConfigSet()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#onInvalidation(org.apache.shiro.session.Session, org.apache.shiro.session.InvalidSessionException, org.apache.shiro.session.mgt.SessionKey)"><B>onInvalidation(Session, InvalidSessionException, SessionKey)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#onLoginFailure(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationException, javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>onLoginFailure(AuthenticationToken, AuthenticationException, ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#onLoginFailure(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationException, javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>onLoginFailure(AuthenticationToken, AuthenticationException, ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#onLoginSuccess(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.subject.Subject, javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>onLoginSuccess(AuthenticationToken, Subject, ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#onLoginSuccess(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.subject.Subject, javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>onLoginSuccess(AuthenticationToken, Subject, ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#onPreHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>onPreHandle(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Returns <code>true</code> if
<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><CODE>isAccessAllowed(Request,Response,Object)</CODE></A>,
otherwise returns the result of
<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><CODE>onAccessDenied(Request,Response,Object)</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/filter/authc/AnonymousFilter.html#onPreHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>onPreHandle(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AnonymousFilter.html" title="class in org.apache.shiro.web.filter.authc">AnonymousFilter</A>
<DD>Always returns <code>true</code> allowing unchecked access to the underlying path or resource.
<DT><A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html#onPreHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>onPreHandle(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html" title="class in org.apache.shiro.web.filter">PathMatchingFilter</A>
<DD>This default implementation always returns <code>true</code> and should be overridden by subclasses for custom
logic if necessary.
<DT><A HREF="./org/apache/shiro/web/filter/session/NoSessionCreationFilter.html#onPreHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>onPreHandle(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.web.filter.session.<A HREF="./org/apache/shiro/web/filter/session/NoSessionCreationFilter.html" title="class in org.apache.shiro.web.filter.session">NoSessionCreationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#onStart(org.apache.shiro.session.Session, org.apache.shiro.session.mgt.SessionContext)"><B>onStart(Session, SessionContext)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>Stores the Session's ID, usually as a Cookie, to associate with future requests.
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#onStop(org.apache.shiro.session.Session, org.apache.shiro.session.mgt.SessionKey)"><B>onStop(Session, SessionKey)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/package-summary.html"><B>org.apache.shiro.web</B></A> - package org.apache.shiro.web<DD>Shiro's web support module to support security in any web-enabled application.<DT><A HREF="./org/apache/shiro/web/config/package-summary.html"><B>org.apache.shiro.web.config</B></A> - package org.apache.shiro.web.config<DD>Web-specific implementation extensions to the <code>org.apache.shiro.config</code> components.<DT><A HREF="./org/apache/shiro/web/env/package-summary.html"><B>org.apache.shiro.web.env</B></A> - package org.apache.shiro.web.env<DD>Web-specific <CODE>Environment</CODE> implementation and support.<DT><A HREF="./org/apache/shiro/web/filter/package-summary.html"><B>org.apache.shiro.web.filter</B></A> - package org.apache.shiro.web.filter<DD>Base package supporting all Servlet <CODE>Filter</CODE> implementations used to control
access to web pages and URL resources.<DT><A HREF="./org/apache/shiro/web/filter/authc/package-summary.html"><B>org.apache.shiro.web.filter.authc</B></A> - package org.apache.shiro.web.filter.authc<DD>Servlet <CODE>Filter</CODE> implementations specific to controlling access based on a
subject's authentication status, or those that can execute authentications (log-ins) directly.<DT><A HREF="./org/apache/shiro/web/filter/authz/package-summary.html"><B>org.apache.shiro.web.filter.authz</B></A> - package org.apache.shiro.web.filter.authz<DD>Servlet <CODE>Filter</CODE> implementations that perform authorization (access control)
checks based on the Subject's abilities (for example, role or permission checks).<DT><A HREF="./org/apache/shiro/web/filter/mgt/package-summary.html"><B>org.apache.shiro.web.filter.mgt</B></A> - package org.apache.shiro.web.filter.mgt<DD>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.<DT><A HREF="./org/apache/shiro/web/filter/session/package-summary.html"><B>org.apache.shiro.web.filter.session</B></A> - package org.apache.shiro.web.filter.session<DD>&nbsp;<DT><A HREF="./org/apache/shiro/web/mgt/package-summary.html"><B>org.apache.shiro.web.mgt</B></A> - package org.apache.shiro.web.mgt<DD>Components supporting web-specific
<CODE>SecurityManager</CODE> implementations.<DT><A HREF="./org/apache/shiro/web/servlet/package-summary.html"><B>org.apache.shiro.web.servlet</B></A> - package org.apache.shiro.web.servlet<DD>Shiro-specific implementations of the Servlet API (Servlet Filters, et al).<DT><A HREF="./org/apache/shiro/web/session/package-summary.html"><B>org.apache.shiro.web.session</B></A> - package org.apache.shiro.web.session<DD>Components supporting Session management in web-enabled applications.<DT><A HREF="./org/apache/shiro/web/session/mgt/package-summary.html"><B>org.apache.shiro.web.session.mgt</B></A> - package org.apache.shiro.web.session.mgt<DD>&nbsp;<DT><A HREF="./org/apache/shiro/web/subject/package-summary.html"><B>org.apache.shiro.web.subject</B></A> - package org.apache.shiro.web.subject<DD>Web-specific <CODE>Subject</CODE> interfaces to enable <code>Subject</code> use in web
environments.<DT><A HREF="./org/apache/shiro/web/subject/support/package-summary.html"><B>org.apache.shiro.web.subject.support</B></A> - package org.apache.shiro.web.subject.support<DD>Supporting implementations of <code>org.apache.shiro.web.subject</code> package interfaces.<DT><A HREF="./org/apache/shiro/web/tags/package-summary.html"><B>org.apache.shiro.web.tags</B></A> - package org.apache.shiro.web.tags<DD>Provides the Shiro JSP Tag Library implementations.<DT><A HREF="./org/apache/shiro/web/util/package-summary.html"><B>org.apache.shiro.web.util</B></A> - package org.apache.shiro.web.util<DD>&nbsp;</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/filter/authc/PassThruAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc"><B>PassThruAuthenticationFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authc/package-summary.html">org.apache.shiro.web.filter.authc</A><DD>An authentication filter that redirects the user to the login page when they are trying to access
a protected resource.<DT><A HREF="./org/apache/shiro/web/filter/authc/PassThruAuthenticationFilter.html#PassThruAuthenticationFilter()"><B>PassThruAuthenticationFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/PassThruAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">PassThruAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#PATH_ATTRIBUTE_NAME"><B>PATH_ATTRIBUTE_NAME</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/PathConfigProcessor.html" title="interface in org.apache.shiro.web.filter"><B>PathConfigProcessor</B></A> - Interface in <A HREF="./org/apache/shiro/web/filter/package-summary.html">org.apache.shiro.web.filter</A><DD>A PathConfigProcessor processes configuration entries on a per path (url) basis.<DT><A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html#pathMatcher"><B>pathMatcher</B></A> -
Variable in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html" title="class in org.apache.shiro.web.filter">PathMatchingFilter</A>
<DD>PatternMatcher used in determining which paths to react to for a given request.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html#pathMatches(java.lang.String, java.lang.String)"><B>pathMatches(String, String)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html" title="class in org.apache.shiro.web.filter.mgt">PathMatchingFilterChainResolver</A>
<DD>Returns <code>true</code> if an incoming request path (the <code>path</code> argument)
matches a configured filter chain path (the <code>pattern</code> argument), <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html" title="class in org.apache.shiro.web.filter"><B>PathMatchingFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/package-summary.html">org.apache.shiro.web.filter</A><DD>Base class for Filters that will process only specified paths and allow all others to pass through.<DT><A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html#PathMatchingFilter()"><B>PathMatchingFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html" title="class in org.apache.shiro.web.filter">PathMatchingFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html" title="class in org.apache.shiro.web.filter.mgt"><B>PathMatchingFilterChainResolver</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/mgt/package-summary.html">org.apache.shiro.web.filter.mgt</A><DD>A <code>FilterChainResolver</code> that resolves <CODE>FilterChain</CODE>s based on url path
matching, as determined by a configurable <A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html#setPathMatcher(org.apache.shiro.util.PatternMatcher)"><CODE>PathMatcher</CODE></A>.<DT><A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html#PathMatchingFilterChainResolver()"><B>PathMatchingFilterChainResolver()</B></A> -
Constructor for class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html" title="class in org.apache.shiro.web.filter.mgt">PathMatchingFilterChainResolver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html#PathMatchingFilterChainResolver(javax.servlet.FilterConfig)"><B>PathMatchingFilterChainResolver(FilterConfig)</B></A> -
Constructor for class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html" title="class in org.apache.shiro.web.filter.mgt">PathMatchingFilterChainResolver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html#pathsMatch(java.lang.String, javax.servlet.ServletRequest)"><B>pathsMatch(String, ServletRequest)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html" title="class in org.apache.shiro.web.filter">PathMatchingFilter</A>
<DD>Returns <code>true</code> if the incoming <code>request</code> matches the specified <code>path</code> pattern,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html#pathsMatch(java.lang.String, java.lang.String)"><B>pathsMatch(String, String)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html" title="class in org.apache.shiro.web.filter">PathMatchingFilter</A>
<DD>Returns <code>true</code> if the <code>path</code> matches the specified <code>pattern</code> string,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/web/filter/authz/PermissionsAuthorizationFilter.html" title="class in org.apache.shiro.web.filter.authz"><B>PermissionsAuthorizationFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authz/package-summary.html">org.apache.shiro.web.filter.authz</A><DD>Filter that allows access if the current user has the permissions specified by the mapped value, or denies access
if the user does not have all of the permissions specified.<DT><A HREF="./org/apache/shiro/web/filter/authz/PermissionsAuthorizationFilter.html#PermissionsAuthorizationFilter()"><B>PermissionsAuthorizationFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/PermissionsAuthorizationFilter.html" title="class in org.apache.shiro.web.filter.authz">PermissionsAuthorizationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/PermissionTag.html" title="class in org.apache.shiro.web.tags"><B>PermissionTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>&nbsp;<DT><A HREF="./org/apache/shiro/web/tags/PermissionTag.html#PermissionTag()"><B>PermissionTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PermissionTag.html" title="class in org.apache.shiro.web.tags">PermissionTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html#PERMISSIVE"><B>PERMISSIVE</B></A> -
Static variable in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticatingFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticatingFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html" title="class in org.apache.shiro.web.filter.authz"><B>PortFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authz/package-summary.html">org.apache.shiro.web.filter.authz</A><DD>A Filter that requires the request to be on a specific port, and if not, redirects to the same URL on that port.<DT><A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html#PortFilter()"><B>PortFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html" title="class in org.apache.shiro.web.filter.authz">PortFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#POST_METHOD"><B>POST_METHOD</B></A> -
Static variable in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Constant representing the HTTP 'POST' request method, equal to <code>POST</code>.
<DT><A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#postHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>postHandle(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html" title="class in org.apache.shiro.web.servlet">AdviceFilter</A>
<DD>Allows 'post' advice logic to be called, but only if no exception occurs during filter chain execution.
<DT><A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html#preHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>preHandle(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html" title="class in org.apache.shiro.web.filter.authc">LogoutFilter</A>
<DD>Acquires the currently executing <A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html#getSubject(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>subject</CODE></A>,
a potentially Subject or request-specific
<A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html#getRedirectUrl(javax.servlet.ServletRequest, javax.servlet.ServletResponse, org.apache.shiro.subject.Subject)"><CODE>redirectUrl</CODE></A>,
and redirects the end-user to that redirect url.
<DT><A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html#preHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>preHandle(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html" title="class in org.apache.shiro.web.filter">PathMatchingFilter</A>
<DD>Implementation that handles path-matching behavior before a request is evaluated.
<DT><A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html#preHandle(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>preHandle(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AdviceFilter.html" title="class in org.apache.shiro.web.servlet">AdviceFilter</A>
<DD>Returns <code>true</code> if the filter chain should be allowed to continue, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#prepareServletRequest(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>prepareServletRequest(ServletRequest, ServletResponse, FilterChain)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>Prepares the <code>ServletRequest</code> instance that will be passed to the <code>FilterChain</code> for request
processing.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#prepareServletResponse(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>prepareServletResponse(ServletRequest, ServletResponse, FilterChain)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>Prepares the <code>ServletResponse</code> instance that will be passed to the <code>FilterChain</code> for request
processing.
<DT><A HREF="./org/apache/shiro/web/tags/PrincipalTag.html" title="class in org.apache.shiro.web.tags"><B>PrincipalTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>Tag used to print out the String value of a user's default principal,
or a specific principal as specified by the tag's attributes.<DT><A HREF="./org/apache/shiro/web/tags/PrincipalTag.html#PrincipalTag()"><B>PrincipalTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PrincipalTag.html" title="class in org.apache.shiro.web.tags">PrincipalTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html#PRIVATE_CLASS_A_REGEX"><B>PRIVATE_CLASS_A_REGEX</B></A> -
Static variable in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz">HostFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html#PRIVATE_CLASS_B_REGEX"><B>PRIVATE_CLASS_B_REGEX</B></A> -
Static variable in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz">HostFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html#PRIVATE_CLASS_B_SUBSET"><B>PRIVATE_CLASS_B_SUBSET</B></A> -
Static variable in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz">HostFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html#PRIVATE_CLASS_C_REGEX"><B>PRIVATE_CLASS_C_REGEX</B></A> -
Static variable in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz">HostFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/PathConfigProcessor.html#processPathConfig(java.lang.String, java.lang.String)"><B>processPathConfig(String, String)</B></A> -
Method in interface org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/PathConfigProcessor.html" title="interface in org.apache.shiro.web.filter">PathConfigProcessor</A>
<DD>Processes the specified <code>config</code>, unique to the given <code>path</code>, and returns the Filter that should
execute for that path/config combination.
<DT><A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html#processPathConfig(java.lang.String, java.lang.String)"><B>processPathConfig(String, String)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/PathMatchingFilter.html" title="class in org.apache.shiro.web.filter">PathMatchingFilter</A>
<DD>Splits any comma-delmited values that might be found in the <code>config</code> argument and sets the resulting
<code>String[]</code> array on the <code>appliedPaths</code> internal Map.
<DT><A HREF="./org/apache/shiro/web/servlet/ProxiedFilterChain.html" title="class in org.apache.shiro.web.servlet"><B>ProxiedFilterChain</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>A proxied filter chain is a <CODE>FilterChain</CODE> instance that proxies an original <CODE>FilterChain</CODE> as well
as a <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><CODE>List</CODE></A> of other <CODE>Filter</CODE>s that might need to execute prior to the final wrapped
original chain.<DT><A HREF="./org/apache/shiro/web/servlet/ProxiedFilterChain.html#ProxiedFilterChain(javax.servlet.FilterChain, java.util.List)"><B>ProxiedFilterChain(FilterChain, List&lt;Filter&gt;)</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ProxiedFilterChain.html" title="class in org.apache.shiro.web.servlet">ProxiedFilterChain</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#proxy(javax.servlet.FilterChain, java.lang.String)"><B>proxy(FilterChain, String)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html#proxy(javax.servlet.FilterChain, java.lang.String)"><B>proxy(FilterChain, String)</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt">FilterChainManager</A>
<DD>Proxies the specified <code>original</code> FilterChain with the named chain.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/NamedFilterList.html#proxy(javax.servlet.FilterChain)"><B>proxy(FilterChain)</B></A> -
Method in interface org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/NamedFilterList.html" title="interface in org.apache.shiro.web.filter.mgt">NamedFilterList</A>
<DD>Returns a new <code>FilterChain</code> instance that will first execute this list's <code>Filter</code>s (in list order)
and end with the execution of the given <code>filterChain</code> instance.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#proxy(javax.servlet.FilterChain)"><B>proxy(FilterChain)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#putValue(java.lang.String, java.lang.Object)"><B>putValue(String, Object)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#queryProperties(java.util.Map)"><B>queryProperties(Map)</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>Determine name-value pairs for query strings, which will be stringified,
URL-encoded and formatted by appendQueryProperties.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#readValue(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>readValue(HttpServletRequest, HttpServletResponse)</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#readValue(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>readValue(HttpServletRequest, HttpServletResponse)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#redirectToLogin(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>redirectToLogin(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Convenience method for subclasses that merely acquires the <A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#getLoginUrl()"><CODE>getLoginUrl</CODE></A> and redirects
the request to that url.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#redirectToSavedRequest(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.String)"><B>redirectToSavedRequest(ServletRequest, ServletResponse, String)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Redirects the to the request url from a previously
<A HREF="./org/apache/shiro/web/util/WebUtils.html#saveRequest(javax.servlet.ServletRequest)"><CODE>saved</CODE></A> request, or if there is no saved request, redirects the
end user to the specified <code>fallbackUrl</code>.
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util"><B>RedirectView</B></A> - Class in <A HREF="./org/apache/shiro/web/util/package-summary.html">org.apache.shiro.web.util</A><DD>View that redirects to an absolute, context relative, or current request
relative URL, exposing all model attributes as HTTP query parameters.<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#RedirectView()"><B>RedirectView()</B></A> -
Constructor for class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>Constructor for use as a bean.
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#RedirectView(java.lang.String)"><B>RedirectView(String)</B></A> -
Constructor for class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>Create a new RedirectView with the given URL.
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#RedirectView(java.lang.String, boolean)"><B>RedirectView(String, boolean)</B></A> -
Constructor for class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>Create a new RedirectView with the given URL.
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#RedirectView(java.lang.String, boolean, boolean)"><B>RedirectView(String, boolean, boolean)</B></A> -
Constructor for class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>Create a new RedirectView with the given URL.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#REFERENCED_SESSION_ID"><B>REFERENCED_SESSION_ID</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#REFERENCED_SESSION_ID_IS_VALID"><B>REFERENCED_SESSION_ID_IS_VALID</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#REFERENCED_SESSION_ID_SOURCE"><B>REFERENCED_SESSION_ID_SOURCE</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#REFERENCED_SESSION_IS_NEW"><B>REFERENCED_SESSION_IS_NEW</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#registerFilters(java.util.Map, org.apache.shiro.web.filter.mgt.FilterChainManager)"><B>registerFilters(Map&lt;String, Filter&gt;, FilterChainManager)</B></A> -
Method in class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html#rememberSerializedIdentity(org.apache.shiro.subject.Subject, byte[])"><B>rememberSerializedIdentity(Subject, byte[])</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html" title="class in org.apache.shiro.web.mgt">CookieRememberMeManager</A>
<DD>Base64-encodes the specified serialized byte array and sets that base64-encoded String as the cookie value.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#remove(int)"><B>remove(int)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#removeAll(java.util.Collection)"><B>removeAll(Collection&lt;?&gt;)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#removeAttribute(java.lang.String)"><B>removeAttribute(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#removeAttribute(java.lang.Object)"><B>removeAttribute(Object)</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html#removeContextAttribute(java.lang.String)"><B>removeContextAttribute(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html" title="class in org.apache.shiro.web.servlet">ServletContextSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#removeFrom(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>removeFrom(HttpServletRequest, HttpServletResponse)</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#removeFrom(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>removeFrom(HttpServletRequest, HttpServletResponse)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#removeRequestIdentity(org.apache.shiro.subject.Subject)"><B>removeRequestIdentity(Subject)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#removeValue(java.lang.String)"><B>removeValue(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#renderMergedOutputModel(java.util.Map, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse)</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>Convert model to request parameters and redirect to the given URL.
<DT><A HREF="./org/apache/shiro/web/util/RequestPairSource.html" title="interface in org.apache.shiro.web.util"><B>RequestPairSource</B></A> - Interface in <A HREF="./org/apache/shiro/web/util/package-summary.html">org.apache.shiro.web.util</A><DD>A <code>RequestPairSource</code> is a component that can supply a <CODE>ServletRequest</CODE> and
<CODE>ServletResponse</CODE> pair associated with a currently executing request.<DT><A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html#resolveHost()"><B>resolveHost()</B></A> -
Method in class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html" title="class in org.apache.shiro.web.subject.support">DefaultWebSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html#resolveServletRequest()"><B>resolveServletRequest()</B></A> -
Method in class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html" title="class in org.apache.shiro.web.subject.support">DefaultWebSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html#resolveServletRequest()"><B>resolveServletRequest()</B></A> -
Method in interface org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html" title="interface in org.apache.shiro.web.subject">WebSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html#resolveServletResponse()"><B>resolveServletResponse()</B></A> -
Method in class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html" title="class in org.apache.shiro.web.subject.support">DefaultWebSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html#resolveServletResponse()"><B>resolveServletResponse()</B></A> -
Method in interface org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html" title="interface in org.apache.shiro.web.subject">WebSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/ResourceBasedWebEnvironment.html" title="class in org.apache.shiro.web.env"><B>ResourceBasedWebEnvironment</B></A> - Class in <A HREF="./org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</A><DD>Abstract implementation for <code>WebEnvironment</code>s that can be initialized via resource paths (config files).<DT><A HREF="./org/apache/shiro/web/env/ResourceBasedWebEnvironment.html#ResourceBasedWebEnvironment()"><B>ResourceBasedWebEnvironment()</B></A> -
Constructor for class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/ResourceBasedWebEnvironment.html" title="class in org.apache.shiro.web.env">ResourceBasedWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#retainAll(java.util.Collection)"><B>retainAll(Collection&lt;?&gt;)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/RolesAuthorizationFilter.html" title="class in org.apache.shiro.web.filter.authz"><B>RolesAuthorizationFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authz/package-summary.html">org.apache.shiro.web.filter.authz</A><DD>Filter that allows access if the current user has the roles specified by the mapped value, or denies access
if the user does not have all of the roles specified.<DT><A HREF="./org/apache/shiro/web/filter/authz/RolesAuthorizationFilter.html#RolesAuthorizationFilter()"><B>RolesAuthorizationFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/RolesAuthorizationFilter.html" title="class in org.apache.shiro.web.filter.authz">RolesAuthorizationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/RoleTag.html" title="class in org.apache.shiro.web.tags"><B>RoleTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>&nbsp;<DT><A HREF="./org/apache/shiro/web/tags/RoleTag.html#RoleTag()"><B>RoleTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/RoleTag.html" title="class in org.apache.shiro.web.tags">RoleTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#ROOT_PATH"><B>ROOT_PATH</B></A> -
Static variable in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>Root path to use when the path hasn't been set and request context root is empty or null.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#SAVED_REQUEST_KEY"><B>SAVED_REQUEST_KEY</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD><CODE>Session</CODE> key used to save a request and later restore it, for example when redirecting to a
requested page after login, equal to <code>shiroSavedRequest</code>.
<DT><A HREF="./org/apache/shiro/web/util/SavedRequest.html" title="class in org.apache.shiro.web.util"><B>SavedRequest</B></A> - Class in <A HREF="./org/apache/shiro/web/util/package-summary.html">org.apache.shiro.web.util</A><DD>Maintains request data for a request that was redirected, so that after authentication
the user can be redirected to the originally requested page.<DT><A HREF="./org/apache/shiro/web/util/SavedRequest.html#SavedRequest(javax.servlet.http.HttpServletRequest)"><B>SavedRequest(HttpServletRequest)</B></A> -
Constructor for class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/SavedRequest.html" title="class in org.apache.shiro.web.util">SavedRequest</A>
<DD>Constructs a new instance from the given HTTP request.
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#saveRequest(javax.servlet.ServletRequest)"><B>saveRequest(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Convenience method merely delegates to
<A HREF="./org/apache/shiro/web/util/WebUtils.html#saveRequest(javax.servlet.ServletRequest)"><CODE>WebUtils.saveRequest(request)</CODE></A> to save the request
state for reuse later.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#saveRequest(javax.servlet.ServletRequest)"><B>saveRequest(ServletRequest)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#saveRequestAndRedirectToLogin(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>saveRequestAndRedirectToLogin(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Convenience method for subclasses to use when a login redirect is required.
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#saveTo(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>saveTo(HttpServletRequest, HttpServletResponse)</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#saveTo(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>saveTo(HttpServletRequest, HttpServletResponse)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#SECURE_ATTRIBUTE_NAME"><B>SECURE_ATTRIBUTE_NAME</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/SecureTag.html" title="class in org.apache.shiro.web.tags"><B>SecureTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>&nbsp;<DT><A HREF="./org/apache/shiro/web/tags/SecureTag.html#SecureTag()"><B>SecureTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/SecureTag.html" title="class in org.apache.shiro.web.tags">SecureTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#sendChallenge(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>sendChallenge(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Builds the challenge for authorization by setting a HTTP <code>401</code> (Unauthorized) status as well as the
response's <A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#AUTHENTICATE_HEADER"><CODE>AUTHENTICATE_HEADER</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#sendRedirect(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String, boolean)"><B>sendRedirect(HttpServletRequest, HttpServletResponse, String, boolean)</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>Send a redirect back to the HTTP client
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#SERVLET_REQUEST_KEY"><B>SERVLET_REQUEST_KEY</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#SERVLET_RESPONSE_KEY"><B>SERVLET_RESPONSE_KEY</B></A> -
Static variable in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html" title="class in org.apache.shiro.web.session.mgt"><B>ServletContainerSessionManager</B></A> - Class in <A HREF="./org/apache/shiro/web/session/mgt/package-summary.html">org.apache.shiro.web.session.mgt</A><DD>SessionManager implementation providing <CODE>Session</CODE> implementations that are merely wrappers for the
Servlet container's <CODE>HttpSession</CODE>.<DT><A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html#ServletContainerSessionManager()"><B>ServletContainerSessionManager()</B></A> -
Constructor for class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html" title="class in org.apache.shiro.web.session.mgt">ServletContainerSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#servletContext"><B>servletContext</B></A> -
Variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#servletContext"><B>servletContext</B></A> -
Variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html" title="class in org.apache.shiro.web.servlet"><B>ServletContextSupport</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>Base implementation for any components that need to access the web application's <CODE>ServletContext</CODE>.<DT><A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html#ServletContextSupport()"><B>ServletContextSupport()</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html" title="class in org.apache.shiro.web.servlet">ServletContextSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#session"><B>session</B></A> -
Variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#session"><B>session</B></A> -
Variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#set(int, javax.servlet.Filter)"><B>set(int, Filter)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#setApplicationName(java.lang.String)"><B>setApplicationName(String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Sets the name to use in the ServletResponse's <b><code>WWW-Authenticate</code></b> header.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#setAttribute(java.lang.String, java.lang.Object)"><B>setAttribute(String, Object)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#setAttribute(java.lang.Object, java.lang.Object)"><B>setAttribute(Object, Object)</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#setAuthcScheme(java.lang.String)"><B>setAuthcScheme(String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Sets the HTTP <b><code>WWW-Authenticate</code></b> header scheme that this filter will use when sending the
HTTP Basic challenge response.
<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html#setAuthorizedHosts(java.lang.String)"><B>setAuthorizedHosts(String)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz">HostFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html#setAuthzScheme(java.lang.String)"><B>setAuthzScheme(String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">BasicHttpAuthenticationFilter</A>
<DD>Sets the HTTP <b><code>Authorization</code></b> header value that this filter will respond to as indicating a
login request.
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#setComment(java.lang.String)"><B>setComment(String)</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#setComment(java.lang.String)"><B>setComment(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#setConfig(java.lang.String)"><B>setConfig(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;Sets the actual INI configuration text to use to build the <CODE>SecurityManager</CODE> and
<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainResolver.html" title="interface in org.apache.shiro.web.filter.mgt"><CODE>FilterChainResolver</CODE></A> used by the web application.
<DT><A HREF="./org/apache/shiro/web/env/ResourceBasedWebEnvironment.html#setConfigLocations(java.lang.String)"><B>setConfigLocations(String)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/ResourceBasedWebEnvironment.html" title="class in org.apache.shiro.web.env">ResourceBasedWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/ResourceBasedWebEnvironment.html#setConfigLocations(java.lang.String[])"><B>setConfigLocations(String[])</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/ResourceBasedWebEnvironment.html" title="class in org.apache.shiro.web.env">ResourceBasedWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#setConfigPath(java.lang.String)"><B>setConfigPath(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html" title="class in org.apache.shiro.web.servlet">IniShiroFilter</A>
<DD><B>Deprecated.</B>&nbsp;Sets the config path to be used to load a .ini file for configuration if a configuration is
not specified via the <A HREF="./org/apache/shiro/web/servlet/IniShiroFilter.html#getConfig()"><CODE>config</CODE></A> attribute.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html#setContext(javax.servlet.ServletContext)"><B>setContext(ServletContext)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletResponse</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html#setContextAttribute(java.lang.String, java.lang.Object)"><B>setContextAttribute(String, Object)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html" title="class in org.apache.shiro.web.servlet">ServletContextSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#setContextRelative(boolean)"><B>setContextRelative(boolean)</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>Set whether to interpret a given URL that starts with a slash ("/")
as relative to the current ServletContext, i.e.
<DT><A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html#setCookie(org.apache.shiro.web.servlet.Cookie)"><B>setCookie(Cookie)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/CookieRememberMeManager.html" title="class in org.apache.shiro.web.mgt">CookieRememberMeManager</A>
<DD>Sets the cookie 'template' that will be used to set all attributes of outgoing rememberMe cookies created by
this <code>RememberMeManager</code>.
<DT><A HREF="./org/apache/shiro/web/tags/PrincipalTag.html#setDefaultValue(java.lang.String)"><B>setDefaultValue(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PrincipalTag.html" title="class in org.apache.shiro.web.tags">PrincipalTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html#setDeniedHosts(java.lang.String)"><B>setDeniedHosts(String)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/HostFilter.html" title="class in org.apache.shiro.web.filter.authz">HostFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#setDomain(java.lang.String)"><B>setDomain(String)</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#setDomain(java.lang.String)"><B>setDomain(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html#setEnabled(boolean)"><B>setEnabled(boolean)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html" title="class in org.apache.shiro.web.servlet">OncePerRequestFilter</A>
<DD>Sets whether or not this filter <em>generally</em> executes for any request.
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#setEncodingScheme(java.lang.String)"><B>setEncodingScheme(String)</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>Set the encoding scheme for this view.
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#setFailureAttribute(javax.servlet.ServletRequest, org.apache.shiro.authc.AuthenticationException)"><B>setFailureAttribute(ServletRequest, AuthenticationException)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#setFailureKeyAttribute(java.lang.String)"><B>setFailureKeyAttribute(String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html#setFilterChainManager(org.apache.shiro.web.filter.mgt.FilterChainManager)"><B>setFilterChainManager(FilterChainManager)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html" title="class in org.apache.shiro.web.filter.mgt">PathMatchingFilterChainResolver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html#setFilterChainResolver(org.apache.shiro.web.filter.mgt.FilterChainResolver)"><B>setFilterChainResolver(FilterChainResolver)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html" title="class in org.apache.shiro.web.env">DefaultWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/MutableWebEnvironment.html#setFilterChainResolver(org.apache.shiro.web.filter.mgt.FilterChainResolver)"><B>setFilterChainResolver(FilterChainResolver)</B></A> -
Method in interface org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/MutableWebEnvironment.html" title="interface in org.apache.shiro.web.env">MutableWebEnvironment</A>
<DD>Sets the <code>WebEnvironment</code>'s <A HREF="./org/apache/shiro/web/filter/mgt/FilterChainResolver.html" title="interface in org.apache.shiro.web.filter.mgt"><CODE>FilterChainResolver</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#setFilterChainResolver(org.apache.shiro.web.filter.mgt.FilterChainResolver)"><B>setFilterChainResolver(FilterChainResolver)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#setFilterChains(java.util.Map)"><B>setFilterChains(Map&lt;String, NamedFilterList&gt;)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#setFilterConfig(javax.servlet.FilterConfig)"><B>setFilterConfig(FilterConfig)</B></A> -
Method in class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#setFilterConfig(javax.servlet.FilterConfig)"><B>setFilterConfig(FilterConfig)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>Sets the <code>FilterConfig</code> provided by the Servlet container at webapp startup.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html#setFilterConfig(javax.servlet.FilterConfig)"><B>setFilterConfig(FilterConfig)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractFilter.html" title="class in org.apache.shiro.web.servlet">AbstractFilter</A>
<DD>Sets the FilterConfig <em>and</em> the <code>ServletContext</code> as attributes of this class for use by
subclasses.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#setFilters(java.util.Map)"><B>setFilters(Map&lt;String, Filter&gt;)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#setHost(java.lang.String)"><B>setHost(String)</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#setHttp10Compatible(boolean)"><B>setHttp10Compatible(boolean)</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>Set whether to stay compatible with HTTP 1.0 clients.
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#setHttpOnly(boolean)"><B>setHttpOnly(boolean)</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#setHttpOnly(boolean)"><B>setHttpOnly(boolean)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html#setIni(org.apache.shiro.config.Ini)"><B>setIni(Ini)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/IniWebEnvironment.html" title="class in org.apache.shiro.web.env">IniWebEnvironment</A>
<DD>Allows for configuration via a direct <CODE>Ini</CODE> instance instead of via
<A HREF="./org/apache/shiro/web/env/ResourceBasedWebEnvironment.html#getConfigLocations()"><CODE>config locations</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html#setLoginUrl(java.lang.String)"><B>setLoginUrl(String)</B></A> -
Method in class org.apache.shiro.web.filter.<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter">AccessControlFilter</A>
<DD>Sets the login URL used to authenticate a user.
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#setLoginUrl(java.lang.String)"><B>setLoginUrl(String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#setMaxAge(int)"><B>setMaxAge(int)</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#setMaxAge(int)"><B>setMaxAge(int)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#setMaxInactiveInterval(int)"><B>setMaxInactiveInterval(int)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/NameableFilter.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/NameableFilter.html" title="class in org.apache.shiro.web.servlet">NameableFilter</A>
<DD>Sets the filter's name.
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/PermissionTag.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PermissionTag.html" title="class in org.apache.shiro.web.tags">PermissionTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/RoleTag.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/RoleTag.html" title="class in org.apache.shiro.web.tags">RoleTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#setPasswordParam(java.lang.String)"><B>setPasswordParam(String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>Sets the request parameter name to look for when acquiring the password.
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#setPath(java.lang.String)"><B>setPath(String)</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#setPath(java.lang.String)"><B>setPath(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html#setPathMatcher(org.apache.shiro.util.PatternMatcher)"><B>setPathMatcher(PatternMatcher)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.html" title="class in org.apache.shiro.web.filter.mgt">PathMatchingFilterChainResolver</A>
<DD>Sets the <code>PatternMatcher</code> used when determining if an incoming request's path
matches a configured filter chain.
<DT><A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html#setPort(int)"><B>setPort(int)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html" title="class in org.apache.shiro.web.filter.authz">PortFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/PrincipalTag.html#setProperty(java.lang.String)"><B>setProperty(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PrincipalTag.html" title="class in org.apache.shiro.web.tags">PrincipalTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html#setRedirectUrl(java.lang.String)"><B>setRedirectUrl(String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/LogoutFilter.html" title="class in org.apache.shiro.web.filter.authc">LogoutFilter</A>
<DD>Sets the URL to where the user will be redirected after logout.
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#setRememberMeParam(java.lang.String)"><B>setRememberMeParam(String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>Sets the request parameter name to look for when acquiring the rememberMe boolean value.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html#setRequest(org.apache.shiro.web.servlet.ShiroHttpServletRequest)"><B>setRequest(ShiroHttpServletRequest)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletResponse</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html#setRequest(javax.servlet.ServletRequest)"><B>setRequest(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html" title="class in org.apache.shiro.web.subject">WebSubject.Builder</A>
<DD>Called by the <code>WebSubject.Builder</code> constructor, this method places the request object in the
context map for later retrieval.
<DT><A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html#setResponse(javax.servlet.ServletResponse)"><B>setResponse(ServletResponse)</B></A> -
Method in class org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html" title="class in org.apache.shiro.web.subject">WebSubject.Builder</A>
<DD>Called by the <code>WebSubject.Builder</code> constructor, this method places the response object in the
context map for later retrieval.
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#setSecure(boolean)"><B>setSecure(boolean)</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#setSecure(boolean)"><B>setSecure(boolean)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html#setSecurityManager(org.apache.shiro.mgt.SecurityManager)"><B>setSecurityManager(SecurityManager)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html" title="class in org.apache.shiro.web.env">DefaultWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#setSecurityManager(org.apache.shiro.web.mgt.WebSecurityManager)"><B>setSecurityManager(WebSecurityManager)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html#setServletContext(javax.servlet.ServletContext)"><B>setServletContext(ServletContext)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html" title="class in org.apache.shiro.web.env">DefaultWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/MutableWebEnvironment.html#setServletContext(javax.servlet.ServletContext)"><B>setServletContext(ServletContext)</B></A> -
Method in interface org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/MutableWebEnvironment.html" title="interface in org.apache.shiro.web.env">MutableWebEnvironment</A>
<DD>Sets the <A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><CODE>WebEnvironment</CODE></A>'s associated <code>ServletContext</code> instance.
<DT><A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html#setServletContext(javax.servlet.ServletContext)"><B>setServletContext(ServletContext)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html" title="class in org.apache.shiro.web.servlet">ServletContextSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html#setServletRequest(javax.servlet.ServletRequest)"><B>setServletRequest(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/WebSessionContext.html#setServletRequest(javax.servlet.ServletRequest)"><B>setServletRequest(ServletRequest)</B></A> -
Method in interface org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/WebSessionContext.html" title="interface in org.apache.shiro.web.session.mgt">WebSessionContext</A>
<DD>Sets the <code>ServletRequest</code> received by the servlet container triggering the creation of the
<code>Session</code> instance.
<DT><A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html#setServletRequest(javax.servlet.ServletRequest)"><B>setServletRequest(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html" title="class in org.apache.shiro.web.subject.support">DefaultWebSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html#setServletRequest(javax.servlet.ServletRequest)"><B>setServletRequest(ServletRequest)</B></A> -
Method in interface org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html" title="interface in org.apache.shiro.web.subject">WebSubjectContext</A>
<DD>Sets the <code>ServletRequest</code> received by the servlet container triggering the creation of the
<code>Subject</code> instance.
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html#setServletResponse(javax.servlet.ServletResponse)"><B>setServletResponse(ServletResponse)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionContext.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/WebSessionContext.html#setServletResponse(javax.servlet.ServletResponse)"><B>setServletResponse(ServletResponse)</B></A> -
Method in interface org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/WebSessionContext.html" title="interface in org.apache.shiro.web.session.mgt">WebSessionContext</A>
<DD>Sets the paired <code>ServletResponse</code> corresponding to the associated <A HREF="./org/apache/shiro/web/session/mgt/WebSessionContext.html#getServletRequest()"><CODE>servletRequest</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html#setServletResponse(javax.servlet.ServletResponse)"><B>setServletResponse(ServletResponse)</B></A> -
Method in class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/DefaultWebSubjectContext.html" title="class in org.apache.shiro.web.subject.support">DefaultWebSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html#setServletResponse(javax.servlet.ServletResponse)"><B>setServletResponse(ServletResponse)</B></A> -
Method in interface org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html" title="interface in org.apache.shiro.web.subject">WebSubjectContext</A>
<DD>Sets the paired <code>ServletResponse</code> corresponding to the associated <A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html#getServletRequest()"><CODE>servletRequest</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#setSessionIdCookie(org.apache.shiro.web.servlet.Cookie)"><B>setSessionIdCookie(Cookie)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html#setSessionIdCookieEnabled(boolean)"><B>setSessionIdCookieEnabled(boolean)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/DefaultWebSessionManager.html" title="class in org.apache.shiro.web.session.mgt">DefaultWebSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#setSessionManager(org.apache.shiro.session.mgt.SessionManager)"><B>setSessionManager(SessionManager)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#setSessionMode(java.lang.String)"><B>setSessionMode(String)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD><B>Deprecated.</B>&nbsp;<I>since 1.2</I>
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#setStaticSecurityManagerEnabled(boolean)"><B>setStaticSecurityManagerEnabled(boolean)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>Sets if the constructed <A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#getSecurityManager()"><CODE>securityManager</CODE></A> reference should be bound
to static memory (via <code>SecurityUtils.</code><CODE>setSecurityManager</CODE>).
<DT><A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html#setSubjectDAO(org.apache.shiro.mgt.SubjectDAO)"><B>setSubjectDAO(SubjectDAO)</B></A> -
Method in class org.apache.shiro.web.mgt.<A HREF="./org/apache/shiro/web/mgt/DefaultWebSecurityManager.html" title="class in org.apache.shiro.web.mgt">DefaultWebSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html#setSuccessUrl(java.lang.String)"><B>setSuccessUrl(String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">AuthenticationFilter</A>
<DD>Sets the default/fallback success url to use as the default location a user is sent after logging in.
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#setTimeout(long)"><B>setTimeout(long)</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/PrincipalTag.html#setType(java.lang.String)"><B>setType(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PrincipalTag.html" title="class in org.apache.shiro.web.tags">PrincipalTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authz/AuthorizationFilter.html#setUnauthorizedUrl(java.lang.String)"><B>setUnauthorizedUrl(String)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/AuthorizationFilter.html" title="class in org.apache.shiro.web.filter.authz">AuthorizationFilter</A>
<DD>Sets the URL to which users should be redirected if they are denied access to an underlying path or resource.
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#setUrl(java.lang.String)"><B>setUrl(String)</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html#setUsernameParam(java.lang.String)"><B>setUsernameParam(String)</B></A> -
Method in class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc">FormAuthenticationFilter</A>
<DD>Sets the request parameter name to look for when acquiring the username.
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#setValue(java.lang.String)"><B>setValue(String)</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#setValue(java.lang.String)"><B>setValue(String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/Cookie.html#setVersion(int)"><B>setVersion(int)</B></A> -
Method in interface org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet">Cookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#setVersion(int)"><B>setVersion(int)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html#setWebSecurityManager(org.apache.shiro.web.mgt.WebSecurityManager)"><B>setWebSecurityManager(WebSecurityManager)</B></A> -
Method in class org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/DefaultWebEnvironment.html" title="class in org.apache.shiro.web.env">DefaultWebEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/MutableWebEnvironment.html#setWebSecurityManager(org.apache.shiro.web.mgt.WebSecurityManager)"><B>setWebSecurityManager(WebSecurityManager)</B></A> -
Method in interface org.apache.shiro.web.env.<A HREF="./org/apache/shiro/web/env/MutableWebEnvironment.html" title="interface in org.apache.shiro.web.env">MutableWebEnvironment</A>
<DD>Sets the <code>WebEnvironment</code>'s <A HREF="./org/apache/shiro/web/mgt/WebSecurityManager.html" title="interface in org.apache.shiro.web.mgt"><CODE>WebSecurityManager</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroFilter.html" title="class in org.apache.shiro.web.servlet"><B>ShiroFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>Primary Shiro Filter for web applications configuring Shiro via Servlet &lt;listener&gt; in web.xml.<DT><A HREF="./org/apache/shiro/web/servlet/ShiroFilter.html#ShiroFilter()"><B>ShiroFilter()</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroFilter.html" title="class in org.apache.shiro.web.servlet">ShiroFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet"><B>ShiroHttpServletRequest</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>A <code>ShiroHttpServletRequest</code> wraps the Servlet container's original <code>ServletRequest</code> instance, but ensures
that all <CODE>HttpServletRequest</CODE> invocations that require Shiro's support (<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#getRemoteUser()"><CODE>getRemoteUser</CODE></A>,
<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#getSession(boolean)"><CODE>getSession</CODE></A>, etc) can be executed first by Shiro as necessary before allowing the underlying
Servlet container instance's method to be invoked.<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#ShiroHttpServletRequest(javax.servlet.http.HttpServletRequest, javax.servlet.ServletContext, boolean)"><B>ShiroHttpServletRequest(HttpServletRequest, ServletContext, boolean)</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet"><B>ShiroHttpServletResponse</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>HttpServletResponse implementation to support URL Encoding of Shiro Session IDs.<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html#ShiroHttpServletResponse(javax.servlet.http.HttpServletResponse, javax.servlet.ServletContext, org.apache.shiro.web.servlet.ShiroHttpServletRequest)"><B>ShiroHttpServletResponse(HttpServletResponse, ServletContext, ShiroHttpServletRequest)</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletResponse</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet"><B>ShiroHttpSession</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>Wrapper class that uses a Shiro <CODE>Session</CODE> under the hood for all session operations instead of the
Servlet Container's session mechanism.<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html#ShiroHttpSession(org.apache.shiro.session.Session, javax.servlet.http.HttpServletRequest, javax.servlet.ServletContext)"><B>ShiroHttpSession(Session, HttpServletRequest, ServletContext)</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpSession.html" title="class in org.apache.shiro.web.servlet">ShiroHttpSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html#shouldNotFilter(javax.servlet.ServletRequest)"><B>shouldNotFilter(ServletRequest)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html" title="class in org.apache.shiro.web.servlet">OncePerRequestFilter</A>
<DD><B>Deprecated.</B>&nbsp;<I>in favor of overriding <A HREF="./org/apache/shiro/web/servlet/OncePerRequestFilter.html#isEnabled(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>OncePerRequestFilter.isEnabled(javax.servlet.ServletRequest, javax.servlet.ServletResponse)</CODE></A>
for custom behavior. This method will be removed in Shiro 2.0.</I>
<DT><A HREF="./org/apache/shiro/web/tags/HasAnyRolesTag.html#showTagBody(java.lang.String)"><B>showTagBody(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/HasAnyRolesTag.html" title="class in org.apache.shiro.web.tags">HasAnyRolesTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/HasPermissionTag.html#showTagBody(java.lang.String)"><B>showTagBody(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/HasPermissionTag.html" title="class in org.apache.shiro.web.tags">HasPermissionTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/HasRoleTag.html#showTagBody(java.lang.String)"><B>showTagBody(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/HasRoleTag.html" title="class in org.apache.shiro.web.tags">HasRoleTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/LacksPermissionTag.html#showTagBody(java.lang.String)"><B>showTagBody(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/LacksPermissionTag.html" title="class in org.apache.shiro.web.tags">LacksPermissionTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/LacksRoleTag.html#showTagBody(java.lang.String)"><B>showTagBody(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/LacksRoleTag.html" title="class in org.apache.shiro.web.tags">LacksRoleTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/PermissionTag.html#showTagBody(java.lang.String)"><B>showTagBody(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PermissionTag.html" title="class in org.apache.shiro.web.tags">PermissionTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/RoleTag.html#showTagBody(java.lang.String)"><B>showTagBody(String)</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/RoleTag.html" title="class in org.apache.shiro.web.tags">RoleTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet"><B>SimpleCookie</B></A> - Class in <A HREF="./org/apache/shiro/web/servlet/package-summary.html">org.apache.shiro.web.servlet</A><DD>Default <A HREF="./org/apache/shiro/web/servlet/Cookie.html" title="interface in org.apache.shiro.web.servlet"><CODE>Cookie</CODE></A> implementation.<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#SimpleCookie()"><B>SimpleCookie()</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#SimpleCookie(java.lang.String)"><B>SimpleCookie(String)</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#SimpleCookie(org.apache.shiro.web.servlet.Cookie)"><B>SimpleCookie(Cookie)</B></A> -
Constructor for class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt"><B>SimpleNamedFilterList</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/mgt/package-summary.html">org.apache.shiro.web.filter.mgt</A><DD>Simple <code>NamedFilterList</code> implementation that is supported by a backing <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><CODE>List</CODE></A> instance and a simple
<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#getName()"><CODE>name</CODE></A> property.<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#SimpleNamedFilterList(java.lang.String)"><B>SimpleNamedFilterList(String)</B></A> -
Constructor for class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>Creates a new <code>SimpleNamedFilterList</code> instance with the specified <code>name</code>, defaulting to a new
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util"><CODE>ArrayList</CODE></A> instance as the backing list.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#SimpleNamedFilterList(java.lang.String, java.util.List)"><B>SimpleNamedFilterList(String, List&lt;Filter&gt;)</B></A> -
Constructor for class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>Creates a new <code>SimpleNamedFilterList</code> instance with the specified <code>name</code> and <code>backingList</code>.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#size()"><B>size()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#splitChainDefinition(java.lang.String)"><B>splitChainDefinition(String)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>Splits the comma-delimited filter chain definition line into individual filter definition tokens.
<DT><A HREF="./org/apache/shiro/web/filter/authz/SslFilter.html" title="class in org.apache.shiro.web.filter.authz"><B>SslFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authz/package-summary.html">org.apache.shiro.web.filter.authz</A><DD>Filter which requires a request to be over SSL.<DT><A HREF="./org/apache/shiro/web/filter/authz/SslFilter.html#SslFilter()"><B>SslFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/SslFilter.html" title="class in org.apache.shiro.web.filter.authz">SslFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html#start(org.apache.shiro.session.mgt.SessionContext)"><B>start(SessionContext)</B></A> -
Method in class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html" title="class in org.apache.shiro.web.session.mgt">ServletContainerSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#stop()"><B>stop()</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#subList(int, int)"><B>subList(int, int)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#toArray()"><B>toArray()</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html#toArray(T[])"><B>toArray(T[])</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.html" title="class in org.apache.shiro.web.filter.mgt">SimpleNamedFilterList</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html#toEncoded(java.lang.String, java.lang.String)"><B>toEncoded(String, String)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletResponse</A>
<DD>Return the specified URL with the specified session identifier suitably encoded.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#toHttp(javax.servlet.ServletRequest)"><B>toHttp(ServletRequest)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>A convenience method that merely casts the incoming <code>ServletRequest</code> to an
<code>HttpServletRequest</code>:
<p/>
<code>return (HttpServletRequest)request;</code>
<p/>
Logic could be changed in the future for logging or throwing an meaningful exception in
non HTTP request environments (e.g.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#toHttp(javax.servlet.ServletResponse)"><B>toHttp(ServletResponse)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>A convenience method that merely casts the incoming <code>ServletResponse</code> to an
<code>HttpServletResponse</code>:
<p/>
<code>return (HttpServletResponse)response;</code>
<p/>
Logic could be changed in the future for logging or throwing an meaningful exception in
non HTTP request environments (e.g.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html#toNameConfigPair(java.lang.String)"><B>toNameConfigPair(String)</B></A> -
Method in class org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.html" title="class in org.apache.shiro.web.filter.mgt">DefaultFilterChainManager</A>
<DD>Based on the given filter chain definition token (e.g.
<DT><A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html#toPort(java.lang.Object)"><B>toPort(Object)</B></A> -
Method in class org.apache.shiro.web.filter.authz.<A HREF="./org/apache/shiro/web/filter/authz/PortFilter.html" title="class in org.apache.shiro.web.filter.authz">PortFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html" title="class in org.apache.shiro.web.servlet">ServletContextSupport</A>
<DD>It is highly recommended not to override this method directly, and instead override the
<A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html#toStringBuilder()"><CODE>toStringBuilder()</CODE></A> method, a better-performing alternative.
<DT><A HREF="./org/apache/shiro/web/servlet/NameableFilter.html#toStringBuilder()"><B>toStringBuilder()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/NameableFilter.html" title="class in org.apache.shiro.web.servlet">NameableFilter</A>
<DD>Returns a StringBuilder instance with the <A HREF="./org/apache/shiro/web/servlet/NameableFilter.html#getName()"><CODE>name</CODE></A>, or if the name is <code>null</code>, just the
<code>super.toStringBuilder()</code> instance.
<DT><A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html#toStringBuilder()"><B>toStringBuilder()</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html" title="class in org.apache.shiro.web.servlet">ServletContextSupport</A>
<DD>Same concept as <A HREF="./org/apache/shiro/web/servlet/ServletContextSupport.html#toString()"><CODE>toString()</CODE></A>, but returns a <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><CODE>StringBuilder</CODE></A> instance instead.
<DT><A HREF="./org/apache/shiro/web/session/HttpServletSession.html#touch()"><B>touch()</B></A> -
Method in class org.apache.shiro.web.session.<A HREF="./org/apache/shiro/web/session/HttpServletSession.html" title="class in org.apache.shiro.web.session">HttpServletSession</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#updateSessionLastAccessTime(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>updateSessionLastAccessTime(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>Updates any 'native' Session's last access time that might exist to the timestamp when this method is called.
<DT><A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html#URL_SESSION_ID_SOURCE"><B>URL_SESSION_ID_SOURCE</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet">ShiroHttpServletRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/util/RedirectView.html#urlEncode(java.lang.String, java.lang.String)"><B>urlEncode(String, String)</B></A> -
Method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/RedirectView.html" title="class in org.apache.shiro.web.util">RedirectView</A>
<DD>URL-encode the given input String with the given encoding scheme, using
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/net/URLEncoder.html?is-external=true#encode(java.lang.String, java.lang.String)" title="class or interface in java.net"><CODE>URLEncoder.encode(input, enc)</CODE></A>.
<DT><A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html#URLS"><B>URLS</B></A> -
Static variable in class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/IniFilterChainResolverFactory.html" title="class in org.apache.shiro.web.config">IniFilterChainResolverFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/filter/authc/UserFilter.html" title="class in org.apache.shiro.web.filter.authc"><B>UserFilter</B></A> - Class in <A HREF="./org/apache/shiro/web/filter/authc/package-summary.html">org.apache.shiro.web.filter.authc</A><DD>Filter that allows access to resources if the accessor is a known user, which is defined as
having a known principal.<DT><A HREF="./org/apache/shiro/web/filter/authc/UserFilter.html#UserFilter()"><B>UserFilter()</B></A> -
Constructor for class org.apache.shiro.web.filter.authc.<A HREF="./org/apache/shiro/web/filter/authc/UserFilter.html" title="class in org.apache.shiro.web.filter.authc">UserFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/UserTag.html" title="class in org.apache.shiro.web.tags"><B>UserTag</B></A> - Class in <A HREF="./org/apache/shiro/web/tags/package-summary.html">org.apache.shiro.web.tags</A><DD>JSP tag that renders the tag body if the current user known to the system, either from a successful login attempt
(not necessarily during the current session) or from 'RememberMe' services.<DT><A HREF="./org/apache/shiro/web/tags/UserTag.html#UserTag()"><B>UserTag()</B></A> -
Constructor for class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/UserTag.html" title="class in org.apache.shiro.web.tags">UserTag</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilter.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilter.html" title="enum in org.apache.shiro.web.filter.mgt">DefaultFilter</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilter.html#values()"><B>values()</B></A> -
Static method in enum org.apache.shiro.web.filter.mgt.<A HREF="./org/apache/shiro/web/filter/mgt/DefaultFilter.html" title="enum in org.apache.shiro.web.filter.mgt">DefaultFilter</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/apache/shiro/web/tags/PermissionTag.html#verifyAttributes()"><B>verifyAttributes()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/PermissionTag.html" title="class in org.apache.shiro.web.tags">PermissionTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/tags/SecureTag.html#verifyAttributes()"><B>verifyAttributes()</B></A> -
Method in class org.apache.shiro.web.tags.<A HREF="./org/apache/shiro/web/tags/SecureTag.html" title="class in org.apache.shiro.web.tags">SecureTag</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html#VERSION_ATTRIBUTE_NAME"><B>VERSION_ATTRIBUTE_NAME</B></A> -
Static variable in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/SimpleCookie.html" title="class in org.apache.shiro.web.servlet">SimpleCookie</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html" title="class in org.apache.shiro.web.subject.support"><B>WebDelegatingSubject</B></A> - Class in <A HREF="./org/apache/shiro/web/subject/support/package-summary.html">org.apache.shiro.web.subject.support</A><DD>Default <A HREF="./org/apache/shiro/web/subject/WebSubject.html" title="interface in org.apache.shiro.web.subject"><CODE>WebSubject</CODE></A> implementation that additional ensures the ability to retain a
servlet request/response pair to be used by internal shiro components as necessary during the request execution.<DT><A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html#WebDelegatingSubject(org.apache.shiro.subject.PrincipalCollection, boolean, java.lang.String, org.apache.shiro.session.Session, javax.servlet.ServletRequest, javax.servlet.ServletResponse, org.apache.shiro.mgt.SecurityManager)"><B>WebDelegatingSubject(PrincipalCollection, boolean, String, Session, ServletRequest, ServletResponse, SecurityManager)</B></A> -
Constructor for class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html" title="class in org.apache.shiro.web.subject.support">WebDelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html#WebDelegatingSubject(org.apache.shiro.subject.PrincipalCollection, boolean, java.lang.String, org.apache.shiro.session.Session, boolean, javax.servlet.ServletRequest, javax.servlet.ServletResponse, org.apache.shiro.mgt.SecurityManager)"><B>WebDelegatingSubject(PrincipalCollection, boolean, String, Session, boolean, ServletRequest, ServletResponse, SecurityManager)</B></A> -
Constructor for class org.apache.shiro.web.subject.support.<A HREF="./org/apache/shiro/web/subject/support/WebDelegatingSubject.html" title="class in org.apache.shiro.web.subject.support">WebDelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/env/WebEnvironment.html" title="interface in org.apache.shiro.web.env"><B>WebEnvironment</B></A> - Interface in <A HREF="./org/apache/shiro/web/env/package-summary.html">org.apache.shiro.web.env</A><DD>A web-specific <CODE>Environment</CODE> instance, used in web applications.<DT><A HREF="./org/apache/shiro/web/config/WebIniSecurityManagerFactory.html" title="class in org.apache.shiro.web.config"><B>WebIniSecurityManagerFactory</B></A> - Class in <A HREF="./org/apache/shiro/web/config/package-summary.html">org.apache.shiro.web.config</A><DD>Differs from the parent class only in the <A HREF="./org/apache/shiro/web/config/WebIniSecurityManagerFactory.html#createDefaultInstance()"><CODE>WebIniSecurityManagerFactory.createDefaultInstance()</CODE></A> method, to
ensure a web-capable <code>SecurityManager</code> instance is created by default.<DT><A HREF="./org/apache/shiro/web/config/WebIniSecurityManagerFactory.html#WebIniSecurityManagerFactory()"><B>WebIniSecurityManagerFactory()</B></A> -
Constructor for class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/WebIniSecurityManagerFactory.html" title="class in org.apache.shiro.web.config">WebIniSecurityManagerFactory</A>
<DD>Creates a new <code>WebIniSecurityManagerFactory</code> instance which will construct web-capable
<code>SecurityManager</code> instances.
<DT><A HREF="./org/apache/shiro/web/config/WebIniSecurityManagerFactory.html#WebIniSecurityManagerFactory(org.apache.shiro.config.Ini)"><B>WebIniSecurityManagerFactory(Ini)</B></A> -
Constructor for class org.apache.shiro.web.config.<A HREF="./org/apache/shiro/web/config/WebIniSecurityManagerFactory.html" title="class in org.apache.shiro.web.config">WebIniSecurityManagerFactory</A>
<DD>Creates a new <code>WebIniSecurityManagerFactory</code> instance which will construct web-capable
<code>SecurityManager</code> instances.
<DT><A HREF="./org/apache/shiro/web/mgt/WebSecurityManager.html" title="interface in org.apache.shiro.web.mgt"><B>WebSecurityManager</B></A> - Interface in <A HREF="./org/apache/shiro/web/mgt/package-summary.html">org.apache.shiro.web.mgt</A><DD>This interface represents a <CODE>SecurityManager</CODE> implementation that can used in web-enabled applications.<DT><A HREF="./org/apache/shiro/web/session/mgt/WebSessionContext.html" title="interface in org.apache.shiro.web.session.mgt"><B>WebSessionContext</B></A> - Interface in <A HREF="./org/apache/shiro/web/session/mgt/package-summary.html">org.apache.shiro.web.session.mgt</A><DD>A <code>WebSubjectContext</code> is a <CODE>SessionContext</CODE> that additionally provides for type-safe
methods to set and retrieve a <CODE>ServletRequest</CODE> and <CODE>ServletResponse</CODE>, as the request/response pair will
often need to be referenced during construction of web-initiated <code>Session</code> instances.<DT><A HREF="./org/apache/shiro/web/session/mgt/WebSessionKey.html" title="class in org.apache.shiro.web.session.mgt"><B>WebSessionKey</B></A> - Class in <A HREF="./org/apache/shiro/web/session/mgt/package-summary.html">org.apache.shiro.web.session.mgt</A><DD>A <CODE>SessionKey</CODE> implementation that also retains the
<code>ServletRequest</code> and <code>ServletResponse</code> associated with the web request that is performing the
session lookup.<DT><A HREF="./org/apache/shiro/web/session/mgt/WebSessionKey.html#WebSessionKey(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>WebSessionKey(ServletRequest, ServletResponse)</B></A> -
Constructor for class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/WebSessionKey.html" title="class in org.apache.shiro.web.session.mgt">WebSessionKey</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/WebSessionKey.html#WebSessionKey(java.io.Serializable, javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>WebSessionKey(Serializable, ServletRequest, ServletResponse)</B></A> -
Constructor for class org.apache.shiro.web.session.mgt.<A HREF="./org/apache/shiro/web/session/mgt/WebSessionKey.html" title="class in org.apache.shiro.web.session.mgt">WebSessionKey</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/session/mgt/WebSessionManager.html" title="interface in org.apache.shiro.web.session.mgt"><B>WebSessionManager</B></A> - Interface in <A HREF="./org/apache/shiro/web/session/mgt/package-summary.html">org.apache.shiro.web.session.mgt</A><DD><CODE>SessionManager</CODE> specific to web-enabled applications.<DT><A HREF="./org/apache/shiro/web/subject/WebSubject.html" title="interface in org.apache.shiro.web.subject"><B>WebSubject</B></A> - Interface in <A HREF="./org/apache/shiro/web/subject/package-summary.html">org.apache.shiro.web.subject</A><DD>A <code>WebSubject</code> represents a Subject instance that was acquired as a result of an incoming
<CODE>ServletRequest</CODE>.<DT><A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html" title="class in org.apache.shiro.web.subject"><B>WebSubject.Builder</B></A> - Class in <A HREF="./org/apache/shiro/web/subject/package-summary.html">org.apache.shiro.web.subject</A><DD>A <code>WebSubject.Builder</code> performs the same function as a <A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html" title="class in org.apache.shiro.web.subject"><CODE>Subject.Builder</CODE></A>, but
additionally ensures that the Servlet request/response pair that is triggering the Subject instance's creation
is retained for use by internal Shiro components as necessary.<DT><A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html#WebSubject.Builder(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>WebSubject.Builder(ServletRequest, ServletResponse)</B></A> -
Constructor for class org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html" title="class in org.apache.shiro.web.subject">WebSubject.Builder</A>
<DD>Constructs a new <code>Web.Builder</code> instance using the <CODE>SecurityManager</CODE> obtained by
calling <code>SecurityUtils.</code><CODE>getSecurityManager()</CODE>.
<DT><A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html#WebSubject.Builder(org.apache.shiro.mgt.SecurityManager, javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>WebSubject.Builder(SecurityManager, ServletRequest, ServletResponse)</B></A> -
Constructor for class org.apache.shiro.web.subject.<A HREF="./org/apache/shiro/web/subject/WebSubject.Builder.html" title="class in org.apache.shiro.web.subject">WebSubject.Builder</A>
<DD>Constructs a new <code>Web.Builder</code> instance using the specified <code>SecurityManager</code> instance to
create the <A HREF="./org/apache/shiro/web/subject/WebSubject.html" title="interface in org.apache.shiro.web.subject"><CODE>WebSubject</CODE></A> instance.
<DT><A HREF="./org/apache/shiro/web/subject/WebSubjectContext.html" title="interface in org.apache.shiro.web.subject"><B>WebSubjectContext</B></A> - Interface in <A HREF="./org/apache/shiro/web/subject/package-summary.html">org.apache.shiro.web.subject</A><DD>A <code>WebSubjectContext</code> is a <CODE>SubjectContext</CODE> that additionally provides for type-safe
methods to set and retrieve a <CODE>ServletRequest</CODE> and <CODE>ServletResponse</CODE>.<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util"><B>WebUtils</B></A> - Class in <A HREF="./org/apache/shiro/web/util/package-summary.html">org.apache.shiro.web.util</A><DD>Simple utility class for operations used across multiple class hierarchies in the web framework code.<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#WebUtils()"><B>WebUtils()</B></A> -
Constructor for class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#wrapServletRequest(javax.servlet.http.HttpServletRequest)"><B>wrapServletRequest(HttpServletRequest)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>Wraps the original HttpServletRequest in a <A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletRequest.html" title="class in org.apache.shiro.web.servlet"><CODE>ShiroHttpServletRequest</CODE></A>, which is required for supporting
Servlet Specification behavior backed by a <CODE>Subject</CODE> instance.
<DT><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html#wrapServletResponse(javax.servlet.http.HttpServletResponse, org.apache.shiro.web.servlet.ShiroHttpServletRequest)"><B>wrapServletResponse(HttpServletResponse, ShiroHttpServletRequest)</B></A> -
Method in class org.apache.shiro.web.servlet.<A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet">AbstractShiroFilter</A>
<DD>Returns a new <A HREF="./org/apache/shiro/web/servlet/ShiroHttpServletResponse.html" title="class in org.apache.shiro.web.servlet"><CODE>ShiroHttpServletResponse</CODE></A> instance, wrapping the <code>orig</code> argument, in order to provide
correct URL rewriting behavior required by the Servlet Specification when using Shiro-based sessions (and not
Servlet Container HTTP-based sessions).
</DL>
<HR>
<A NAME="___"><!-- --></A><H2>
<B>_</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#_isSessionCreationEnabled(java.lang.Object)"><B>_isSessionCreationEnabled(Object)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Returns <code>true</code> if a session is allowed to be created for a subject-associated request, <code>false</code>
otherwise.
<DT><A HREF="./org/apache/shiro/web/util/WebUtils.html#_isSessionCreationEnabled(javax.servlet.ServletRequest)"><B>_isSessionCreationEnabled(ServletRequest)</B></A> -
Static method in class org.apache.shiro.web.util.<A HREF="./org/apache/shiro/web/util/WebUtils.html" title="class in org.apache.shiro.web.util">WebUtils</A>
<DD>Returns <code>true</code> if a session is allowed to be created for a subject-associated request, <code>false</code>
otherwise.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#___">_</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &#169; 2004-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>