blob: a4ff1347e8a61c21acaae81351ec75df0d9c6653 [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 Fri Mar 04 17:58:58 EST 2016 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Index (Apache Shiro 1.2.4 API)
</TITLE>
<META NAME="date" CONTENT="2016-03-04">
<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 1.2.4 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="#_J_">J</A> <A HREF="#_K_">K</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="#_X_">X</A> <A HREF="#___">_</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html" title="class in org.apache.shiro.authc.pam"><B>AbstractAuthenticationStrategy</B></A> - Class in <A HREF="./org/apache/shiro/authc/pam/package-summary.html">org.apache.shiro.authc.pam</A><DD>Abstract base implementation for Shiro's concrete <code>AuthenticationStrategy</code>
implementations.<DT><A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html#AbstractAuthenticationStrategy()"><B>AbstractAuthenticationStrategy()</B></A> -
Constructor for class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html" title="class in org.apache.shiro.authc.pam">AbstractAuthenticationStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html" title="class in org.apache.shiro.authc"><B>AbstractAuthenticator</B></A> - Class in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>Superclass for almost all <A HREF="./org/apache/shiro/authc/Authenticator.html" title="interface in org.apache.shiro.authc"><CODE>Authenticator</CODE></A> implementations that performs the common work around authentication
attempts.<DT><A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html#AbstractAuthenticator()"><B>AbstractAuthenticator()</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html" title="class in org.apache.shiro.authc">AbstractAuthenticator</A>
<DD>Default no-argument constructor.
<DT><A HREF="./org/apache/shiro/cache/AbstractCacheManager.html" title="class in org.apache.shiro.cache"><B>AbstractCacheManager</B></A> - Class in <A HREF="./org/apache/shiro/cache/package-summary.html">org.apache.shiro.cache</A><DD>Very simple abstract <code>CacheManager</code> implementation that retains all created <A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache"><CODE>Cache</CODE></A> instances in
an in-memory <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ConcurrentMap</CODE></A>.<DT><A HREF="./org/apache/shiro/cache/AbstractCacheManager.html#AbstractCacheManager()"><B>AbstractCacheManager()</B></A> -
Constructor for class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/AbstractCacheManager.html" title="class in org.apache.shiro.cache">AbstractCacheManager</A>
<DD>Default no-arg constructor that instantiates an internal name-to-cache <code>ConcurrentMap</code>.
<DT><A HREF="./org/apache/shiro/util/AbstractFactory.html" title="class in org.apache.shiro.util"><B>AbstractFactory</B></A>&lt;<A HREF="./org/apache/shiro/util/AbstractFactory.html" title="type parameter in AbstractFactory">T</A>&gt; - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>TODO - Class JavaDoc<DT><A HREF="./org/apache/shiro/util/AbstractFactory.html#AbstractFactory()"><B>AbstractFactory()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AbstractFactory.html" title="class in org.apache.shiro.util">AbstractFactory</A>
<DD>&nbsp;
<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/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash"><B>AbstractHash</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD><B>Deprecated.</B>&nbsp;<I>in Shiro 1.1 in favor of using the concrete <A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash"><CODE>SimpleHash</CODE></A> implementation directly.</I><DT><A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#AbstractHash()"><B>AbstractHash()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Creates an new instance without any of its properties set (no hashing is performed).
<DT><A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#AbstractHash(java.lang.Object)"><B>AbstractHash(Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Creates a hash of the specified <code>source</code> with no <code>salt</code> using a single hash iteration.
<DT><A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#AbstractHash(java.lang.Object, java.lang.Object)"><B>AbstractHash(Object, Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Creates a hash of the specified <code>source</code> using the given <code>salt</code> using a single hash iteration.
<DT><A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#AbstractHash(java.lang.Object, java.lang.Object, int)"><B>AbstractHash(Object, Object, int)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Creates a hash of the specified <code>source</code> using the given <code>salt</code> a total of
<code>hashIterations</code> times.
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap"><B>AbstractLdapRealm</B></A> - Class in <A HREF="./org/apache/shiro/realm/ldap/package-summary.html">org.apache.shiro.realm.ldap</A><DD>A <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A> that authenticates with an LDAP
server to build the Subject for a user.<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#AbstractLdapRealm()"><B>AbstractLdapRealm()</B></A> -
Constructor for class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt"><B>AbstractNativeSessionManager</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>Abstract implementation supporting the <A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>NativeSessionManager</CODE></A> interface, supporting
<A HREF="./org/apache/shiro/session/SessionListener.html" title="interface in org.apache.shiro.session"><CODE>SessionListener</CODE></A>s and application of the
<A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html#getGlobalSessionTimeout()"><CODE>globalSessionTimeout</CODE></A>.<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#AbstractNativeSessionManager()"><B>AbstractNativeSessionManager()</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt"><B>AbstractRememberMeManager</B></A> - Class in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>Abstract implementation of the <code>RememberMeManager</code> interface that handles
<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#setSerializer(org.apache.shiro.io.Serializer)"><CODE>serialization</CODE></A> and
<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#setCipherService(org.apache.shiro.crypto.CipherService)"><CODE>encryption</CODE></A> of the remembered user identity.<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#AbstractRememberMeManager()"><B>AbstractRememberMeManager()</B></A> -
Constructor for class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Default constructor that initializes a <A HREF="./org/apache/shiro/io/DefaultSerializer.html" title="class in org.apache.shiro.io"><CODE>DefaultSerializer</CODE></A> as the <A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getSerializer()"><CODE>serializer</CODE></A> and
an <A HREF="./org/apache/shiro/crypto/AesCipherService.html" title="class in org.apache.shiro.crypto"><CODE>AesCipherService</CODE></A> as the <A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getCipherService()"><CODE>cipherService</CODE></A>.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis"><B>AbstractSessionDAO</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</A><DD>An abstract <code>SessionDAO</code> implementation that performs some sanity checks on session creation and reading and
allows for pluggable Session ID generation strategies if desired.<DT><A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html#AbstractSessionDAO()"><B>AbstractSessionDAO()</B></A> -
Constructor for class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">AbstractSessionDAO</A>
<DD>Default no-arg constructor that defaults the <A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html#setSessionIdGenerator(org.apache.shiro.session.mgt.eis.SessionIdGenerator)"><CODE>sessionIdGenerator</CODE></A> to be a
<A HREF="./org/apache/shiro/session/mgt/eis/JavaUuidSessionIdGenerator.html" title="class in org.apache.shiro.session.mgt.eis"><CODE>JavaUuidSessionIdGenerator</CODE></A>.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html" title="class in org.apache.shiro.session.mgt"><B>AbstractSessionManager</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>Base abstract class of the <A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionManager</CODE></A> interface, enabling configuration of an
application-wide <A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html#getGlobalSessionTimeout()"><CODE>globalSessionTimeout</CODE></A>.<DT><A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html#AbstractSessionManager()"><B>AbstractSessionManager()</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractSessionManager</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/crypto/AbstractSymmetricCipherService.html" title="class in org.apache.shiro.crypto"><B>AbstractSymmetricCipherService</B></A> - Class in <A HREF="./org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</A><DD>Base abstract class for supporting symmetric key cipher algorithms.<DT><A HREF="./org/apache/shiro/crypto/AbstractSymmetricCipherService.html#AbstractSymmetricCipherService(java.lang.String)"><B>AbstractSymmetricCipherService(String)</B></A> -
Constructor for class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/AbstractSymmetricCipherService.html" title="class in org.apache.shiro.crypto">AbstractSymmetricCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt"><B>AbstractValidatingSessionManager</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>Default business-tier implementation of the <A HREF="./org/apache/shiro/session/mgt/ValidatingSessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>ValidatingSessionManager</CODE></A> interface.<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#AbstractValidatingSessionManager()"><B>AbstractValidatingSessionManager()</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</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/authc/Account.html" title="interface in org.apache.shiro.authc"><B>Account</B></A> - Interface in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>An <tt>Account</tt> is a convenience interface that extends both <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A> and
<A HREF="./org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz"><CODE>AuthorizationInfo</CODE></A> and represents authentication and authorization for a <em>single account</em> in a
<em>single Realm</em>.<DT><A HREF="./org/apache/shiro/authc/AccountException.html" title="class in org.apache.shiro.authc"><B>AccountException</B></A> - Exception in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>Exception thrown due to a problem with the account
under which an authentication attempt is being executed.<DT><A HREF="./org/apache/shiro/authc/AccountException.html#AccountException()"><B>AccountException()</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AccountException.html" title="class in org.apache.shiro.authc">AccountException</A>
<DD>Creates a new AccountException.
<DT><A HREF="./org/apache/shiro/authc/AccountException.html#AccountException(java.lang.String)"><B>AccountException(String)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AccountException.html" title="class in org.apache.shiro.authc">AccountException</A>
<DD>Constructs a new AccountException.
<DT><A HREF="./org/apache/shiro/authc/AccountException.html#AccountException(java.lang.Throwable)"><B>AccountException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AccountException.html" title="class in org.apache.shiro.authc">AccountException</A>
<DD>Constructs a new AccountException.
<DT><A HREF="./org/apache/shiro/authc/AccountException.html#AccountException(java.lang.String, java.lang.Throwable)"><B>AccountException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AccountException.html" title="class in org.apache.shiro.authc">AccountException</A>
<DD>Constructs a new AccountException.
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#accountExists(java.lang.String)"><B>accountExists(String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#ACTIVE_SESSION_CACHE_NAME"><B>ACTIVE_SESSION_CACHE_NAME</B></A> -
Static variable in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>The default active sessions cache name, equal to <code>shiro-activeSessionCache</code>.
<DT><A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html" title="class in org.apache.shiro.realm.activedirectory"><B>ActiveDirectoryRealm</B></A> - Class in <A HREF="./org/apache/shiro/realm/activedirectory/package-summary.html">org.apache.shiro.realm.activedirectory</A><DD>A <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A> that authenticates with an active directory LDAP
server to determine the roles for a particular user.<DT><A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html#ActiveDirectoryRealm()"><B>ActiveDirectoryRealm()</B></A> -
Constructor for class org.apache.shiro.realm.activedirectory.<A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html" title="class in org.apache.shiro.realm.activedirectory">ActiveDirectoryRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#add(org.apache.shiro.authz.Permission)"><B>add(Permission)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/ShiroModule.html#add(org.apache.shiro.util.Destroyable)"><B>add(Destroyable)</B></A> -
Method in class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroModule.html" title="class in org.apache.shiro.guice">ShiroModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#add(org.apache.shiro.authc.SimpleAccount)"><B>add(SimpleAccount)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#add(org.apache.shiro.authz.SimpleRole)"><B>add(SimpleRole)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/MutablePrincipalCollection.html#add(java.lang.Object, java.lang.String)"><B>add(Object, String)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/MutablePrincipalCollection.html" title="interface in org.apache.shiro.subject">MutablePrincipalCollection</A>
<DD>Adds the given principal to this collection.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#add(java.lang.Object, java.lang.String)"><B>add(Object, String)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</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/realm/SimpleAccountRealm.html#addAccount(java.lang.String, java.lang.String)"><B>addAccount(String, String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#addAccount(java.lang.String, java.lang.String, java.lang.String...)"><B>addAccount(String, String, String...)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#addAll(java.util.Collection)"><B>addAll(Collection&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/MutablePrincipalCollection.html#addAll(java.util.Collection, java.lang.String)"><B>addAll(Collection, String)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/MutablePrincipalCollection.html" title="interface in org.apache.shiro.subject">MutablePrincipalCollection</A>
<DD>Adds all of the principals in the given collection to this collection.
<DT><A HREF="./org/apache/shiro/subject/MutablePrincipalCollection.html#addAll(org.apache.shiro.subject.PrincipalCollection)"><B>addAll(PrincipalCollection)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/MutablePrincipalCollection.html" title="interface in org.apache.shiro.subject">MutablePrincipalCollection</A>
<DD>Adds all of the principals from the given principal collection to this collection.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#addAll(java.util.Collection, java.lang.String)"><B>addAll(Collection, String)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#addAll(org.apache.shiro.subject.PrincipalCollection)"><B>addAll(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</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/guice/web/ShiroWebModule.html#addFilterChain(java.lang.String, com.google.inject.Key...)"><B>addFilterChain(String, Key&lt;? extends Filter&gt;...)</B></A> -
Method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>Adds a filter chain to the shiro configuration.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#addObjectPermission(org.apache.shiro.authz.Permission)"><B>addObjectPermission(Permission)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Assigns an object-based permission directly to this Account (not any of its realms).
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#addObjectPermission(org.apache.shiro.authz.Permission)"><B>addObjectPermission(Permission)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Adds (assigns) a permission to those directly associated with the account.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#addObjectPermissions(java.util.Collection)"><B>addObjectPermissions(Collection&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Assigns one or more object-based permissions directly to this Account (not any of its realms).
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#addObjectPermissions(java.util.Collection)"><B>addObjectPermissions(Collection&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Adds (assigns) multiple permissions to those associated directly with the account.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#addRole(java.lang.String)"><B>addRole(String)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Adds a role to this Account's set of assigned roles.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#addRole(java.util.Collection)"><B>addRole(Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Adds one or more roles to this Account's set of assigned roles.
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#addRole(java.lang.String)"><B>addRole(String)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Adds (assigns) a role to those associated with the account.
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#addRole(java.lang.String)"><B>addRole(String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#addRoles(java.util.Collection)"><B>addRoles(Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Adds (assigns) multiple roles to those associated with the account.
<DT><A HREF="./org/apache/shiro/config/Ini.html#addSection(java.lang.String)"><B>addSection(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Ensures a section with the specified name exists, adding a new one if it does not yet exist.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#addStringPermission(java.lang.String)"><B>addStringPermission(String)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Assigns a String-based permission directly to this Account (not to any of its realms).
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#addStringPermission(java.lang.String)"><B>addStringPermission(String)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Adds (assigns) a permission to those directly associated with the account.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#addStringPermissions(java.util.Collection)"><B>addStringPermissions(Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Assigns one or more string-based permissions directly to this Account (not to any of its realms).
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#addStringPermissions(java.util.Collection)"><B>addStringPermissions(Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Adds (assigns) multiple permissions to those associated directly with the account.
<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/crypto/AesCipherService.html" title="class in org.apache.shiro.crypto"><B>AesCipherService</B></A> - Class in <A HREF="./org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</A><DD><code>CipherService</code> using the <code>AES</code> cipher algorithm for all encryption, decryption, and key operations.<DT><A HREF="./org/apache/shiro/crypto/AesCipherService.html#AesCipherService()"><B>AesCipherService()</B></A> -
Constructor for class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/AesCipherService.html" title="class in org.apache.shiro.crypto">AesCipherService</A>
<DD>Creates a new <A HREF="./org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto"><CODE>CipherService</CODE></A> instance using the <code>AES</code> cipher algorithm with the following
important cipher default attributes:
Attribute
Value
<A HREF="./org/apache/shiro/crypto/JcaCipherService.html#setKeySize(int)"><CODE>keySize</CODE></A>
<code>128</code> bits
<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setBlockSize(int)"><CODE>blockSize</CODE></A>
<code>128</code> bits (required for <code>AES</code>
<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setMode(org.apache.shiro.crypto.OperationMode)"><CODE>mode</CODE></A>
<A HREF="./org/apache/shiro/crypto/OperationMode.html#CBC"><CODE>CBC</CODE></A><b>*</b>
<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setPaddingScheme(org.apache.shiro.crypto.PaddingScheme)"><CODE>paddingScheme</CODE></A>
<A HREF="./org/apache/shiro/crypto/PaddingScheme.html#PKCS5"><CODE>PKCS5</CODE></A>
<A HREF="./org/apache/shiro/crypto/JcaCipherService.html#setInitializationVectorSize(int)"><CODE>initializationVectorSize</CODE></A>
<code>128</code> bits
<A HREF="./org/apache/shiro/crypto/JcaCipherService.html#setGenerateInitializationVectors(boolean)"><CODE>generateInitializationVectors</CODE></A>
<code>true</code><b>**</b>
<p/>
<b>*</b> The <A HREF="./org/apache/shiro/crypto/OperationMode.html#CBC"><CODE>CBC</CODE></A> operation mode is used instead of the JDK default <code>ECB</code> to
ensure strong encryption.
<DT><A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html#afterAllAttempts(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>afterAllAttempts(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html" title="class in org.apache.shiro.authc.pam">AbstractAuthenticationStrategy</A>
<DD>Simply returns the <code>aggregate</code> argument without modification.
<DT><A HREF="./org/apache/shiro/authc/pam/AtLeastOneSuccessfulStrategy.html#afterAllAttempts(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>afterAllAttempts(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AtLeastOneSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam">AtLeastOneSuccessfulStrategy</A>
<DD>Ensures that the <code>aggregate</code> method argument is not <code>null</code> and
<code>aggregate.<A HREF="./org/apache/shiro/authc/AuthenticationInfo.html#getPrincipals()"><CODE>getPrincipals()</CODE></A></code>
is not <code>null</code>, and if either is <code>null</code>, throws an AuthenticationException to indicate
that none of the realms authenticated successfully.
<DT><A HREF="./org/apache/shiro/authc/pam/AuthenticationStrategy.html#afterAllAttempts(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>afterAllAttempts(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in interface org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AuthenticationStrategy.html" title="interface in org.apache.shiro.authc.pam">AuthenticationStrategy</A>
<DD>Method invoked by the ModularAuthenticator signifying that all of its configured Realms have been consulted
for account data, allowing post-proccessing after all realms have completed.
<DT><A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html#afterAttempt(org.apache.shiro.realm.Realm, org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo, org.apache.shiro.authc.AuthenticationInfo, java.lang.Throwable)"><B>afterAttempt(Realm, AuthenticationToken, AuthenticationInfo, AuthenticationInfo, Throwable)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html" title="class in org.apache.shiro.authc.pam">AbstractAuthenticationStrategy</A>
<DD>Base implementation that will aggregate the specified <code>singleRealmInfo</code> into the
<code>aggregateInfo</code> and then returns the aggregate.
<DT><A HREF="./org/apache/shiro/authc/pam/AllSuccessfulStrategy.html#afterAttempt(org.apache.shiro.realm.Realm, org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo, org.apache.shiro.authc.AuthenticationInfo, java.lang.Throwable)"><B>afterAttempt(Realm, AuthenticationToken, AuthenticationInfo, AuthenticationInfo, Throwable)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AllSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam">AllSuccessfulStrategy</A>
<DD>Merges the specified <code>info</code> into the <code>aggregate</code> argument and returns it (just as the
parent implementation does), but additionally ensures the following:
if the <code>Throwable</code> argument is not <code>null</code>, re-throws it to immediately cancel the
authentication process, since this strategy requires all realms to authenticate successfully.
neither the <code>info</code> or <code>aggregate</code> argument is <code>null</code> to ensure that each
realm did in fact authenticate successfully
<DT><A HREF="./org/apache/shiro/authc/pam/AuthenticationStrategy.html#afterAttempt(org.apache.shiro.realm.Realm, org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo, org.apache.shiro.authc.AuthenticationInfo, java.lang.Throwable)"><B>afterAttempt(Realm, AuthenticationToken, AuthenticationInfo, AuthenticationInfo, Throwable)</B></A> -
Method in interface org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AuthenticationStrategy.html" title="interface in org.apache.shiro.authc.pam">AuthenticationStrategy</A>
<DD>Method invoked by the ModularAuthenticator just after the given realm has been consulted for authentication,
allowing post-authentication-attempt logic for that realm only.
<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/mgt/CachingSecurityManager.html#afterCacheManagerSet()"><B>afterCacheManagerSet()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html" title="class in org.apache.shiro.mgt">CachingSecurityManager</A>
<DD>Template callback to notify subclasses that a
<A HREF="./org/apache/shiro/cache/CacheManager.html" title="interface in org.apache.shiro.cache"><CODE>CacheManager</CODE></A> has been set and is available for use via the
<A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html#getCacheManager()"><CODE>getCacheManager()</CODE></A> method.
<DT><A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#afterCacheManagerSet()"><B>afterCacheManagerSet()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html" title="class in org.apache.shiro.mgt">RealmSecurityManager</A>
<DD>Simply calls <A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#applyCacheManagerToRealms()"><CODE>applyCacheManagerToRealms()</CODE></A> to allow the
newly set <A HREF="./org/apache/shiro/cache/CacheManager.html" title="interface in org.apache.shiro.cache"><CODE>CacheManager</CODE></A> to be propagated to the internal collection of <code>Realm</code>
that would need to use it.
<DT><A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html#afterCacheManagerSet()"><B>afterCacheManagerSet()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html" title="class in org.apache.shiro.mgt">SessionsSecurityManager</A>
<DD>Calls <A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#afterCacheManagerSet()"><CODE>super.afterCacheManagerSet()</CODE></A> and then immediately calls
<A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html#applyCacheManagerToSessionManager()"><CODE>applyCacheManagerToSessionManager()</CODE></A> to ensure the
<code>CacheManager</code> is applied to the SessionManager as necessary.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#afterCacheManagerSet()"><B>afterCacheManagerSet()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>This implementation attempts to acquire an authentication cache if one is not already configured.
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#afterCacheManagerSet()"><B>afterCacheManagerSet()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/CachingRealm.html#afterCacheManagerSet()"><B>afterCacheManagerSet()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm">CachingRealm</A>
<DD>Template method that may be implemented by subclasses should they wish to react to a
<A HREF="./org/apache/shiro/cache/CacheManager.html" title="interface in org.apache.shiro.cache"><CODE>CacheManager</CODE></A> instance being set on the realm instance via the
<A HREF="./org/apache/shiro/realm/CachingRealm.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><CODE>CachingRealm.setCacheManager(org.apache.shiro.cache.CacheManager)</CODE></A> mutator.
<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/session/mgt/AbstractValidatingSessionManager.html#afterExpired(org.apache.shiro.session.Session)"><B>afterExpired(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#afterExpired(org.apache.shiro.session.Session)"><B>afterExpired(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html#afterRealmsSet()"><B>afterRealmsSet()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthenticatingSecurityManager</A>
<DD>Passes on the <A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#getRealms()"><CODE>realms</CODE></A> to the internal delegate <code>Authenticator</code> instance so
that it may use them during authentication attempts.
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#afterRealmsSet()"><B>afterRealmsSet()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>First calls <code>super.afterRealmsSet()</code> and then sets these same <code>Realm</code> objects on this
instance's wrapped <A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz"><CODE>Authorizer</CODE></A>.
<DT><A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#afterRealmsSet()"><B>afterRealmsSet()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html" title="class in org.apache.shiro.mgt">RealmSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#afterRoleCacheSet()"><B>afterRoleCacheSet()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html#afterSessionManagerSet()"><B>afterSessionManagerSet()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html" title="class in org.apache.shiro.mgt">SessionsSecurityManager</A>
<DD>&nbsp;
<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/session/mgt/AbstractValidatingSessionManager.html#afterSessionValidationEnabled()"><B>afterSessionValidationEnabled()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#afterStopped(org.apache.shiro.session.Session)"><B>afterStopped(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#afterStopped(org.apache.shiro.session.Session)"><B>afterStopped(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</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/crypto/hash/Md2Hash.html#ALGORITHM_NAME"><B>ALGORITHM_NAME</B></A> -
Static variable in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html#ALGORITHM_NAME"><B>ALGORITHM_NAME</B></A> -
Static variable in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html#ALGORITHM_NAME"><B>ALGORITHM_NAME</B></A> -
Static variable in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html#ALGORITHM_NAME"><B>ALGORITHM_NAME</B></A> -
Static variable in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html#ALGORITHM_NAME"><B>ALGORITHM_NAME</B></A> -
Static variable in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html#ALGORITHM_NAME"><B>ALGORITHM_NAME</B></A> -
Static variable in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/AllowAllCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><B>AllowAllCredentialsMatcher</B></A> - Class in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD>A credentials matcher that always returns <code>true</code> when matching credentials no matter what arguments
are passed in.<DT><A HREF="./org/apache/shiro/authc/credential/AllowAllCredentialsMatcher.html#AllowAllCredentialsMatcher()"><B>AllowAllCredentialsMatcher()</B></A> -
Constructor for class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/AllowAllCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">AllowAllCredentialsMatcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/AllPermission.html" title="class in org.apache.shiro.authz.permission"><B>AllPermission</B></A> - Class in <A HREF="./org/apache/shiro/authz/permission/package-summary.html">org.apache.shiro.authz.permission</A><DD>An all <tt>AllPermission</tt> instance is one that always implies any other permission; that is, its
<A HREF="./org/apache/shiro/authz/permission/AllPermission.html#implies(org.apache.shiro.authz.Permission)"><CODE>implies</CODE></A> method always returns <tt>true</tt>.<DT><A HREF="./org/apache/shiro/authz/permission/AllPermission.html#AllPermission()"><B>AllPermission()</B></A> -
Constructor for class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/AllPermission.html" title="class in org.apache.shiro.authz.permission">AllPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/pam/AllSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam"><B>AllSuccessfulStrategy</B></A> - Class in <A HREF="./org/apache/shiro/authc/pam/package-summary.html">org.apache.shiro.authc.pam</A><DD><tt>AuthenticationStrategy</tt> implementation that requires <em>all</em> configured realms to
<b>successfully</b> process the submitted <tt>AuthenticationToken</tt> during the log-in attempt.<DT><A HREF="./org/apache/shiro/authc/pam/AllSuccessfulStrategy.html#AllSuccessfulStrategy()"><B>AllSuccessfulStrategy()</B></A> -
Constructor for class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AllSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam">AllSuccessfulStrategy</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/aop/AnnotationHandler.html#annotationClass"><B>annotationClass</B></A> -
Variable in class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationHandler.html" title="class in org.apache.shiro.aop">AnnotationHandler</A>
<DD>The type of annotation this handler will process.
<DT><A HREF="./org/apache/shiro/aop/AnnotationHandler.html" title="class in org.apache.shiro.aop"><B>AnnotationHandler</B></A> - Class in <A HREF="./org/apache/shiro/aop/package-summary.html">org.apache.shiro.aop</A><DD>Base support class for implementations that reads and processes JSR-175 annotations.<DT><A HREF="./org/apache/shiro/aop/AnnotationHandler.html#AnnotationHandler(java.lang.Class)"><B>AnnotationHandler(Class&lt;? extends Annotation&gt;)</B></A> -
Constructor for class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationHandler.html" title="class in org.apache.shiro.aop">AnnotationHandler</A>
<DD>Constructs an <code>AnnotationHandler</code> who processes annotations of the
specified type.
<DT><A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html" title="class in org.apache.shiro.aop"><B>AnnotationMethodInterceptor</B></A> - Class in <A HREF="./org/apache/shiro/aop/package-summary.html">org.apache.shiro.aop</A><DD>MethodInterceptor that inspects a specific annotation on the method invocation before continuing
its execution.<DT><A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html#AnnotationMethodInterceptor(org.apache.shiro.aop.AnnotationHandler)"><B>AnnotationMethodInterceptor(AnnotationHandler)</B></A> -
Constructor for class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html" title="class in org.apache.shiro.aop">AnnotationMethodInterceptor</A>
<DD>Constructs an <code>AnnotationMethodInterceptor</code> with the
<A HREF="./org/apache/shiro/aop/AnnotationHandler.html" title="class in org.apache.shiro.aop"><CODE>AnnotationHandler</CODE></A> that will be used to process annotations of a
corresponding type.
<DT><A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html#AnnotationMethodInterceptor(org.apache.shiro.aop.AnnotationHandler, org.apache.shiro.aop.AnnotationResolver)"><B>AnnotationMethodInterceptor(AnnotationHandler, AnnotationResolver)</B></A> -
Constructor for class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html" title="class in org.apache.shiro.aop">AnnotationMethodInterceptor</A>
<DD>Constructs an <code>AnnotationMethodInterceptor</code> with the
<A HREF="./org/apache/shiro/aop/AnnotationHandler.html" title="class in org.apache.shiro.aop"><CODE>AnnotationHandler</CODE></A> that will be used to process annotations of a
corresponding type, using the specified <code>AnnotationResolver</code> to acquire annotations
at runtime.
<DT><A HREF="./org/apache/shiro/aop/AnnotationResolver.html" title="interface in org.apache.shiro.aop"><B>AnnotationResolver</B></A> - Interface in <A HREF="./org/apache/shiro/aop/package-summary.html">org.apache.shiro.aop</A><DD>Defines an AOP-framework-independent way of determining if an Annotation exists on a Method.<DT><A HREF="./org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.authz.aop"><B>AnnotationsAuthorizingMethodInterceptor</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>An <tt>AnnotationsAuthorizingMethodInterceptor</tt> is a MethodInterceptor that asserts a given method is authorized
to execute based on one or more configured <tt>AuthorizingAnnotationMethodInterceptor</tt>s.<DT><A HREF="./org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html#AnnotationsAuthorizingMethodInterceptor()"><B>AnnotationsAuthorizingMethodInterceptor()</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AnnotationsAuthorizingMethodInterceptor</A>
<DD>Default no-argument constructor that defaults the
<A HREF="./org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html#methodInterceptors"><CODE>methodInterceptors</CODE></A> attribute to contain two interceptors by default - the
<A HREF="./org/apache/shiro/authz/aop/RoleAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop"><CODE>RoleAnnotationMethodInterceptor</CODE></A> and the
<A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop"><CODE>PermissionAnnotationMethodInterceptor</CODE></A> to
support role and permission annotations.
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#ANON"><B>ANON</B></A> -
Static variable in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<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/util/AntPathMatcher.html" title="class in org.apache.shiro.util"><B>AntPathMatcher</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>PathMatcher implementation for Ant-style path patterns.<DT><A HREF="./org/apache/shiro/util/AntPathMatcher.html#AntPathMatcher()"><B>AntPathMatcher()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AntPathMatcher.html" title="class in org.apache.shiro.util">AntPathMatcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.spring.security.interceptor"><B>AopAllianceAnnotationsAuthorizingMethodInterceptor</B></A> - Class in <A HREF="./org/apache/shiro/spring/security/interceptor/package-summary.html">org.apache.shiro.spring.security.interceptor</A><DD>Allows Shiro Annotations to work in any <a href="http://aopalliance.sourceforge.net/">AOP Alliance</a>
specific implementation environment (for example, Spring).<DT><A HREF="./org/apache/shiro/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.html#AopAllianceAnnotationsAuthorizingMethodInterceptor()"><B>AopAllianceAnnotationsAuthorizingMethodInterceptor()</B></A> -
Constructor for class org.apache.shiro.spring.security.interceptor.<A HREF="./org/apache/shiro/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.spring.security.interceptor">AopAllianceAnnotationsAuthorizingMethodInterceptor</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/mgt/RealmSecurityManager.html#applyCacheManagerToRealms()"><B>applyCacheManagerToRealms()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html" title="class in org.apache.shiro.mgt">RealmSecurityManager</A>
<DD>Sets the internal <A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html#getCacheManager()"><CODE>CacheManager</CODE></A> on any internal configured
<A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#getRealms()"><CODE>Realms</CODE></A> that implement the <A HREF="./org/apache/shiro/cache/CacheManagerAware.html" title="interface in org.apache.shiro.cache"><CODE>CacheManagerAware</CODE></A> interface.
<DT><A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html#applyCacheManagerToSessionManager()"><B>applyCacheManagerToSessionManager()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html" title="class in org.apache.shiro.mgt">SessionsSecurityManager</A>
<DD>Ensures the internal delegate <code>SessionManager</code> is injected with the newly set
<A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><CODE>CacheManager</CODE></A> so it may use it for its internal caching needs.
<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/config/ReflectionBuilder.html#applyGlobalProperty(java.util.Map, java.lang.String, java.lang.String)"><B>applyGlobalProperty(Map, String, String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#applyGlobalSessionTimeout(org.apache.shiro.session.Session)"><B>applyGlobalSessionTimeout(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&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/authz/ModularRealmAuthorizer.html#applyPermissionResolverToRealms()"><B>applyPermissionResolverToRealms()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Sets the internal <A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#getPermissionResolver()"><CODE>ModularRealmAuthorizer.getPermissionResolver()</CODE></A> on any internal configured
<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#getRealms()"><CODE>Realms</CODE></A> that implement the <A HREF="./org/apache/shiro/authz/permission/PermissionResolverAware.html" title="interface in org.apache.shiro.authz.permission"><CODE>PermissionResolverAware</CODE></A> interface.
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#applyProperty(java.lang.String, java.lang.String, java.util.Map)"><B>applyProperty(String, String, Map)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#applyProperty(java.lang.Object, java.lang.String, java.lang.Object)"><B>applyProperty(Object, String, Object)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#applyProperty(java.lang.Object, java.lang.String, java.lang.String)"><B>applyProperty(Object, String, String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#applyRealmsToSecurityManager(java.util.Collection, org.apache.shiro.mgt.SecurityManager)"><B>applyRealmsToSecurityManager(Collection&lt;Realm&gt;, SecurityManager)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#applyRolePermissionResolverToRealms()"><B>applyRolePermissionResolverToRealms()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Sets the internal <A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#getRolePermissionResolver()"><CODE>ModularRealmAuthorizer.getRolePermissionResolver()</CODE></A> on any internal configured
<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#getRealms()"><CODE>Realms</CODE></A> that implement the <A HREF="./org/apache/shiro/authz/permission/RolePermissionResolverAware.html" title="interface in org.apache.shiro.authz.permission"><CODE>RolePermissionResolverAware</CODE></A> interface.
<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/config/ReflectionBuilder.html#applySingleProperty(java.util.Map, java.lang.String, java.lang.String, java.lang.String)"><B>applySingleProperty(Map, String, String, String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/PrincipalCollection.html#asList()"><B>asList()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</A>
<DD>Returns a single Subject's principals retrieved from all configured Realms as a List, or an empty List if
there are not any principals.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#asList()"><B>asList()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#asList()"><B>asList()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/CollectionUtils.html#asList(E...)"><B>asList(E...)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/CollectionUtils.html" title="class in org.apache.shiro.util">CollectionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/aspectj/AspectjAnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.aspectj"><B>AspectjAnnotationsAuthorizingMethodInterceptor</B></A> - Class in <A HREF="./org/apache/shiro/aspectj/package-summary.html">org.apache.shiro.aspectj</A><DD>Extends the annotations authorizing method interceptor class hierarchie to adapt
an aspectj <CODE>JoinPoint</CODE> into a <A HREF="./org/apache/shiro/aop/MethodInvocation.html" title="interface in org.apache.shiro.aop"><CODE>MethodInvocation</CODE></A> amd to perform the
authorization of method invocations.<DT><A HREF="./org/apache/shiro/aspectj/AspectjAnnotationsAuthorizingMethodInterceptor.html#AspectjAnnotationsAuthorizingMethodInterceptor()"><B>AspectjAnnotationsAuthorizingMethodInterceptor()</B></A> -
Constructor for class org.apache.shiro.aspectj.<A HREF="./org/apache/shiro/aspectj/AspectjAnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.aspectj">AspectjAnnotationsAuthorizingMethodInterceptor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html#assertAuthorized(org.apache.shiro.aop.MethodInvocation)"><B>assertAuthorized(MethodInvocation)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AnnotationsAuthorizingMethodInterceptor</A>
<DD>Iterates over the internal <A HREF="./org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html#getMethodInterceptors()"><CODE>methodInterceptors</CODE></A> collection, and for each one,
ensures that if the interceptor
<A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html#supports(org.apache.shiro.aop.MethodInvocation)"><CODE>supports</CODE></A>
the invocation, that the interceptor
<A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html#assertAuthorized(org.apache.shiro.aop.MethodInvocation)"><CODE>asserts</CODE></A>
that the invocation is authorized to proceed.
<DT><A HREF="./org/apache/shiro/authz/aop/AuthenticatedAnnotationHandler.html#assertAuthorized(java.lang.annotation.Annotation)"><B>assertAuthorized(Annotation)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthenticatedAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">AuthenticatedAnnotationHandler</A>
<DD>Ensures that the calling <code>Subject</code> is authenticated, and if not, throws an
<A HREF="./org/apache/shiro/authz/UnauthenticatedException.html" title="class in org.apache.shiro.authz"><CODE>UnauthenticatedException</CODE></A> indicating the method is not allowed to be executed.
<DT><A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationHandler.html#assertAuthorized(java.lang.annotation.Annotation)"><B>assertAuthorized(Annotation)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">AuthorizingAnnotationHandler</A>
<DD>Ensures the calling Subject is authorized to execute based on the directive(s) found in the given
annotation.
<DT><A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html#assertAuthorized(org.apache.shiro.aop.MethodInvocation)"><B>assertAuthorized(MethodInvocation)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AuthorizingAnnotationMethodInterceptor</A>
<DD>Ensures the calling Subject is authorized to execute the specified <code>MethodInvocation</code>.
<DT><A HREF="./org/apache/shiro/authz/aop/AuthorizingMethodInterceptor.html#assertAuthorized(org.apache.shiro.aop.MethodInvocation)"><B>assertAuthorized(MethodInvocation)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthorizingMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AuthorizingMethodInterceptor</A>
<DD>Asserts that the specified MethodInvocation is allowed to continue by performing any necessary authorization
(access control) checks first.
<DT><A HREF="./org/apache/shiro/authz/aop/GuestAnnotationHandler.html#assertAuthorized(java.lang.annotation.Annotation)"><B>assertAuthorized(Annotation)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/GuestAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">GuestAnnotationHandler</A>
<DD>Ensures that the calling <code>Subject</code> is NOT a <em>user</em>, that is, they do not
have an <A HREF="./org/apache/shiro/subject/Subject.html#getPrincipal()"><CODE>identity</CODE></A> before continuing.
<DT><A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationHandler.html#assertAuthorized(java.lang.annotation.Annotation)"><B>assertAuthorized(Annotation)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">PermissionAnnotationHandler</A>
<DD>Ensures that the calling <code>Subject</code> has the Annotation's specified permissions, and if not, throws an
<code>AuthorizingException</code> indicating access is denied.
<DT><A HREF="./org/apache/shiro/authz/aop/RoleAnnotationHandler.html#assertAuthorized(java.lang.annotation.Annotation)"><B>assertAuthorized(Annotation)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/RoleAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">RoleAnnotationHandler</A>
<DD>Ensures that the calling <code>Subject</code> has the Annotation's specified roles, and if not, throws an
<code>AuthorizingException</code> indicating that access is denied.
<DT><A HREF="./org/apache/shiro/authz/aop/UserAnnotationHandler.html#assertAuthorized(java.lang.annotation.Annotation)"><B>assertAuthorized(Annotation)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/UserAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">UserAnnotationHandler</A>
<DD>Ensures that the calling <code>Subject</code> is a <em>user</em>, that is, they are <em>either</code>
<A HREF="./org/apache/shiro/subject/Subject.html#isAuthenticated()"><CODE>authenticated</CODE></A> <b><em>or</em></b> remembered via remember
me services before allowing access, and if not, throws an
<code>AuthorizingException</code> indicating access is not allowed.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#assertAuthzCheckPossible()"><B>assertAuthzCheckPossible()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#assertCredentialsMatch(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>assertCredentialsMatch(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Asserts that the submitted <code>AuthenticationToken</code>'s credentials match the stored account
<code>AuthenticationInfo</code>'s credentials, and if not, throws an <A HREF="./org/apache/shiro/authc/AuthenticationException.html" title="class in org.apache.shiro.authc"><CODE>AuthenticationException</CODE></A>.
<DT><A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#assertHashFormatImpl(java.lang.Class)"><B>assertHashFormatImpl(Class)</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html#assertRealmsConfigured()"><B>assertRealmsConfigured()</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam">ModularRealmAuthenticator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#assertRealmsConfigured()"><B>assertRealmsConfigured()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Used by the <A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz"><CODE>Authorizer</CODE></A> implementation methods to ensure that the <A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#setRealms(java.util.Collection)"><CODE>realms</CODE></A>
has been set.
<DT><A HREF="./org/apache/shiro/subject/PrincipalCollection.html#asSet()"><B>asSet()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</A>
<DD>Returns a single Subject's principals retrieved from all configured Realms as a Set, or an empty Set if there
are not any principals.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#asSet()"><B>asSet()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#asSet()"><B>asSet()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/CollectionUtils.html#asSet(E...)"><B>asSet(E...)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/CollectionUtils.html" title="class in org.apache.shiro.util">CollectionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html#assignSessionId(org.apache.shiro.session.Session, java.io.Serializable)"><B>assignSessionId(Session, Serializable)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">AbstractSessionDAO</A>
<DD>Utility method available to subclasses that wish to
assign a generated session ID to the session instance directly.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#associateWith(java.util.concurrent.Callable)"><B>associateWith(Callable&lt;V&gt;)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns a <code>Callable</code> instance matching the given argument while additionally ensuring that it will
retain and execute under this Subject's identity.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#associateWith(java.lang.Runnable)"><B>associateWith(Runnable)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns a <code>Runnable</code> instance matching the given argument while additionally ensuring that it will
retain and execute under this Subject's identity.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#associateWith(java.util.concurrent.Callable)"><B>associateWith(Callable&lt;V&gt;)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#associateWith(java.lang.Runnable)"><B>associateWith(Runnable)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html#associateWithSubject(java.lang.Runnable)"><B>associateWithSubject(Runnable)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutor</A>
<DD>Utility method for subclasses to associate the argument <code>Runnable</code> with the currently executing subject
and then return the associated Runnable.
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#associateWithSubject(java.util.concurrent.Callable)"><B>associateWithSubject(Callable&lt;T&gt;)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#associateWithSubject(java.util.Collection)"><B>associateWithSubject(Collection&lt;? extends Callable&lt;T&gt;&gt;)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/pam/AtLeastOneSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam"><B>AtLeastOneSuccessfulStrategy</B></A> - Class in <A HREF="./org/apache/shiro/authc/pam/package-summary.html">org.apache.shiro.authc.pam</A><DD><tt>AuthenticationStrategy</tt> implementation that requires <em>at least one</em> configured realm to
successfully process the submitted <tt>AuthenticationToken</tt> during the log-in attempt.<DT><A HREF="./org/apache/shiro/authc/pam/AtLeastOneSuccessfulStrategy.html#AtLeastOneSuccessfulStrategy()"><B>AtLeastOneSuccessfulStrategy()</B></A> -
Constructor for class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AtLeastOneSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam">AtLeastOneSuccessfulStrategy</A>
<DD>&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/guice/web/ShiroWebModule.html#AUTHC"><B>AUTHC</B></A> -
Static variable in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#AUTHC_BASIC"><B>AUTHC_BASIC</B></A> -
Static variable in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html#authenticate(org.apache.shiro.authc.AuthenticationToken)"><B>authenticate(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html" title="class in org.apache.shiro.authc">AbstractAuthenticator</A>
<DD>Implementation of the <A HREF="./org/apache/shiro/authc/Authenticator.html" title="interface in org.apache.shiro.authc"><CODE>Authenticator</CODE></A> interface that functions in the following manner:
Calls template <A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html#doAuthenticate(org.apache.shiro.authc.AuthenticationToken)"><CODE>doAuthenticate</CODE></A> method for subclass execution of the actual
authentication behavior.
If an <code>AuthenticationException</code> is thrown during <code>doAuthenticate</code>,
<A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html#notifyFailure(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationException)"><CODE>notify</CODE></A> any registered
<A HREF="./org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationListener</CODE></A>s of the exception and then propogate the exception
for the caller to handle.
If no exception is thrown (indicating a successful login),
<A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html#notifySuccess(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><CODE>notify</CODE></A> any registered
<A HREF="./org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationListener</CODE></A>s of the successful attempt.
Return the <code>AuthenticationInfo</code>
<DT><A HREF="./org/apache/shiro/authc/Authenticator.html#authenticate(org.apache.shiro.authc.AuthenticationToken)"><B>authenticate(AuthenticationToken)</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/Authenticator.html" title="interface in org.apache.shiro.authc">Authenticator</A>
<DD>Authenticates a user based on the submitted <code>AuthenticationToken</code>.
<DT><A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html#authenticate(org.apache.shiro.authc.AuthenticationToken)"><B>authenticate(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthenticatingSecurityManager</A>
<DD>Delegates to the wrapped <A HREF="./org/apache/shiro/authc/Authenticator.html" title="interface in org.apache.shiro.authc"><CODE>Authenticator</CODE></A> for authentication.
<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/subject/Subject.Builder.html#authenticated(boolean)"><B>authenticated(boolean)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</A>
<DD>Ensures the <code>Subject</code> being built will be considered
<A HREF="./org/apache/shiro/subject/Subject.html#isAuthenticated()"><CODE>authenticated</CODE></A>.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#authenticated"><B>authenticated</B></A> -
Variable in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#AUTHENTICATED_SESSION_KEY"><B>AUTHENTICATED_SESSION_KEY</B></A> -
Static variable in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>The session key that is used to store whether or not the user is authenticated.
<DT><A HREF="./org/apache/shiro/authz/aop/AuthenticatedAnnotationHandler.html" title="class in org.apache.shiro.authz.aop"><B>AuthenticatedAnnotationHandler</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>Handles <A HREF="./org/apache/shiro/authz/annotation/RequiresAuthentication.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresAuthentication</CODE></A> annotations and ensures the calling subject is
authenticated before allowing access.<DT><A HREF="./org/apache/shiro/authz/aop/AuthenticatedAnnotationHandler.html#AuthenticatedAnnotationHandler()"><B>AuthenticatedAnnotationHandler()</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthenticatedAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">AuthenticatedAnnotationHandler</A>
<DD>Default no-argument constructor that ensures this handler to process
<A HREF="./org/apache/shiro/authz/annotation/RequiresAuthentication.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresAuthentication</CODE></A> annotations.
<DT><A HREF="./org/apache/shiro/authz/aop/AuthenticatedAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop"><B>AuthenticatedAnnotationMethodInterceptor</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>Checks to see if a @<A HREF="./org/apache/shiro/authz/annotation/RequiresAuthentication.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresAuthenticated</CODE></A> annotation
is declared, and if so, ensures the calling
<code>Subject</code>.<A HREF="./org/apache/shiro/subject/Subject.html#isAuthenticated()"><CODE>isAuthenticated()</CODE></A> before invoking
the method.<DT><A HREF="./org/apache/shiro/authz/aop/AuthenticatedAnnotationMethodInterceptor.html#AuthenticatedAnnotationMethodInterceptor()"><B>AuthenticatedAnnotationMethodInterceptor()</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthenticatedAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AuthenticatedAnnotationMethodInterceptor</A>
<DD>Default no-argument constructor that ensures this interceptor looks for
<A HREF="./org/apache/shiro/authz/annotation/RequiresAuthentication.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresAuthentication</CODE></A> annotations in a method
declaration.
<DT><A HREF="./org/apache/shiro/authz/aop/AuthenticatedAnnotationMethodInterceptor.html#AuthenticatedAnnotationMethodInterceptor(org.apache.shiro.aop.AnnotationResolver)"><B>AuthenticatedAnnotationMethodInterceptor(AnnotationResolver)</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthenticatedAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AuthenticatedAnnotationMethodInterceptor</A>
<DD>&nbsp;
<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/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm"><B>AuthenticatingRealm</B></A> - Class in <A HREF="./org/apache/shiro/realm/package-summary.html">org.apache.shiro.realm</A><DD>A top-level abstract implementation of the <tt>Realm</tt> interface that only implements authentication support
(log-in) operations and leaves authorization (access control) behavior to subclasses.<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#AuthenticatingRealm()"><B>AuthenticatingRealm()</B></A> -
Constructor for class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#AuthenticatingRealm(org.apache.shiro.cache.CacheManager)"><B>AuthenticatingRealm(CacheManager)</B></A> -
Constructor for class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#AuthenticatingRealm(org.apache.shiro.authc.credential.CredentialsMatcher)"><B>AuthenticatingRealm(CredentialsMatcher)</B></A> -
Constructor for class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#AuthenticatingRealm(org.apache.shiro.cache.CacheManager, org.apache.shiro.authc.credential.CredentialsMatcher)"><B>AuthenticatingRealm(CacheManager, CredentialsMatcher)</B></A> -
Constructor for class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html" title="class in org.apache.shiro.mgt"><B>AuthenticatingSecurityManager</B></A> - Class in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>Shiro support of a <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> class hierarchy that delegates all
authentication operations to a wrapped <A HREF="./org/apache/shiro/authc/Authenticator.html" title="interface in org.apache.shiro.authc"><CODE>Authenticator</CODE></A> instance.<DT><A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html#AuthenticatingSecurityManager()"><B>AuthenticatingSecurityManager()</B></A> -
Constructor for class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthenticatingSecurityManager</A>
<DD>Default no-arg constructor that initializes its internal
<code>authenticator</code> instance to a
<A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam"><CODE>ModularRealmAuthenticator</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#authentication"><B>authentication</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/authc/AuthenticationException.html" title="class in org.apache.shiro.authc"><B>AuthenticationException</B></A> - Exception in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>General exception thrown due to an error during the Authentication process.<DT><A HREF="./org/apache/shiro/authc/AuthenticationException.html#AuthenticationException()"><B>AuthenticationException()</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AuthenticationException.html" title="class in org.apache.shiro.authc">AuthenticationException</A>
<DD>Creates a new AuthenticationException.
<DT><A HREF="./org/apache/shiro/authc/AuthenticationException.html#AuthenticationException(java.lang.String)"><B>AuthenticationException(String)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AuthenticationException.html" title="class in org.apache.shiro.authc">AuthenticationException</A>
<DD>Constructs a new AuthenticationException.
<DT><A HREF="./org/apache/shiro/authc/AuthenticationException.html#AuthenticationException(java.lang.Throwable)"><B>AuthenticationException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AuthenticationException.html" title="class in org.apache.shiro.authc">AuthenticationException</A>
<DD>Constructs a new AuthenticationException.
<DT><A HREF="./org/apache/shiro/authc/AuthenticationException.html#AuthenticationException(java.lang.String, java.lang.Throwable)"><B>AuthenticationException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AuthenticationException.html" title="class in org.apache.shiro.authc">AuthenticationException</A>
<DD>Constructs a new AuthenticationException.
<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/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><B>AuthenticationInfo</B></A> - Interface in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD><code>AuthenticationInfo</code> represents a Subject's (aka user's) stored account information relevant to the
authentication/log-in process only.<DT><A HREF="./org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc"><B>AuthenticationListener</B></A> - Interface in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>An <code>AuthenticationListener</code> listens for notifications while <code>Subject</code>s authenticate with the system.<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#authenticationQuery"><B>authenticationQuery</B></A> -
Variable in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/pam/AuthenticationStrategy.html" title="interface in org.apache.shiro.authc.pam"><B>AuthenticationStrategy</B></A> - Interface in <A HREF="./org/apache/shiro/authc/pam/package-summary.html">org.apache.shiro.authc.pam</A><DD>A <code>AuthenticationStrategy</code> implementation assists the <A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam"><CODE>ModularRealmAuthenticator</CODE></A> during the
log-in process in a pluggable realm (PAM) environment.<DT><A HREF="./org/apache/shiro/authc/AuthenticationToken.html" title="interface in org.apache.shiro.authc"><B>AuthenticationToken</B></A> - Interface in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>An <tt>AuthenticationToken</tt> is a consolidation of an account's principals and supporting
credentials submitted by a user during an authentication attempt.<DT><A HREF="./org/apache/shiro/authc/Authenticator.html" title="interface in org.apache.shiro.authc"><B>Authenticator</B></A> - Interface in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>An Authenticator is responsible for authenticating accounts in an application.<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/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.html" title="class in org.apache.shiro.spring.security.interceptor"><B>AuthorizationAttributeSourceAdvisor</B></A> - Class in <A HREF="./org/apache/shiro/spring/security/interceptor/package-summary.html">org.apache.shiro.spring.security.interceptor</A><DD>TODO - complete JavaDoc<DT><A HREF="./org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.html#AuthorizationAttributeSourceAdvisor()"><B>AuthorizationAttributeSourceAdvisor()</B></A> -
Constructor for class org.apache.shiro.spring.security.interceptor.<A HREF="./org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.html" title="class in org.apache.shiro.spring.security.interceptor">AuthorizationAttributeSourceAdvisor</A>
<DD>Create a new AuthorizationAttributeSourceAdvisor.
<DT><A HREF="./org/apache/shiro/authz/AuthorizationException.html" title="class in org.apache.shiro.authz"><B>AuthorizationException</B></A> - Exception in <A HREF="./org/apache/shiro/authz/package-summary.html">org.apache.shiro.authz</A><DD>Exception thrown if there is a problem during authorization (access control check).<DT><A HREF="./org/apache/shiro/authz/AuthorizationException.html#AuthorizationException()"><B>AuthorizationException()</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/AuthorizationException.html" title="class in org.apache.shiro.authz">AuthorizationException</A>
<DD>Creates a new AuthorizationException.
<DT><A HREF="./org/apache/shiro/authz/AuthorizationException.html#AuthorizationException(java.lang.String)"><B>AuthorizationException(String)</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/AuthorizationException.html" title="class in org.apache.shiro.authz">AuthorizationException</A>
<DD>Constructs a new AuthorizationException.
<DT><A HREF="./org/apache/shiro/authz/AuthorizationException.html#AuthorizationException(java.lang.Throwable)"><B>AuthorizationException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/AuthorizationException.html" title="class in org.apache.shiro.authz">AuthorizationException</A>
<DD>Constructs a new AuthorizationException.
<DT><A HREF="./org/apache/shiro/authz/AuthorizationException.html#AuthorizationException(java.lang.String, java.lang.Throwable)"><B>AuthorizationException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/AuthorizationException.html" title="class in org.apache.shiro.authz">AuthorizationException</A>
<DD>Constructs a new AuthorizationException.
<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;
<DT><A HREF="./org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz"><B>AuthorizationInfo</B></A> - Interface in <A HREF="./org/apache/shiro/authz/package-summary.html">org.apache.shiro.authz</A><DD><code>AuthorizationInfo</code> represents a single Subject's stored authorization data (roles, permissions, etc)
used during authorization (access control) checks only.<DT><A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz"><B>Authorizer</B></A> - Interface in <A HREF="./org/apache/shiro/authz/package-summary.html">org.apache.shiro.authz</A><DD>An <tt>Authorizer</tt> performs authorization (access control) operations for any given Subject
(aka 'application user').<DT><A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationHandler.html" title="class in org.apache.shiro.authz.aop"><B>AuthorizingAnnotationHandler</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>An AnnotationHandler that executes authorization (access control) behavior based on directive(s) found in a
JSR-175 Annotation.<DT><A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationHandler.html#AuthorizingAnnotationHandler(java.lang.Class)"><B>AuthorizingAnnotationHandler(Class&lt;? extends Annotation&gt;)</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">AuthorizingAnnotationHandler</A>
<DD>Constructs an <code>AuthorizingAnnotationHandler</code> who processes annotations of the
specified type.
<DT><A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop"><B>AuthorizingAnnotationMethodInterceptor</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>An <tt>AnnotationMethodInterceptor</tt> that asserts the calling code is authorized to execute the method
before allowing the invocation to continue by inspecting code annotations to perform an access control check.<DT><A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html#AuthorizingAnnotationMethodInterceptor(org.apache.shiro.authz.aop.AuthorizingAnnotationHandler)"><B>AuthorizingAnnotationMethodInterceptor(AuthorizingAnnotationHandler)</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AuthorizingAnnotationMethodInterceptor</A>
<DD>Constructor that ensures the internal <code>handler</code> is set which will be used to perform the
authorization assertion checks when a supported annotation is encountered.
<DT><A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html#AuthorizingAnnotationMethodInterceptor(org.apache.shiro.authz.aop.AuthorizingAnnotationHandler, org.apache.shiro.aop.AnnotationResolver)"><B>AuthorizingAnnotationMethodInterceptor(AuthorizingAnnotationHandler, AnnotationResolver)</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AuthorizingAnnotationMethodInterceptor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/aop/AuthorizingMethodInterceptor.html" title="class in org.apache.shiro.authz.aop"><B>AuthorizingMethodInterceptor</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>Basic abstract class to support intercepting methods that perform authorization (access control) checks.<DT><A HREF="./org/apache/shiro/authz/aop/AuthorizingMethodInterceptor.html#AuthorizingMethodInterceptor()"><B>AuthorizingMethodInterceptor()</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthorizingMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AuthorizingMethodInterceptor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm"><B>AuthorizingRealm</B></A> - Class in <A HREF="./org/apache/shiro/realm/package-summary.html">org.apache.shiro.realm</A><DD>An <code>AuthorizingRealm</code> extends the <code>AuthenticatingRealm</code>'s capabilities by adding Authorization
(access control) support.<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#AuthorizingRealm()"><B>AuthorizingRealm()</B></A> -
Constructor for class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#AuthorizingRealm(org.apache.shiro.cache.CacheManager)"><B>AuthorizingRealm(CacheManager)</B></A> -
Constructor for class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#AuthorizingRealm(org.apache.shiro.authc.credential.CredentialsMatcher)"><B>AuthorizingRealm(CredentialsMatcher)</B></A> -
Constructor for class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#AuthorizingRealm(org.apache.shiro.cache.CacheManager, org.apache.shiro.authc.credential.CredentialsMatcher)"><B>AuthorizingRealm(CacheManager, CredentialsMatcher)</B></A> -
Constructor for class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt"><B>AuthorizingSecurityManager</B></A> - Class in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>Shiro support of a <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> class hierarchy that delegates all
authorization (access control) operations to a wrapped <A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz"><CODE>Authorizer</CODE></A> instance.<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#AuthorizingSecurityManager()"><B>AuthorizingSecurityManager()</B></A> -
Constructor for class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>Default no-arg constructor that initializes an internal default
<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz"><CODE>ModularRealmAuthorizer</CODE></A>.
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#awaitTermination(long, java.util.concurrent.TimeUnit)"><B>awaitTermination(long, TimeUnit)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/codec/Base64.html" title="class in org.apache.shiro.codec"><B>Base64</B></A> - Class in <A HREF="./org/apache/shiro/codec/package-summary.html">org.apache.shiro.codec</A><DD>Provides <a href="http://en.wikipedia.org/wiki/Base64">Base 64</a> encoding and decoding as defined by
<a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>.<DT><A HREF="./org/apache/shiro/codec/Base64.html#Base64()"><B>Base64()</B></A> -
Constructor for class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Base64.html" title="class in org.apache.shiro.codec">Base64</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/format/Base64Format.html" title="class in org.apache.shiro.crypto.hash.format"><B>Base64Format</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</A><DD><code>HashFormat</code> that outputs <em>only</em> the hash's digest bytes in Base64 format.<DT><A HREF="./org/apache/shiro/crypto/hash/format/Base64Format.html#Base64Format()"><B>Base64Format()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/Base64Format.html" title="class in org.apache.shiro.crypto.hash.format">Base64Format</A>
<DD>&nbsp;
<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 <A HREF="./org/apache/shiro/subject/Subject.html#isAuthenticated()"><CODE>authenticated</CODE></A> 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/aspectj/BeforeAdviceMethodInvocationAdapter.html" title="class in org.apache.shiro.aspectj"><B>BeforeAdviceMethodInvocationAdapter</B></A> - Class in <A HREF="./org/apache/shiro/aspectj/package-summary.html">org.apache.shiro.aspectj</A><DD>Helper class that adapts an AspectJ <CODE>JoinPoint</CODE>.<DT><A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html#BeforeAdviceMethodInvocationAdapter(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])"><B>BeforeAdviceMethodInvocationAdapter(Object, Method, Object[])</B></A> -
Constructor for class org.apache.shiro.aspectj.<A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html" title="class in org.apache.shiro.aspectj">BeforeAdviceMethodInvocationAdapter</A>
<DD>Creates a new <A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html" title="class in org.apache.shiro.aspectj"><CODE>BeforeAdviceMethodInvocationAdapter</CODE></A> instance.
<DT><A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html#beforeAllAttempts(java.util.Collection, org.apache.shiro.authc.AuthenticationToken)"><B>beforeAllAttempts(Collection&lt;? extends Realm&gt;, AuthenticationToken)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html" title="class in org.apache.shiro.authc.pam">AbstractAuthenticationStrategy</A>
<DD>Simply returns <code>new <A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc"><CODE>SimpleAuthenticationInfo</CODE></A>();</code>, which supports
aggregating account data across realms.
<DT><A HREF="./org/apache/shiro/authc/pam/AuthenticationStrategy.html#beforeAllAttempts(java.util.Collection, org.apache.shiro.authc.AuthenticationToken)"><B>beforeAllAttempts(Collection&lt;? extends Realm&gt;, AuthenticationToken)</B></A> -
Method in interface org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AuthenticationStrategy.html" title="interface in org.apache.shiro.authc.pam">AuthenticationStrategy</A>
<DD>Method invoked by the ModularAuthenticator signifying that the authentication process is about to begin for the
specified <code>token</code> - called before any <code>Realm</code> is actually invoked.
<DT><A HREF="./org/apache/shiro/authc/pam/FirstSuccessfulStrategy.html#beforeAllAttempts(java.util.Collection, org.apache.shiro.authc.AuthenticationToken)"><B>beforeAllAttempts(Collection&lt;? extends Realm&gt;, AuthenticationToken)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/FirstSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam">FirstSuccessfulStrategy</A>
<DD>Returns <code>null</code> immediately, relying on this class's <A HREF="./org/apache/shiro/authc/pam/FirstSuccessfulStrategy.html#merge(org.apache.shiro.authc.AuthenticationInfo, org.apache.shiro.authc.AuthenticationInfo)"><CODE>merge</CODE></A> implementation to return
only the first <code>info</code> object it encounters, ignoring all subsequent ones.
<DT><A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html#beforeAttempt(org.apache.shiro.realm.Realm, org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>beforeAttempt(Realm, AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html" title="class in org.apache.shiro.authc.pam">AbstractAuthenticationStrategy</A>
<DD>Simply returns the <code>aggregate</code> method argument, without modification.
<DT><A HREF="./org/apache/shiro/authc/pam/AllSuccessfulStrategy.html#beforeAttempt(org.apache.shiro.realm.Realm, org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>beforeAttempt(Realm, AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AllSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam">AllSuccessfulStrategy</A>
<DD>Because all realms in this strategy must complete successfully, this implementation ensures that the given
<code>Realm</code> <A HREF="./org/apache/shiro/realm/Realm.html#supports(org.apache.shiro.authc.AuthenticationToken)"><CODE>supports</CODE></A> the given
<code>token</code> argument.
<DT><A HREF="./org/apache/shiro/authc/pam/AuthenticationStrategy.html#beforeAttempt(org.apache.shiro.realm.Realm, org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>beforeAttempt(Realm, AuthenticationToken, AuthenticationInfo)</B></A> -
Method in interface org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AuthenticationStrategy.html" title="interface in org.apache.shiro.authc.pam">AuthenticationStrategy</A>
<DD>Method invoked by the ModularAuthenticator just prior to the realm being consulted for account data,
allowing pre-authentication-attempt logic for that realm only.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#beforeInvalidNotification(org.apache.shiro.session.Session)"><B>beforeInvalidNotification(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>Returns the session instance to use to pass to registered <code>SessionListener</code>s for notification
that the session has been invalidated (stopped or expired).
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#beforeLogout(org.apache.shiro.subject.Subject)"><B>beforeLogout(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</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/session/mgt/AbstractValidatingSessionManager.html#beforeSessionValidationDisabled()"><B>beforeSessionValidationDisabled()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/jndi/JndiTemplate.html#bind(java.lang.String, java.lang.Object)"><B>bind(String, Object)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiTemplate.html" title="class in org.apache.shiro.jndi">JndiTemplate</A>
<DD>Bind the given object to the current JNDI context, using the given name.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#bind(org.apache.shiro.subject.Subject)"><B>bind(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD><B>Deprecated.</B>&nbsp;<I>in favor of <A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#save(org.apache.shiro.subject.Subject)"><CODE>save(subject)</CODE></A>.</I>
<DT><A HREF="./org/apache/shiro/subject/support/SubjectThreadState.html#bind()"><B>bind()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectThreadState.html" title="class in org.apache.shiro.subject.support">SubjectThreadState</A>
<DD>Binds a <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> and <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> to the
<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util"><CODE>ThreadContext</CODE></A> so they can be retrieved later by any
<code>SecurityUtils.</code><A HREF="./org/apache/shiro/SecurityUtils.html#getSubject()"><CODE>getSubject()</CODE></A> calls that might occur
during the thread's execution.
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#bind(org.apache.shiro.mgt.SecurityManager)"><B>bind(SecurityManager)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>Convenience method that simplifies binding the application's SecurityManager instance to the ThreadContext.
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#bind(org.apache.shiro.subject.Subject)"><B>bind(Subject)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>Convenience method that simplifies binding a Subject to the ThreadContext.
<DT><A HREF="./org/apache/shiro/util/ThreadState.html#bind()"><B>bind()</B></A> -
Method in interface org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadState.html" title="interface in org.apache.shiro.util">ThreadState</A>
<DD>Binds any state that should be made accessible during a thread's execution.
<DT><A HREF="./org/apache/shiro/guice/ShiroModule.html#bindBeanType(com.google.inject.TypeLiteral, com.google.inject.Key)"><B>bindBeanType(TypeLiteral&lt;T&gt;, Key&lt;? extends T&gt;)</B></A> -
Method in class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroModule.html" title="class in org.apache.shiro.guice">ShiroModule</A>
<DD>Binds a key to use for injecting setters in shiro classes.
<DT><A HREF="./org/apache/shiro/guice/ShiroModule.html#bindEnvironment(com.google.inject.binder.AnnotatedBindingBuilder)"><B>bindEnvironment(AnnotatedBindingBuilder&lt;Environment&gt;)</B></A> -
Method in class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroModule.html" title="class in org.apache.shiro.guice">ShiroModule</A>
<DD>Binds the environment.
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#bindEnvironment(com.google.inject.binder.AnnotatedBindingBuilder)"><B>bindEnvironment(AnnotatedBindingBuilder&lt;Environment&gt;)</B></A> -
Method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#bindGuiceFilter(com.google.inject.Binder)"><B>bindGuiceFilter(Binder)</B></A> -
Static method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#bindGuiceFilter(java.lang.String, com.google.inject.Binder)"><B>bindGuiceFilter(String, Binder)</B></A> -
Static method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/ShiroModule.html#bindRealm()"><B>bindRealm()</B></A> -
Method in class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroModule.html" title="class in org.apache.shiro.guice">ShiroModule</A>
<DD>This is the preferred manner to bind a realm.
<DT><A HREF="./org/apache/shiro/guice/ShiroModule.html#bindSecurityManager(com.google.inject.binder.AnnotatedBindingBuilder)"><B>bindSecurityManager(AnnotatedBindingBuilder&lt;? super SecurityManager&gt;)</B></A> -
Method in class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroModule.html" title="class in org.apache.shiro.guice">ShiroModule</A>
<DD>Binds the security manager.
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#bindSecurityManager(com.google.inject.binder.AnnotatedBindingBuilder)"><B>bindSecurityManager(AnnotatedBindingBuilder&lt;? super SecurityManager&gt;)</B></A> -
Method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/ShiroModule.html#bindSessionManager(com.google.inject.binder.AnnotatedBindingBuilder)"><B>bindSessionManager(AnnotatedBindingBuilder&lt;SessionManager&gt;)</B></A> -
Method in class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroModule.html" title="class in org.apache.shiro.guice">ShiroModule</A>
<DD>Binds the session manager.
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#bindSessionManager(com.google.inject.binder.AnnotatedBindingBuilder)"><B>bindSessionManager(AnnotatedBindingBuilder&lt;SessionManager&gt;)</B></A> -
Method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>Binds the session manager.
<DT><A HREF="./org/apache/shiro/guice/aop/ShiroAopModule.html#bindShiroInterceptor(org.apache.shiro.aop.AnnotationMethodInterceptor)"><B>bindShiroInterceptor(AnnotationMethodInterceptor)</B></A> -
Method in class org.apache.shiro.guice.aop.<A HREF="./org/apache/shiro/guice/aop/ShiroAopModule.html" title="class in org.apache.shiro.guice.aop">ShiroAopModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#bindWebEnvironment(com.google.inject.binder.AnnotatedBindingBuilder)"><B>bindWebEnvironment(AnnotatedBindingBuilder&lt;? super WebEnvironment&gt;)</B></A> -
Method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#bindWebSecurityManager(com.google.inject.binder.AnnotatedBindingBuilder)"><B>bindWebSecurityManager(AnnotatedBindingBuilder&lt;? super WebSecurityManager&gt;)</B></A> -
Method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>Binds the security manager.
<DT><A HREF="./org/apache/shiro/crypto/BlowfishCipherService.html" title="class in org.apache.shiro.crypto"><B>BlowfishCipherService</B></A> - Class in <A HREF="./org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</A><DD><code>CipherService</code> using the <code>Blowfish</code> cipher algorithm for all encryption, decryption, and key operations.<DT><A HREF="./org/apache/shiro/crypto/BlowfishCipherService.html#BlowfishCipherService()"><B>BlowfishCipherService()</B></A> -
Constructor for class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/BlowfishCipherService.html" title="class in org.apache.shiro.crypto">BlowfishCipherService</A>
<DD>Creates a new <A HREF="./org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto"><CODE>CipherService</CODE></A> instance using the <code>Blowfish</code> cipher algorithm with the following
important cipher default attributes:
Attribute
Value
<A HREF="./org/apache/shiro/crypto/JcaCipherService.html#setKeySize(int)"><CODE>keySize</CODE></A>
<code>128</code> bits
<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setBlockSize(int)"><CODE>blockSize</CODE></A>
<code>64</code> bits (required for <code>Blowfish</code>)
<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setMode(org.apache.shiro.crypto.OperationMode)"><CODE>mode</CODE></A>
<A HREF="./org/apache/shiro/crypto/OperationMode.html#CBC"><CODE>CBC</CODE></A><b>*</b>
<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setPaddingScheme(org.apache.shiro.crypto.PaddingScheme)"><CODE>paddingScheme</CODE></A>
<A HREF="./org/apache/shiro/crypto/PaddingScheme.html#PKCS5"><CODE>PKCS5</CODE></A>
<A HREF="./org/apache/shiro/crypto/JcaCipherService.html#setInitializationVectorSize(int)"><CODE>initializationVectorSize</CODE></A>
<code>64</code> bits
<A HREF="./org/apache/shiro/crypto/JcaCipherService.html#setGenerateInitializationVectors(boolean)"><CODE>generateInitializationVectors</CODE></A>
<code>true</code><b>**</b>
<p/>
<b>*</b> The <A HREF="./org/apache/shiro/crypto/OperationMode.html#CBC"><CODE>CBC</CODE></A> operation mode is used instead of the JDK default <code>ECB</code> to
ensure strong encryption.
<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html#build()"><B>build()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</A>
<DD>Builds a <A HREF="./org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashRequest</CODE></A> instance reflecting the specified configuration.
<DT><A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html#buildAuthenticationInfo(java.lang.String, char[])"><B>buildAuthenticationInfo(String, char[])</B></A> -
Method in class org.apache.shiro.realm.activedirectory.<A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html" title="class in org.apache.shiro.realm.activedirectory">ActiveDirectoryRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html#buildAuthorizationInfo(java.util.Set)"><B>buildAuthorizationInfo(Set&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.realm.activedirectory.<A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html" title="class in org.apache.shiro.realm.activedirectory">ActiveDirectoryRealm</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/authc/credential/DefaultPasswordService.html#buildHashRequest(org.apache.shiro.util.ByteSource, org.apache.shiro.crypto.hash.Hash)"><B>buildHashRequest(ByteSource, Hash)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</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/config/ReflectionBuilder.html#buildObjects(java.util.Map)"><B>buildObjects(Map&lt;String, String&gt;)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</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 <A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission"><CODE>WildcardPermission</CODE></A> conventions.
<DT><A HREF="./org/apache/shiro/subject/Subject.Builder.html#buildSubject()"><B>buildSubject()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</A>
<DD>Creates and returns a new <code>Subject</code> instance reflecting the cumulative state acquired by the
other methods in this class.
<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 <A HREF="./org/apache/shiro/subject/Subject.Builder.html#buildSubject()"><CODE>super.buildSubject()</CODE></A>, 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.
<DT><A HREF="./org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html#byId(java.lang.String)"><B>byId(String)</B></A> -
Static method in enum org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html" title="enum in org.apache.shiro.crypto.hash.format">ProvidedHashFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ByteSource.Util.html#bytes(byte[])"><B>bytes(byte[])</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.Util.html" title="class in org.apache.shiro.util">ByteSource.Util</A>
<DD>Returns a new <code>ByteSource</code> instance representing the specified byte array.
<DT><A HREF="./org/apache/shiro/util/ByteSource.Util.html#bytes(char[])"><B>bytes(char[])</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.Util.html" title="class in org.apache.shiro.util">ByteSource.Util</A>
<DD>Returns a new <code>ByteSource</code> instance representing the specified character array's bytes.
<DT><A HREF="./org/apache/shiro/util/ByteSource.Util.html#bytes(java.lang.String)"><B>bytes(String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.Util.html" title="class in org.apache.shiro.util">ByteSource.Util</A>
<DD>Returns a new <code>ByteSource</code> instance representing the specified string's bytes.
<DT><A HREF="./org/apache/shiro/util/ByteSource.Util.html#bytes(org.apache.shiro.util.ByteSource)"><B>bytes(ByteSource)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.Util.html" title="class in org.apache.shiro.util">ByteSource.Util</A>
<DD>Returns a new <code>ByteSource</code> instance representing the specified ByteSource.
<DT><A HREF="./org/apache/shiro/util/ByteSource.Util.html#bytes(java.io.File)"><B>bytes(File)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.Util.html" title="class in org.apache.shiro.util">ByteSource.Util</A>
<DD>Returns a new <code>ByteSource</code> instance representing the specified File's bytes.
<DT><A HREF="./org/apache/shiro/util/ByteSource.Util.html#bytes(java.io.InputStream)"><B>bytes(InputStream)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.Util.html" title="class in org.apache.shiro.util">ByteSource.Util</A>
<DD>Returns a new <code>ByteSource</code> instance representing the specified InputStream's bytes.
<DT><A HREF="./org/apache/shiro/util/ByteSource.Util.html#bytes(java.lang.Object)"><B>bytes(Object)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.Util.html" title="class in org.apache.shiro.util">ByteSource.Util</A>
<DD>Returns a <code>ByteSource</code> instance representing the specified byte source argument.
<DT><A HREF="./org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util"><B>ByteSource</B></A> - Interface in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>A <code>ByteSource</code> wraps a byte array and provides additional encoding operations.<DT><A HREF="./org/apache/shiro/util/ByteSource.Util.html" title="class in org.apache.shiro.util"><B>ByteSource.Util</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Utility class that can construct ByteSource instances.<DT><A HREF="./org/apache/shiro/util/ByteSource.Util.html#ByteSource.Util()"><B>ByteSource.Util()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.Util.html" title="class in org.apache.shiro.util">ByteSource.Util</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/PrincipalCollection.html#byType(java.lang.Class)"><B>byType(Class&lt;T&gt;)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</A>
<DD>Returns all principals assignable from the specified type, or an empty Collection if no principals of that
type are contained.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#byType(java.lang.Class)"><B>byType(Class&lt;T&gt;)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#byType(java.lang.Class)"><B>byType(Class&lt;T&gt;)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache"><B>Cache</B></A>&lt;<A HREF="./org/apache/shiro/cache/Cache.html" title="type parameter in Cache">K</A>,<A HREF="./org/apache/shiro/cache/Cache.html" title="type parameter in Cache">V</A>&gt; - Interface in <A HREF="./org/apache/shiro/cache/package-summary.html">org.apache.shiro.cache</A><DD>A Cache efficiently stores temporary objects primarily to improve an application's performance.<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#cache(org.apache.shiro.session.Session, java.io.Serializable)"><B>cache(Session, Serializable)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Caches the specified session under the cache entry key of <code>sessionId</code>.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#cache(org.apache.shiro.session.Session, java.io.Serializable, org.apache.shiro.cache.Cache)"><B>cache(Session, Serializable, Cache&lt;Serializable, Session&gt;)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Caches the specified session in the given cache under the key of <code>sessionId</code>.
<DT><A HREF="./org/apache/shiro/cache/CacheException.html" title="class in org.apache.shiro.cache"><B>CacheException</B></A> - Exception in <A HREF="./org/apache/shiro/cache/package-summary.html">org.apache.shiro.cache</A><DD>Root class of all Shiro exceptions related to caching operations.<DT><A HREF="./org/apache/shiro/cache/CacheException.html#CacheException()"><B>CacheException()</B></A> -
Constructor for exception org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/CacheException.html" title="class in org.apache.shiro.cache">CacheException</A>
<DD>Creates a new <code>CacheException</code>.
<DT><A HREF="./org/apache/shiro/cache/CacheException.html#CacheException(java.lang.String)"><B>CacheException(String)</B></A> -
Constructor for exception org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/CacheException.html" title="class in org.apache.shiro.cache">CacheException</A>
<DD>Creates a new <code>CacheException</code>.
<DT><A HREF="./org/apache/shiro/cache/CacheException.html#CacheException(java.lang.Throwable)"><B>CacheException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/CacheException.html" title="class in org.apache.shiro.cache">CacheException</A>
<DD>Creates a new <code>CacheException</code>.
<DT><A HREF="./org/apache/shiro/cache/CacheException.html#CacheException(java.lang.String, java.lang.Throwable)"><B>CacheException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/CacheException.html" title="class in org.apache.shiro.cache">CacheException</A>
<DD>Creates a new <code>CacheException</code>.
<DT><A HREF="./org/apache/shiro/cache/CacheManager.html" title="interface in org.apache.shiro.cache"><B>CacheManager</B></A> - Interface in <A HREF="./org/apache/shiro/cache/package-summary.html">org.apache.shiro.cache</A><DD>A CacheManager provides and maintains the lifecycles of <A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache"><CODE>Cache</CODE></A> instances.<DT><A HREF="./org/apache/shiro/cache/CacheManagerAware.html" title="interface in org.apache.shiro.cache"><B>CacheManagerAware</B></A> - Interface in <A HREF="./org/apache/shiro/cache/package-summary.html">org.apache.shiro.cache</A><DD>Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if
one is available.<DT><A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm"><B>CachingRealm</B></A> - Class in <A HREF="./org/apache/shiro/realm/package-summary.html">org.apache.shiro.realm</A><DD>A very basic abstract extension point for the <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A> interface that provides caching support for subclasses.<DT><A HREF="./org/apache/shiro/realm/CachingRealm.html#CachingRealm()"><B>CachingRealm()</B></A> -
Constructor for class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm">CachingRealm</A>
<DD>Default no-argument constructor that defaults
<A HREF="./org/apache/shiro/realm/CachingRealm.html#isCachingEnabled()"><CODE>cachingEnabled</CODE></A> (for general caching) to <code>true</code> and sets a
default <A HREF="./org/apache/shiro/realm/CachingRealm.html#getName()"><CODE>name</CODE></A> based on the class name.
<DT><A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html" title="class in org.apache.shiro.mgt"><B>CachingSecurityManager</B></A> - Class in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>A very basic starting point for the SecurityManager interface that merely provides logging and caching
support.<DT><A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html#CachingSecurityManager()"><B>CachingSecurityManager()</B></A> -
Constructor for class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html" title="class in org.apache.shiro.mgt">CachingSecurityManager</A>
<DD>Default no-arg constructor that will automatically attempt to initialize a default cacheManager
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis"><B>CachingSessionDAO</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</A><DD>An CachingSessionDAO is a SessionDAO that provides a transparent caching layer between the components that
use it and the underlying EIS (Enterprise Information System) session backing store (for example, filesystem,
database, enterprise grid/cloud, etc).<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#CachingSessionDAO()"><B>CachingSessionDAO()</B></A> -
Constructor for class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Default no-arg constructor.
<DT><A HREF="./org/apache/shiro/subject/support/SubjectCallable.html#call()"><B>call()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectCallable.html" title="class in org.apache.shiro.subject.support">SubjectCallable</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasAuthenticationException.html" title="class in org.apache.shiro.cas"><B>CasAuthenticationException</B></A> - Exception in <A HREF="./org/apache/shiro/cas/package-summary.html">org.apache.shiro.cas</A><DD>&nbsp;<DT><A HREF="./org/apache/shiro/cas/CasAuthenticationException.html#CasAuthenticationException()"><B>CasAuthenticationException()</B></A> -
Constructor for exception org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasAuthenticationException.html" title="class in org.apache.shiro.cas">CasAuthenticationException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasAuthenticationException.html#CasAuthenticationException(java.lang.String)"><B>CasAuthenticationException(String)</B></A> -
Constructor for exception org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasAuthenticationException.html" title="class in org.apache.shiro.cas">CasAuthenticationException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasAuthenticationException.html#CasAuthenticationException(java.lang.Throwable)"><B>CasAuthenticationException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasAuthenticationException.html" title="class in org.apache.shiro.cas">CasAuthenticationException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasAuthenticationException.html#CasAuthenticationException(java.lang.String, java.lang.Throwable)"><B>CasAuthenticationException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasAuthenticationException.html" title="class in org.apache.shiro.cas">CasAuthenticationException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasFilter.html" title="class in org.apache.shiro.cas"><B>CasFilter</B></A> - Class in <A HREF="./org/apache/shiro/cas/package-summary.html">org.apache.shiro.cas</A><DD>This filter validates the CAS service ticket to authenticate the user.<DT><A HREF="./org/apache/shiro/cas/CasFilter.html#CasFilter()"><B>CasFilter()</B></A> -
Constructor for class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasFilter.html" title="class in org.apache.shiro.cas">CasFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas"><B>CasRealm</B></A> - Class in <A HREF="./org/apache/shiro/cas/package-summary.html">org.apache.shiro.cas</A><DD>This realm implementation acts as a CAS client to a CAS server for authentication and basic authorization.<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#CasRealm()"><B>CasRealm()</B></A> -
Constructor for class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasSubjectFactory.html" title="class in org.apache.shiro.cas"><B>CasSubjectFactory</B></A> - Class in <A HREF="./org/apache/shiro/cas/package-summary.html">org.apache.shiro.cas</A><DD><A HREF="./org/apache/shiro/mgt/SubjectFactory.html" title="interface in org.apache.shiro.mgt"><CODE>Subject</CODE></A> implementation to be used in CAS-enabled applications.<DT><A HREF="./org/apache/shiro/cas/CasSubjectFactory.html#CasSubjectFactory()"><B>CasSubjectFactory()</B></A> -
Constructor for class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasSubjectFactory.html" title="class in org.apache.shiro.cas">CasSubjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasToken.html" title="class in org.apache.shiro.cas"><B>CasToken</B></A> - Class in <A HREF="./org/apache/shiro/cas/package-summary.html">org.apache.shiro.cas</A><DD>This class represents a token for a CAS authentication (service ticket + user id + remember me).<DT><A HREF="./org/apache/shiro/cas/CasToken.html#CasToken(java.lang.String)"><B>CasToken(String)</B></A> -
Constructor for class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasToken.html" title="class in org.apache.shiro.cas">CasToken</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#checkForNullOrEmptyLiteral(java.lang.String)"><B>checkForNullOrEmptyLiteral(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#checkHashFormatDurability()"><B>checkHashFormatDurability()</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#checkPermission(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>checkPermission(PrincipalCollection, String)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Ensures the corresponding Subject/user implies the specified permission String.
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#checkPermission(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.authz.Permission)"><B>checkPermission(PrincipalCollection, Permission)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Ensures a subject/user <A HREF="./org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><CODE>Permission.implies(Permission)</CODE></A> implies} the specified <tt>Permission</tt>.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#checkPermission(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>checkPermission(PrincipalCollection, String)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>If !<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><CODE>isPermitted(permission)</CODE></A>, throws
an <code>UnauthorizedException</code> otherwise returns quietly.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#checkPermission(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.authz.Permission)"><B>checkPermission(PrincipalCollection, Permission)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>If !<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.authz.Permission)"><CODE>isPermitted(permission)</CODE></A>, throws
an <code>UnauthorizedException</code> otherwise returns quietly.
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkPermission(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>checkPermission(PrincipalCollection, String)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkPermission(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.authz.Permission)"><B>checkPermission(PrincipalCollection, Permission)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#checkPermission(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>checkPermission(PrincipalCollection, String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#checkPermission(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.authz.Permission)"><B>checkPermission(PrincipalCollection, Permission)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#checkPermission(org.apache.shiro.authz.Permission, org.apache.shiro.authz.AuthorizationInfo)"><B>checkPermission(Permission, AuthorizationInfo)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#checkPermission(java.lang.String)"><B>checkPermission(String)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Ensures this Subject implies the specified permission String.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#checkPermission(org.apache.shiro.authz.Permission)"><B>checkPermission(Permission)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Ensures this Subject <A HREF="./org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><CODE>implies</CODE></A> the specified <code>Permission</code>.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#checkPermission(java.lang.String)"><B>checkPermission(String)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#checkPermission(org.apache.shiro.authz.Permission)"><B>checkPermission(Permission)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>checkPermissions(PrincipalCollection, String...)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Ensures the corresponding Subject/user
<A HREF="./org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><CODE>implies</CODE></A> all of the
specified permission strings.
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>checkPermissions(PrincipalCollection, Collection&lt;Permission&gt;)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Ensures the corresponding Subject/user
<A HREF="./org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><CODE>implies</CODE></A> all of the
specified permission strings.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>checkPermissions(PrincipalCollection, String...)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>If !<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><CODE>isPermitted(permission)</CODE></A>,
throws an <code>UnauthorizedException</code> otherwise returns quietly.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>checkPermissions(PrincipalCollection, Collection&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>If !<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.authz.Permission)"><CODE>isPermitted(permission)</CODE></A> for
<em>all</em> the given Permissions, throws
an <code>UnauthorizedException</code> otherwise returns quietly.
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>checkPermissions(PrincipalCollection, String...)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>checkPermissions(PrincipalCollection, Collection&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>checkPermissions(PrincipalCollection, String...)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>checkPermissions(PrincipalCollection, Collection&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#checkPermissions(java.util.Collection, org.apache.shiro.authz.AuthorizationInfo)"><B>checkPermissions(Collection&lt;Permission&gt;, AuthorizationInfo)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#checkPermissions(java.lang.String...)"><B>checkPermissions(String...)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Ensures this Subject
<A HREF="./org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><CODE>implies</CODE></A> all of the
specified permission strings.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#checkPermissions(java.util.Collection)"><B>checkPermissions(Collection&lt;Permission&gt;)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Ensures this Subject
<A HREF="./org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><CODE>implies</CODE></A> all of the
specified permission strings.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#checkPermissions(java.lang.String...)"><B>checkPermissions(String...)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#checkPermissions(java.util.Collection)"><B>checkPermissions(Collection&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#checkRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>checkRole(PrincipalCollection, String)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Asserts the corresponding Subject/user has the specified role by returning quietly if they do or throwing an
<A HREF="./org/apache/shiro/authz/AuthorizationException.html" title="class in org.apache.shiro.authz"><CODE>AuthorizationException</CODE></A> if they do not.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#checkRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>checkRole(PrincipalCollection, String)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>If !<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#hasRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><CODE>hasRole(role)</CODE></A>, throws
an <code>UnauthorizedException</code> otherwise returns quietly.
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>checkRole(PrincipalCollection, String)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#checkRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>checkRole(PrincipalCollection, String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#checkRole(java.lang.String, org.apache.shiro.authz.AuthorizationInfo)"><B>checkRole(String, AuthorizationInfo)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#checkRole(java.lang.String)"><B>checkRole(String)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Asserts this Subject has the specified role by returning quietly if they do or throwing an
<A HREF="./org/apache/shiro/authz/AuthorizationException.html" title="class in org.apache.shiro.authz"><CODE>AuthorizationException</CODE></A> if they do not.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#checkRole(java.lang.String)"><B>checkRole(String)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#checkRoles(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>checkRoles(PrincipalCollection, Collection&lt;String&gt;)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Asserts the corresponding Subject/user has all of the specified roles by returning quietly if they do or
throwing an <A HREF="./org/apache/shiro/authz/AuthorizationException.html" title="class in org.apache.shiro.authz"><CODE>AuthorizationException</CODE></A> if they do not.
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#checkRoles(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>checkRoles(PrincipalCollection, String...)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Same as <A HREF="./org/apache/shiro/authz/Authorizer.html#checkRoles(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><CODE>checkRoles(PrincipalCollection subjectPrincipal, Collection&lt;String&gt; roleIdentifiers)</CODE></A> but doesn't require a collection
as an argument.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#checkRoles(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>checkRoles(PrincipalCollection, Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Calls {@link #checkRoles(PrincipalCollection principals, String...
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#checkRoles(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>checkRoles(PrincipalCollection, String...)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Calls <A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#checkRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><CODE>checkRole</CODE></A> for each role specified.
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkRoles(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>checkRoles(PrincipalCollection, Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkRoles(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>checkRoles(PrincipalCollection, String...)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#checkRoles(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>checkRoles(PrincipalCollection, Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#checkRoles(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>checkRoles(PrincipalCollection, String...)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#checkRoles(java.util.Collection, org.apache.shiro.authz.AuthorizationInfo)"><B>checkRoles(Collection&lt;String&gt;, AuthorizationInfo)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#checkRoles(java.util.Collection)"><B>checkRoles(Collection&lt;String&gt;)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Asserts this Subject has all of the specified roles by returning quietly if they do or throwing an
<A HREF="./org/apache/shiro/authz/AuthorizationException.html" title="class in org.apache.shiro.authz"><CODE>AuthorizationException</CODE></A> if they do not.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#checkRoles(java.lang.String...)"><B>checkRoles(String...)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Same as <CODE>checkRoles(Collection<String> roleIdentifiers)</CODE> but
doesn't require a collection as a an argument.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#checkRoles(java.lang.String...)"><B>checkRoles(String...)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#checkRoles(java.util.Collection)"><B>checkRoles(Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#checkValid(org.apache.shiro.session.mgt.SessionKey)"><B>checkValid(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#checkValid(org.apache.shiro.session.mgt.SessionKey)"><B>checkValid(SessionKey)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Returns quietly if the associated session is valid (it exists and is not stopped or expired) or throws
an <A HREF="./org/apache/shiro/session/InvalidSessionException.html" title="class in org.apache.shiro.session"><CODE>InvalidSessionException</CODE></A> indicating that the session id is invalid.
<DT><A HREF="./org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto"><B>CipherService</B></A> - Interface in <A HREF="./org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</A><DD>A <code>CipherService</code> uses a cryptographic algorithm called a
<a href="http://en.wikipedia.org/wiki/Cipher">Cipher</a> to convert an original input source using a <code>key</code> to
an uninterpretable format.<DT><A HREF="./org/apache/shiro/io/ResourceUtils.html#CLASSPATH_PREFIX"><B>CLASSPATH_PREFIX</B></A> -
Static variable in class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/ResourceUtils.html" title="class in org.apache.shiro.io">ResourceUtils</A>
<DD>Resource path prefix that specifies to load from a classpath location, value is <b><code>classpath:</code></b>
<DT><A HREF="./org/apache/shiro/io/ClassResolvingObjectInputStream.html" title="class in org.apache.shiro.io"><B>ClassResolvingObjectInputStream</B></A> - Class in <A HREF="./org/apache/shiro/io/package-summary.html">org.apache.shiro.io</A><DD>Enables correct ClassLoader lookup in various environments (e.g.<DT><A HREF="./org/apache/shiro/io/ClassResolvingObjectInputStream.html#ClassResolvingObjectInputStream(java.io.InputStream)"><B>ClassResolvingObjectInputStream(InputStream)</B></A> -
Constructor for class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/ClassResolvingObjectInputStream.html" title="class in org.apache.shiro.io">ClassResolvingObjectInputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ClassUtils.html" title="class in org.apache.shiro.util"><B>ClassUtils</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Utility method library used to conveniently interact with <code>Class</code>es, such as acquiring them from the
application <code>ClassLoader</code>s and instantiating Objects from them.<DT><A HREF="./org/apache/shiro/util/ClassUtils.html#ClassUtils()"><B>ClassUtils()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ClassUtils.html" title="class in org.apache.shiro.util">ClassUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#clean(java.lang.String)"><B>clean(String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Returns a 'cleaned' representation of the specified argument.
<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
<A HREF="./org/apache/shiro/authz/UnauthenticatedException.html" title="class in org.apache.shiro.authz"><CODE>UnauthenticatedException</CODE></A>.
<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/authc/UsernamePasswordToken.html#clear()"><B>clear()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Clears out (nulls) the username, password, rememberMe, and inetAddress.
<DT><A HREF="./org/apache/shiro/cache/Cache.html#clear()"><B>clear()</B></A> -
Method in interface org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache">Cache</A>
<DD>Clear all entries from the cache.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCache.html#clear()"><B>clear()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache">EhCache</A>
<DD>Removes all elements in the cache, but leaves the cache in a useable state.
<DT><A HREF="./org/apache/shiro/cache/MapCache.html#clear()"><B>clear()</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/MapCache.html" title="class in org.apache.shiro.cache">MapCache</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#clear()"><B>clear()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#clear()"><B>clear()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/MutablePrincipalCollection.html#clear()"><B>clear()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/MutablePrincipalCollection.html" title="interface in org.apache.shiro.subject">MutablePrincipalCollection</A>
<DD>Removes all Principals in this collection.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#clear()"><B>clear()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#clear()"><B>clear()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/SubjectThreadState.html#clear()"><B>clear()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectThreadState.html" title="class in org.apache.shiro.subject.support">SubjectThreadState</A>
<DD>Completely <A HREF="./org/apache/shiro/util/ThreadContext.html#remove(java.lang.Object)"><CODE>removes</CODE></A> the <code>ThreadContext</code> state.
<DT><A HREF="./org/apache/shiro/util/MapContext.html#clear()"><B>clear()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#clear()"><B>clear()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ThreadState.html#clear()"><B>clear()</B></A> -
Method in interface org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadState.html" title="interface in org.apache.shiro.util">ThreadState</A>
<DD>Completely clears/removes the <code>ThreadContext</code> state.
<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/realm/CachingRealm.html#clearCache(org.apache.shiro.subject.PrincipalCollection)"><B>clearCache(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm">CachingRealm</A>
<DD>Clears out any cached data associated with the specified account identity/identities.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#clearCachedAuthenticationInfo(org.apache.shiro.subject.PrincipalCollection)"><B>clearCachedAuthenticationInfo(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Clears out the AuthenticationInfo cache entry for the specified account.
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#clearCachedAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection)"><B>clearCachedAuthorizationInfo(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>Clears out the AuthorizationInfo cache entry for the specified account.
<DT><A HREF="./org/apache/shiro/io/ResourceUtils.html#close(java.io.InputStream)"><B>close(InputStream)</B></A> -
Static method in class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/ResourceUtils.html" title="class in org.apache.shiro.io">ResourceUtils</A>
<DD>Convenience method that closes the specified <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A>, logging any
<A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><CODE>IOException</CODE></A> that might occur.
<DT><A HREF="./org/apache/shiro/util/JdbcUtils.html#closeConnection(java.sql.Connection)"><B>closeConnection(Connection)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JdbcUtils.html" title="class in org.apache.shiro.util">JdbcUtils</A>
<DD>Close the given JDBC Connection and ignore any thrown exception.
<DT><A HREF="./org/apache/shiro/realm/ldap/LdapUtils.html#closeContext(javax.naming.ldap.LdapContext)"><B>closeContext(LdapContext)</B></A> -
Static method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/LdapUtils.html" title="class in org.apache.shiro.realm.ldap">LdapUtils</A>
<DD>Closes an LDAP context, logging any errors, but not throwing
an exception if there is a failure.
<DT><A HREF="./org/apache/shiro/realm/ldap/LdapUtils.html#closeEnumeration(javax.naming.NamingEnumeration)"><B>closeEnumeration(NamingEnumeration)</B></A> -
Static method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/LdapUtils.html" title="class in org.apache.shiro.realm.ldap">LdapUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/JdbcUtils.html#closeResultSet(java.sql.ResultSet)"><B>closeResultSet(ResultSet)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JdbcUtils.html" title="class in org.apache.shiro.util">JdbcUtils</A>
<DD>Close the given JDBC ResultSet and ignore any thrown exception.
<DT><A HREF="./org/apache/shiro/util/JdbcUtils.html#closeStatement(java.sql.Statement)"><B>closeStatement(Statement)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JdbcUtils.html" title="class in org.apache.shiro.util">JdbcUtils</A>
<DD>Close the given JDBC Statement and ignore any thrown exception.
<DT><A HREF="./org/apache/shiro/codec/CodecException.html" title="class in org.apache.shiro.codec"><B>CodecException</B></A> - Exception in <A HREF="./org/apache/shiro/codec/package-summary.html">org.apache.shiro.codec</A><DD>Root exception related to issues during encoding or decoding.<DT><A HREF="./org/apache/shiro/codec/CodecException.html#CodecException()"><B>CodecException()</B></A> -
Constructor for exception org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecException.html" title="class in org.apache.shiro.codec">CodecException</A>
<DD>Creates a new <code>CodecException</code>.
<DT><A HREF="./org/apache/shiro/codec/CodecException.html#CodecException(java.lang.String)"><B>CodecException(String)</B></A> -
Constructor for exception org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecException.html" title="class in org.apache.shiro.codec">CodecException</A>
<DD>Creates a new <code>CodecException</code>.
<DT><A HREF="./org/apache/shiro/codec/CodecException.html#CodecException(java.lang.Throwable)"><B>CodecException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecException.html" title="class in org.apache.shiro.codec">CodecException</A>
<DD>Creates a new <code>CodecException</code>.
<DT><A HREF="./org/apache/shiro/codec/CodecException.html#CodecException(java.lang.String, java.lang.Throwable)"><B>CodecException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecException.html" title="class in org.apache.shiro.codec">CodecException</A>
<DD>Creates a new <code>CodecException</code>.
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec"><B>CodecSupport</B></A> - Class in <A HREF="./org/apache/shiro/codec/package-summary.html">org.apache.shiro.codec</A><DD>Base abstract class that provides useful encoding and decoding operations, especially for character data.<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#CodecSupport()"><B>CodecSupport()</B></A> -
Constructor for class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/CollectionUtils.html" title="class in org.apache.shiro.util"><B>CollectionUtils</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Static helper class for use dealing with Collections.<DT><A HREF="./org/apache/shiro/util/CollectionUtils.html#CollectionUtils()"><B>CollectionUtils()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/CollectionUtils.html" title="class in org.apache.shiro.util">CollectionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#combine(org.apache.shiro.util.ByteSource, org.apache.shiro.util.ByteSource)"><B>combine(ByteSource, ByteSource)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>Combines the specified 'private' salt bytes with the specified additional extra bytes to use as the
total salt during hash computation.
<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/config/Ini.html#COMMENT_POUND"><B>COMMENT_POUND</B></A> -
Static variable in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#COMMENT_SEMICOLON"><B>COMMENT_SEMICOLON</B></A> -
Static variable in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#computeHash(org.apache.shiro.crypto.hash.HashRequest)"><B>computeHash(HashRequest)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>Computes and responds with a hash based on the specified request.
<DT><A HREF="./org/apache/shiro/crypto/hash/HashService.html#computeHash(org.apache.shiro.crypto.hash.HashRequest)"><B>computeHash(HashRequest)</B></A> -
Method in interface org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash">HashService</A>
<DD>Computes a hash based on the given request.
<DT><A HREF="./org/apache/shiro/authc/ConcurrentAccessException.html" title="class in org.apache.shiro.authc"><B>ConcurrentAccessException</B></A> - Exception in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>Thrown when an authentication attempt has been received for an account that has already been
authenticated (i.e.<DT><A HREF="./org/apache/shiro/authc/ConcurrentAccessException.html#ConcurrentAccessException()"><B>ConcurrentAccessException()</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/ConcurrentAccessException.html" title="class in org.apache.shiro.authc">ConcurrentAccessException</A>
<DD>Creates a new ConcurrentAccessException.
<DT><A HREF="./org/apache/shiro/authc/ConcurrentAccessException.html#ConcurrentAccessException(java.lang.String)"><B>ConcurrentAccessException(String)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/ConcurrentAccessException.html" title="class in org.apache.shiro.authc">ConcurrentAccessException</A>
<DD>Constructs a new ConcurrentAccessException.
<DT><A HREF="./org/apache/shiro/authc/ConcurrentAccessException.html#ConcurrentAccessException(java.lang.Throwable)"><B>ConcurrentAccessException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/ConcurrentAccessException.html" title="class in org.apache.shiro.authc">ConcurrentAccessException</A>
<DD>Constructs a new ConcurrentAccessException.
<DT><A HREF="./org/apache/shiro/authc/ConcurrentAccessException.html#ConcurrentAccessException(java.lang.String, java.lang.Throwable)"><B>ConcurrentAccessException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/ConcurrentAccessException.html" title="class in org.apache.shiro.authc">ConcurrentAccessException</A>
<DD>Constructs a new ConcurrentAccessException.
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#config(com.google.inject.Key, java.lang.String)"><B>config(Key&lt;T&gt;, String)</B></A> -
Static method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#config(com.google.inject.TypeLiteral, java.lang.String)"><B>config(TypeLiteral&lt;T&gt;, String)</B></A> -
Static method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#config(java.lang.Class, java.lang.String)"><B>config(Class&lt;T&gt;, String)</B></A> -
Static method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</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/crypto/hash/ConfigurableHashService.html" title="interface in org.apache.shiro.crypto.hash"><B>ConfigurableHashService</B></A> - Interface in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>A <code>HashService</code> that allows configuration of its strategy via JavaBeans-compatible setter methods.<DT><A HREF="./org/apache/shiro/config/ConfigurationException.html" title="class in org.apache.shiro.config"><B>ConfigurationException</B></A> - Exception in <A HREF="./org/apache/shiro/config/package-summary.html">org.apache.shiro.config</A><DD>Root exception indicating there was a problem parsing or processing the Shiro configuration.<DT><A HREF="./org/apache/shiro/config/ConfigurationException.html#ConfigurationException()"><B>ConfigurationException()</B></A> -
Constructor for exception org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ConfigurationException.html" title="class in org.apache.shiro.config">ConfigurationException</A>
<DD>Creates a new ConfigurationException.
<DT><A HREF="./org/apache/shiro/config/ConfigurationException.html#ConfigurationException(java.lang.String)"><B>ConfigurationException(String)</B></A> -
Constructor for exception org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ConfigurationException.html" title="class in org.apache.shiro.config">ConfigurationException</A>
<DD>Constructs a new ConfigurationException.
<DT><A HREF="./org/apache/shiro/config/ConfigurationException.html#ConfigurationException(java.lang.Throwable)"><B>ConfigurationException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ConfigurationException.html" title="class in org.apache.shiro.config">ConfigurationException</A>
<DD>Constructs a new ConfigurationException.
<DT><A HREF="./org/apache/shiro/config/ConfigurationException.html#ConfigurationException(java.lang.String, java.lang.Throwable)"><B>ConfigurationException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ConfigurationException.html" title="class in org.apache.shiro.config">ConfigurationException</A>
<DD>Constructs a new ConfigurationException.
<DT><A HREF="./org/apache/shiro/guice/aop/ShiroAopModule.html#configure()"><B>configure()</B></A> -
Method in class org.apache.shiro.guice.aop.<A HREF="./org/apache/shiro/guice/aop/ShiroAopModule.html" title="class in org.apache.shiro.guice.aop">ShiroAopModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/ShiroModule.html#configure()"><B>configure()</B></A> -
Method in class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroModule.html" title="class in org.apache.shiro.guice">ShiroModule</A>
<DD>&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/guice/aop/ShiroAopModule.html#configureDefaultInterceptors(org.apache.shiro.aop.AnnotationResolver)"><B>configureDefaultInterceptors(AnnotationResolver)</B></A> -
Method in class org.apache.shiro.guice.aop.<A HREF="./org/apache/shiro/guice/aop/ShiroAopModule.html" title="class in org.apache.shiro.guice.aop">ShiroAopModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/aop/ShiroAopModule.html#configureInterceptors(org.apache.shiro.aop.AnnotationResolver)"><B>configureInterceptors(AnnotationResolver)</B></A> -
Method in class org.apache.shiro.guice.aop.<A HREF="./org/apache/shiro/guice/aop/ShiroAopModule.html" title="class in org.apache.shiro.guice.aop">ShiroAopModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/ShiroModule.html#configureShiro()"><B>configureShiro()</B></A> -
Method in class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroModule.html" title="class in org.apache.shiro.guice">ShiroModule</A>
<DD>Implement this method in order to configure your realms and any other Shiro customization you may need.
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#configureShiro()"><B>configureShiro()</B></A> -
Method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#configureShiroWeb()"><B>configureShiroWeb()</B></A> -
Method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/jndi/JndiLocator.html#CONTAINER_PREFIX"><B>CONTAINER_PREFIX</B></A> -
Static variable in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiLocator.html" title="class in org.apache.shiro.jndi">JndiLocator</A>
<DD>JNDI prefix used in a J2EE container
<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/config/Ini.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/MapContext.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/MapContext.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.Builder.html#contextAttribute(java.lang.String, java.lang.Object)"><B>contextAttribute(String, Object)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</A>
<DD>Allows custom attributes to be added to the underlying context <code>Map</code> used to construct the
<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> instance.
<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/realm/ldap/DefaultLdapContextFactory.html#contextFactoryClassName"><B>contextFactoryClassName</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<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/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.html#continueInvocation(java.lang.Object)"><B>continueInvocation(Object)</B></A> -
Method in class org.apache.shiro.spring.security.interceptor.<A HREF="./org/apache/shiro/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.spring.security.interceptor">AopAllianceAnnotationsAuthorizingMethodInterceptor</A>
<DD>Simply casts the method argument to an
<CODE>org.aopalliance.intercept.MethodInvocation</CODE> and then
calls <code>methodInvocation.<CODE>proceed</CODE>()</code>
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#convertBytesToPrincipals(byte[], org.apache.shiro.subject.SubjectContext)"><B>convertBytesToPrincipals(byte[], SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>If a <A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getCipherService()"><CODE>cipherService</CODE></A> is available, it will be used to first decrypt the byte array.
<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/jndi/JndiLocator.html#convertJndiName(java.lang.String)"><B>convertJndiName(String)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiLocator.html" title="class in org.apache.shiro.jndi">JndiLocator</A>
<DD>Convert the given JNDI name into the actual JNDI name to use.
<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 <A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><CODE>Ini</CODE></A> instance.
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#convertPrincipalsToBytes(org.apache.shiro.subject.PrincipalCollection)"><B>convertPrincipalsToBytes(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Converts the given principal collection the byte array that will be persisted to be 'remembered' later.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#convertSaltToBytes(java.lang.Object)"><B>convertSaltToBytes(Object)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Acquires the specified <code>salt</code> argument's bytes and returns them in the form of a <code>ByteSource</code> instance.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#convertSourceToBytes(java.lang.Object)"><B>convertSourceToBytes(Object)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Acquires the specified <code>source</code> argument's bytes and returns them in the form of a <code>ByteSource</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 <A HREF="./org/apache/shiro/subject/Subject.html#getPrincipals()"><CODE>principals</CODE></A> 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/mgt/DefaultSecurityManager.html#copy(org.apache.shiro.subject.SubjectContext)"><B>copy(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<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/session/mgt/DefaultSessionManager.html#create(org.apache.shiro.session.Session)"><B>create(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>Persists the given session instance to an underlying EIS (Enterprise Information System).
<DT><A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html#create(org.apache.shiro.session.Session)"><B>create(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">AbstractSessionDAO</A>
<DD>Creates the session by delegating EIS creation to subclasses via the <A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html#doCreate(org.apache.shiro.session.Session)"><CODE>AbstractSessionDAO.doCreate(org.apache.shiro.session.Session)</CODE></A> method, and then
asserting that the returned sessionId is not null.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#create(org.apache.shiro.session.Session)"><B>create(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Calls <code>super.create(session)</code>, then caches the session keyed by the returned <code>sessionId</code>, and then
returns this <code>sessionId</code>.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/SessionDAO.html#create(org.apache.shiro.session.Session)"><B>create(Session)</B></A> -
Method in interface org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/SessionDAO.html" title="interface in org.apache.shiro.session.mgt.eis">SessionDAO</A>
<DD>Inserts a new Session record into the underling EIS (e.g.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#createActiveSessionsCache()"><B>createActiveSessionsCache()</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Creates a cache instance used to store active sessions.
<DT><A HREF="./org/apache/shiro/guice/aop/ShiroAopModule.html#createAnnotationResolver()"><B>createAnnotationResolver()</B></A> -
Method in class org.apache.shiro.guice.aop.<A HREF="./org/apache/shiro/guice/aop/ShiroAopModule.html" title="class in org.apache.shiro.guice.aop">ShiroAopModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#createAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken, java.lang.Object, java.lang.Object, javax.naming.ldap.LdapContext)"><B>createAuthenticationInfo(AuthenticationToken, Object, Object, LdapContext)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>Returns the <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A> resulting from a Subject's successful LDAP authentication attempt.
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#createByteSource(java.lang.Object)"><B>createByteSource(Object)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cache/AbstractCacheManager.html#createCache(java.lang.String)"><B>createCache(String)</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/AbstractCacheManager.html" title="class in org.apache.shiro.cache">AbstractCacheManager</A>
<DD>Creates a new <code>Cache</code> instance associated with the specified <code>name</code>.
<DT><A HREF="./org/apache/shiro/cache/MemoryConstrainedCacheManager.html#createCache(java.lang.String)"><B>createCache(String)</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/MemoryConstrainedCacheManager.html" title="class in org.apache.shiro.cache">MemoryConstrainedCacheManager</A>
<DD>Returns a new <A HREF="./org/apache/shiro/cache/MapCache.html" title="class in org.apache.shiro.cache"><CODE>MapCache</CODE></A> instance backed by a <A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util"><CODE>SoftHashMap</CODE></A>.
<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/config/IniFactorySupport.html#createDefaultInstance()"><B>createDefaultInstance()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniFactorySupport.html" title="class in org.apache.shiro.config">IniFactorySupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#createDefaultInstance()"><B>createDefaultInstance()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</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/config/IniSecurityManagerFactory.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.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</A>
<DD>&nbsp;
<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/session/mgt/AbstractNativeSessionManager.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.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.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.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</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.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/spring/web/ShiroFilterFactoryBean.html#createFilterChainManager()"><B>createFilterChainManager()</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</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/aspectj/BeforeAdviceMethodInvocationAdapter.html#createFrom(org.aspectj.lang.JoinPoint)"><B>createFrom(JoinPoint)</B></A> -
Static method in class org.apache.shiro.aspectj.<A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html" title="class in org.apache.shiro.aspectj">BeforeAdviceMethodInvocationAdapter</A>
<DD>Factory method that creates a new <A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html" title="class in org.apache.shiro.aspectj"><CODE>BeforeAdviceMethodInvocationAdapter</CODE></A> instance
using the AspectJ <CODE>JoinPoint</CODE> provided.
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#createHashRequest(org.apache.shiro.util.ByteSource)"><B>createHashRequest(ByteSource)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</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 <A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><CODE>Ini</CODE></A> instance reflecting the specified path, or <code>null</code> if the path does not exist and
is not required.
<DT><A HREF="./org/apache/shiro/jndi/JndiTemplate.html#createInitialContext()"><B>createInitialContext()</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiTemplate.html" title="class in org.apache.shiro.jndi">JndiTemplate</A>
<DD>Create a new JNDI initial context.
<DT><A HREF="./org/apache/shiro/config/IniFactorySupport.html#createInstance()"><B>createInstance()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniFactorySupport.html" title="class in org.apache.shiro.config">IniFactorySupport</A>
<DD>Creates a new object instance by using a configured INI source.
<DT><A HREF="./org/apache/shiro/config/IniFactorySupport.html#createInstance(org.apache.shiro.config.Ini)"><B>createInstance(Ini)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniFactorySupport.html" title="class in org.apache.shiro.config">IniFactorySupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#createInstance(org.apache.shiro.config.Ini)"><B>createInstance(Ini)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#createInstance()"><B>createInstance()</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>This implementation:
Ensures the required <A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#setSecurityManager(org.apache.shiro.mgt.SecurityManager)"><CODE>securityManager</CODE></A>
property has been set
<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#createFilterChainManager()"><CODE>Creates</CODE></A> a <A HREF="./org/apache/shiro/web/filter/mgt/FilterChainManager.html" title="interface in org.apache.shiro.web.filter.mgt"><CODE>FilterChainManager</CODE></A> instance that reflects the
configured <A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#setFilters(java.util.Map)"><CODE>filters</CODE></A> and
<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#setFilterChainDefinitionMap(java.util.Map)"><CODE>filter chain definitions</CODE></A>
Wraps the FilterChainManager with a suitable
<A HREF="./org/apache/shiro/web/filter/mgt/FilterChainResolver.html" title="interface in org.apache.shiro.web.filter.mgt"><CODE>FilterChainResolver</CODE></A> since the Shiro Filter
implementations do not know of <code>FilterChainManager</code>s
Sets both the <code>SecurityManager</code> and <code>FilterChainResolver</code> instances on a new Shiro Filter
instance and returns that filter instance.
<DT><A HREF="./org/apache/shiro/util/AbstractFactory.html#createInstance()"><B>createInstance()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AbstractFactory.html" title="class in org.apache.shiro.util">AbstractFactory</A>
<DD>&nbsp;
<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/realm/ldap/DefaultLdapContextFactory.html#createLdapContext(java.util.Hashtable)"><B>createLdapContext(Hashtable)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;Creates and returns a new <A HREF="http://java.sun.com/javase/6/docs/api/javax/naming/ldap/InitialLdapContext.html?is-external=true" title="class or interface in javax.naming.ldap"><CODE>InitialLdapContext</CODE></A> instance.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#createLdapContext(java.util.Hashtable)"><B>createLdapContext(Hashtable)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Creates and returns a new <A HREF="http://java.sun.com/javase/6/docs/api/javax/naming/ldap/InitialLdapContext.html?is-external=true" title="class or interface in javax.naming.ldap"><CODE>InitialLdapContext</CODE></A> instance.
<DT><A HREF="./org/apache/shiro/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.html#createMethodInvocation(java.lang.Object)"><B>createMethodInvocation(Object)</B></A> -
Method in class org.apache.shiro.spring.security.interceptor.<A HREF="./org/apache/shiro/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.spring.security.interceptor">AopAllianceAnnotationsAuthorizingMethodInterceptor</A>
<DD>Creates a <CODE>MethodInvocation</CODE> that wraps an
<CODE>org.aopalliance.intercept.MethodInvocation</CODE> instance,
enabling Shiro Annotations in <a href="http://aopalliance.sourceforge.net/">AOP Alliance</a> environments
(Spring, etc).
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#createNewInstance(java.util.Map, java.lang.String, java.lang.String)"><B>createNewInstance(Map&lt;String, Object&gt;, String, String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#createRealm(org.apache.shiro.config.Ini)"><B>createRealm(Ini)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</A>
<DD>Creates a <code>Realm</code> from the Ini instance containing account data.
<DT><A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.html#createRemoteInvocation(org.aopalliance.intercept.MethodInvocation)"><B>createRemoteInvocation(MethodInvocation)</B></A> -
Method in class org.apache.shiro.spring.remoting.<A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.html" title="class in org.apache.shiro.spring.remoting">SecureRemoteInvocationFactory</A>
<DD>Creates a <CODE>RemoteInvocation</CODE> with the current session ID as an
<CODE>attribute</CODE>.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#createSession(org.apache.shiro.session.mgt.SessionContext)"><B>createSession(SessionContext)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>Creates a new <code>Session Session</code> instance based on the specified (possibly <code>null</code>)
initialization data.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#createSession(org.apache.shiro.session.mgt.SessionContext)"><B>createSession(SessionContext)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SessionFactory.html#createSession(org.apache.shiro.session.mgt.SessionContext)"><B>createSession(SessionContext)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SessionFactory.html" title="interface in org.apache.shiro.session.mgt">SessionFactory</A>
<DD>Creates a new <code>Session</code> instance based on the specified contextual initialization data.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSessionFactory.html#createSession(org.apache.shiro.session.mgt.SessionContext)"><B>createSession(SessionContext)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSessionFactory.html" title="class in org.apache.shiro.session.mgt">SimpleSessionFactory</A>
<DD>Creates a new <A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt"><CODE>SimpleSession</CODE></A> instance retaining the context's
<A HREF="./org/apache/shiro/session/mgt/SessionContext.html#getHost()"><CODE>host</CODE></A> if one can be found.
<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/mgt/DefaultSecurityManager.html#createSessionContext(org.apache.shiro.subject.SubjectContext)"><B>createSessionContext(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#createSessionContext()"><B>createSessionContext()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</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/session/mgt/AbstractValidatingSessionManager.html#createSessionValidationScheduler()"><B>createSessionValidationScheduler()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasSubjectFactory.html#createSubject(org.apache.shiro.subject.SubjectContext)"><B>createSubject(SubjectContext)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasSubjectFactory.html" title="class in org.apache.shiro.cas">CasSubjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#createSubject(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo, org.apache.shiro.subject.Subject)"><B>createSubject(AuthenticationToken, AuthenticationInfo, Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Creates a <code>Subject</code> instance for the user represented by the given method arguments.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#createSubject(org.apache.shiro.subject.SubjectContext)"><B>createSubject(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>This implementation functions as follows:
<p/>
Ensures the <code>SubjectContext</code> is as populated as it can be, using heuristics to acquire
data that may not have already been available to it (such as a referenced session or remembered principals).
Calls <A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#doCreateSubject(org.apache.shiro.subject.SubjectContext)"><CODE>DefaultSecurityManager.doCreateSubject(org.apache.shiro.subject.SubjectContext)</CODE></A> to actually perform the
<code>Subject</code> instance creation.
calls <A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#save(org.apache.shiro.subject.Subject)"><CODE>save(subject)</CODE></A> to ensure the constructed
<code>Subject</code>'s state is accessible for future requests/invocations if necessary.
returns the constructed <code>Subject</code> instance.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSubjectFactory.html#createSubject(org.apache.shiro.subject.SubjectContext)"><B>createSubject(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectFactory.html" title="class in org.apache.shiro.mgt">DefaultSubjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/SecurityManager.html#createSubject(org.apache.shiro.subject.SubjectContext)"><B>createSubject(SubjectContext)</B></A> -
Method in interface org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt">SecurityManager</A>
<DD>Creates a <code>Subject</code> instance reflecting the specified contextual data.
<DT><A HREF="./org/apache/shiro/mgt/SubjectFactory.html#createSubject(org.apache.shiro.subject.SubjectContext)"><B>createSubject(SubjectContext)</B></A> -
Method in interface org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SubjectFactory.html" title="interface in org.apache.shiro.mgt">SubjectFactory</A>
<DD>Creates a new Subject instance reflecting the state of the specified contextual data.
<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/mgt/DefaultSecurityManager.html#createSubjectContext()"><B>createSubjectContext()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<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/cas/CasRealm.html#createTicketValidator()"><B>createTicketValidator()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasFilter.html#createToken(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>createToken(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasFilter.html" title="class in org.apache.shiro.cas">CasFilter</A>
<DD>The token created for this authentication is a CasToken containing the CAS service ticket received on the CAS service url (on which
the filter must be configured).
<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/authc/SimpleAuthenticationInfo.html#credentials"><B>credentials</B></A> -
Variable in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>The credentials verifying the account principals.
<DT><A HREF="./org/apache/shiro/authc/CredentialsException.html" title="class in org.apache.shiro.authc"><B>CredentialsException</B></A> - Exception in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>Exception thrown due to a problem with the credential(s) submitted for an
account during the authentication process.<DT><A HREF="./org/apache/shiro/authc/CredentialsException.html#CredentialsException()"><B>CredentialsException()</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/CredentialsException.html" title="class in org.apache.shiro.authc">CredentialsException</A>
<DD>Creates a new CredentialsException.
<DT><A HREF="./org/apache/shiro/authc/CredentialsException.html#CredentialsException(java.lang.String)"><B>CredentialsException(String)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/CredentialsException.html" title="class in org.apache.shiro.authc">CredentialsException</A>
<DD>Constructs a new CredentialsException.
<DT><A HREF="./org/apache/shiro/authc/CredentialsException.html#CredentialsException(java.lang.Throwable)"><B>CredentialsException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/CredentialsException.html" title="class in org.apache.shiro.authc">CredentialsException</A>
<DD>Constructs a new CredentialsException.
<DT><A HREF="./org/apache/shiro/authc/CredentialsException.html#CredentialsException(java.lang.String, java.lang.Throwable)"><B>CredentialsException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/CredentialsException.html" title="class in org.apache.shiro.authc">CredentialsException</A>
<DD>Constructs a new CredentialsException.
<DT><A HREF="./org/apache/shiro/authc/credential/CredentialsMatcher.html" title="interface in org.apache.shiro.authc.credential"><B>CredentialsMatcher</B></A> - Interface in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD>Interface implemented by classes that can determine if an AuthenticationToken's provided
credentials matches a corresponding account's credentials stored in the system.<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#credentialsSalt"><B>credentialsSalt</B></A> -
Variable in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Any salt used in hashing the credentials.
<DT><A HREF="./org/apache/shiro/crypto/CryptoException.html" title="class in org.apache.shiro.crypto"><B>CryptoException</B></A> - Exception in <A HREF="./org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</A><DD>Base Shiro exception for problems encountered during cryptographic operations.<DT><A HREF="./org/apache/shiro/crypto/CryptoException.html#CryptoException(java.lang.String)"><B>CryptoException(String)</B></A> -
Constructor for exception org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/CryptoException.html" title="class in org.apache.shiro.crypto">CryptoException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/CryptoException.html#CryptoException(java.lang.Throwable)"><B>CryptoException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/CryptoException.html" title="class in org.apache.shiro.crypto">CryptoException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/CryptoException.html#CryptoException(java.lang.String, java.lang.Throwable)"><B>CryptoException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/CryptoException.html" title="class in org.apache.shiro.crypto">CryptoException</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/dao/DataAccessException.html" title="class in org.apache.shiro.dao"><B>DataAccessException</B></A> - Exception in <A HREF="./org/apache/shiro/dao/package-summary.html">org.apache.shiro.dao</A><DD>Generic exception representing a problem when attempting to access data.<DT><A HREF="./org/apache/shiro/dao/DataAccessException.html#DataAccessException(java.lang.String)"><B>DataAccessException(String)</B></A> -
Constructor for exception org.apache.shiro.dao.<A HREF="./org/apache/shiro/dao/DataAccessException.html" title="class in org.apache.shiro.dao">DataAccessException</A>
<DD>Constructs a DataAccessException with a message explaining the cause of the exception.
<DT><A HREF="./org/apache/shiro/dao/DataAccessException.html#DataAccessException(java.lang.String, java.lang.Throwable)"><B>DataAccessException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.dao.<A HREF="./org/apache/shiro/dao/DataAccessException.html" title="class in org.apache.shiro.dao">DataAccessException</A>
<DD>Constructs a DataAccessException with a message explaining the cause of the exception.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#dataSource"><B>dataSource</B></A> -
Variable in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>&nbsp;
<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/codec/Base64.html#decode(java.lang.String)"><B>decode(String)</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Base64.html" title="class in org.apache.shiro.codec">Base64</A>
<DD>Converts the specified UTF-8 Base64 encoded String and decodes it to a raw Base64 decoded byte array.
<DT><A HREF="./org/apache/shiro/codec/Base64.html#decode(byte[])"><B>decode(byte[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Base64.html" title="class in org.apache.shiro.codec">Base64</A>
<DD>Decodes Base64 data into octects
<DT><A HREF="./org/apache/shiro/codec/Hex.html#decode(byte[])"><B>decode(byte[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Hex.html" title="class in org.apache.shiro.codec">Hex</A>
<DD>Converts an array of character bytes representing hexidecimal values into an
array of bytes of those same values.
<DT><A HREF="./org/apache/shiro/codec/Hex.html#decode(java.lang.String)"><B>decode(String)</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Hex.html" title="class in org.apache.shiro.codec">Hex</A>
<DD>Converts the specified Hex-encoded String into a raw byte array.
<DT><A HREF="./org/apache/shiro/codec/Hex.html#decode(char[])"><B>decode(char[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Hex.html" title="class in org.apache.shiro.codec">Hex</A>
<DD>Converts an array of characters representing hexidecimal values into an
array of bytes of those same values.
<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/codec/Base64.html#decodeToString(java.lang.String)"><B>decodeToString(String)</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Base64.html" title="class in org.apache.shiro.codec">Base64</A>
<DD>Converts the specified UTF-8 Base64 encoded String and decodes it to a resultant UTF-8 encoded string.
<DT><A HREF="./org/apache/shiro/codec/Base64.html#decodeToString(byte[])"><B>decodeToString(byte[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Base64.html" title="class in org.apache.shiro.codec">Base64</A>
<DD>Decodes the specified Base64 encoded byte array and returns the decoded result as a UTF-8 encoded.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#decorate(org.apache.shiro.session.Session)"><B>decorate(Session)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/CipherService.html#decrypt(byte[], byte[])"><B>decrypt(byte[], byte[])</B></A> -
Method in interface org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto">CipherService</A>
<DD>Decrypts encrypted data via the specified cipher key and returns the original (pre-encrypted) data.
<DT><A HREF="./org/apache/shiro/crypto/CipherService.html#decrypt(java.io.InputStream, java.io.OutputStream, byte[])"><B>decrypt(InputStream, OutputStream, byte[])</B></A> -
Method in interface org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto">CipherService</A>
<DD>Receives encrypted data from the given <code>InputStream</code>, decrypts it, and sends the resulting decrypted data
to the given <code>OutputStream</code>.
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#decrypt(byte[], byte[])"><B>decrypt(byte[], byte[])</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#decrypt(java.io.InputStream, java.io.OutputStream, byte[])"><B>decrypt(InputStream, OutputStream, byte[])</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#decrypt(byte[])"><B>decrypt(byte[])</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Decrypts the byte array using the configured <A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getCipherService()"><CODE>cipherService</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#DEFAULT_AUTHENTICATION_QUERY"><B>DEFAULT_AUTHENTICATION_QUERY</B></A> -
Static variable in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>The default query used to retrieve account data for the user.
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#DEFAULT_CASE_SENSITIVE"><B>DEFAULT_CASE_SENSITIVE</B></A> -
Static variable in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>&nbsp;
<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/config/Ini.html#DEFAULT_CHARSET_NAME"><B>DEFAULT_CHARSET_NAME</B></A> -
Static variable in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#DEFAULT_CONTEXT_FACTORY_CLASS_NAME"><B>DEFAULT_CONTEXT_FACTORY_CLASS_NAME</B></A> -
Static variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#DEFAULT_DELIMITER_CHAR"><B>DEFAULT_DELIMITER_CHAR</B></A> -
Static variable in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Constant representing the default delimiter character (comma), equal to <code>','</code>
<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/session/mgt/AbstractSessionManager.html#DEFAULT_GLOBAL_SESSION_TIMEOUT"><B>DEFAULT_GLOBAL_SESSION_TIMEOUT</B></A> -
Static variable in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractSessionManager</A>
<DD>Default main session timeout value, equal to <code>30</code> minutes.
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#DEFAULT_HASH_ALGORITHM"><B>DEFAULT_HASH_ALGORITHM</B></A> -
Static variable in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#DEFAULT_HASH_ITERATIONS"><B>DEFAULT_HASH_ITERATIONS</B></A> -
Static variable in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</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/config/IniFactorySupport.html#DEFAULT_INI_RESOURCE_PATH"><B>DEFAULT_INI_RESOURCE_PATH</B></A> -
Static variable in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniFactorySupport.html" title="class in org.apache.shiro.config">IniFactorySupport</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/crypto/SecureRandomNumberGenerator.html#DEFAULT_NEXT_BYTES_SIZE"><B>DEFAULT_NEXT_BYTES_SIZE</B></A> -
Static variable in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</A>
<DD>&nbsp;
<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/util/AntPathMatcher.html#DEFAULT_PATH_SEPARATOR"><B>DEFAULT_PATH_SEPARATOR</B></A> -
Static variable in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AntPathMatcher.html" title="class in org.apache.shiro.util">AntPathMatcher</A>
<DD>Default path separator: "/"
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#DEFAULT_PERMISSIONS_QUERY"><B>DEFAULT_PERMISSIONS_QUERY</B></A> -
Static variable in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>The default query used to retrieve permissions that apply to a particular role.
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#DEFAULT_QUOTE_CHAR"><B>DEFAULT_QUOTE_CHAR</B></A> -
Static variable in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Constant representing the default quote character (double quote), equal to '&quot;'</code>
<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/realm/ldap/JndiLdapContextFactory.html#DEFAULT_REFERRAL"><B>DEFAULT_REFERRAL</B></A> -
Static variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#DEFAULT_REMEMBER_ME_ATTRIBUTE_NAME"><B>DEFAULT_REMEMBER_ME_ATTRIBUTE_NAME</B></A> -
Static variable in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<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/realm/jdbc/JdbcRealm.html#DEFAULT_SALTED_AUTHENTICATION_QUERY"><B>DEFAULT_SALTED_AUTHENTICATION_QUERY</B></A> -
Static variable in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>The default query used to retrieve account data for the user when <A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#saltStyle"><CODE>JdbcRealm.saltStyle</CODE></A> is COLUMN.
<DT><A HREF="./org/apache/shiro/config/Ini.html#DEFAULT_SECTION_NAME"><B>DEFAULT_SECTION_NAME</B></A> -
Static variable in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/env/DefaultEnvironment.html#DEFAULT_SECURITY_MANAGER_KEY"><B>DEFAULT_SECURITY_MANAGER_KEY</B></A> -
Static variable in class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>The default name under which the application's <code>SecurityManager</code> instance may be acquired, equal to
<code>securityManager</code>.
<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/session/mgt/AbstractValidatingSessionManager.html#DEFAULT_SESSION_VALIDATION_INTERVAL"><B>DEFAULT_SESSION_VALIDATION_INTERVAL</B></A> -
Static variable in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>The default interval at which sessions will be validated (1 hour);
This can be overridden by calling <A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#setSessionValidationInterval(long)"><CODE>AbstractValidatingSessionManager.setSessionValidationInterval(long)</CODE></A>
<DT><A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html#DEFAULT_SESSION_VALIDATION_INTERVAL"><B>DEFAULT_SESSION_VALIDATION_INTERVAL</B></A> -
Static variable in class org.apache.shiro.session.mgt.quartz.<A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt.quartz">QuartzSessionValidationScheduler</A>
<DD>The default interval at which sessions will be validated (1 hour);
This can be overridden by calling <A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html#setSessionValidationInterval(long)"><CODE>QuartzSessionValidationScheduler.setSessionValidationInterval(long)</CODE></A>
<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/realm/jdbc/JdbcRealm.html#DEFAULT_USER_ROLES_QUERY"><B>DEFAULT_USER_ROLES_QUERY</B></A> -
Static variable in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>The default query used to retrieve the roles that apply to a user.
<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/cas/CasRealm.html#DEFAULT_VALIDATION_PROTOCOL"><B>DEFAULT_VALIDATION_PROTOCOL</B></A> -
Static variable in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</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/aop/DefaultAnnotationResolver.html" title="class in org.apache.shiro.aop"><B>DefaultAnnotationResolver</B></A> - Class in <A HREF="./org/apache/shiro/aop/package-summary.html">org.apache.shiro.aop</A><DD>Default <code>AnnotationResolver</code> implementation that merely inspects the
<A HREF="./org/apache/shiro/aop/MethodInvocation.html" title="interface in org.apache.shiro.aop"><CODE>MethodInvocation</CODE></A>'s <A HREF="./org/apache/shiro/aop/MethodInvocation.html#getMethod()"><CODE>target method</CODE></A>,
and returns <code>targetMethod</code>.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/reflect/Method.html?is-external=true#getAnnotation(java.lang.Class)" title="class or interface in java.lang.reflect"><CODE>getAnnotation(class)</CODE></A>.<DT><A HREF="./org/apache/shiro/aop/DefaultAnnotationResolver.html#DefaultAnnotationResolver()"><B>DefaultAnnotationResolver()</B></A> -
Constructor for class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/DefaultAnnotationResolver.html" title="class in org.apache.shiro.aop">DefaultAnnotationResolver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto"><B>DefaultBlockCipherService</B></A> - Class in <A HREF="./org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</A><DD>Base abstract class for block cipher algorithms.<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#DefaultBlockCipherService(java.lang.String)"><B>DefaultBlockCipherService(String)</B></A> -
Constructor for class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Creates a new <A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto"><CODE>DefaultBlockCipherService</CODE></A> using the specified block cipher <code>algorithmName</code>.
<DT><A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env"><B>DefaultEnvironment</B></A> - Class in <A HREF="./org/apache/shiro/env/package-summary.html">org.apache.shiro.env</A><DD>Simple/default <code>Environment</code> implementation that stores Shiro objects as key-value pairs in a
<A HREF="http://java.sun.com/javase/6/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/env/DefaultEnvironment.html#DefaultEnvironment()"><B>DefaultEnvironment()</B></A> -
Constructor for class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>Creates a new instance with a thread-safe <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentHashMap.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ConcurrentHashMap</CODE></A> backing map.
<DT><A HREF="./org/apache/shiro/env/DefaultEnvironment.html#DefaultEnvironment(java.util.Map)"><B>DefaultEnvironment(Map&lt;String, ?&gt;)</B></A> -
Constructor for class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>Creates a new instance with the specified backing map.
<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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/Filter.html?is-external=true" title="class or interface in javax.servlet"><CODE>Filter</CODE></A> 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/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format"><B>DefaultHashFormatFactory</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</A><DD>This default <code>HashFormatFactory</code> implementation heuristically determines a <code>HashFormat</code> class to
instantiate based on the input argument and returns a new instance of the discovered class.<DT><A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#DefaultHashFormatFactory()"><B>DefaultHashFormatFactory()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash"><B>DefaultHashService</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>Default implementation of the <A HREF="./org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashService</CODE></A> interface, supporting a customizable hash algorithm name,
secure-random salt generation, multiple hash iterations and an optional internal
<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#setPrivateSalt(org.apache.shiro.util.ByteSource)"><CODE>privateSalt</CODE></A>.<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#DefaultHashService()"><B>DefaultHashService()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>Constructs a new <code>DefaultHashService</code> instance with the following defaults:
<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#setHashAlgorithmName(java.lang.String)"><CODE>hashAlgorithmName</CODE></A> = <code>SHA-512</code>
<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#setHashIterations(int)"><CODE>hashIterations</CODE></A> = <code>1</code>
<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#setRandomNumberGenerator(org.apache.shiro.crypto.RandomNumberGenerator)"><CODE>randomNumberGenerator</CODE></A> =
new <A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto"><CODE>SecureRandomNumberGenerator</CODE></A>()
<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#setGeneratePublicSalt(boolean)"><CODE>generatePublicSalt</CODE></A> = <code>false</code>
<p/>
If this hashService will be used for password hashing it is recommended to set the
<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#setPrivateSalt(org.apache.shiro.util.ByteSource)"><CODE>privateSalt</CODE></A> and significantly increase the number of
<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#setHashIterations(int)"><CODE>hashIterations</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap"><B>DefaultLdapContextFactory</B></A> - Class in <A HREF="./org/apache/shiro/realm/ldap/package-summary.html">org.apache.shiro.realm.ldap</A><DD><B>Deprecated.</B>&nbsp;<I>replaced by the <A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap"><CODE>JndiLdapContextFactory</CODE></A> implementation. This implementation will be removed
prior to Shiro 2.0</I><DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#DefaultLdapContextFactory()"><B>DefaultLdapContextFactory()</B></A> -
Constructor for class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential"><B>DefaultPasswordService</B></A> - Class in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD>Default implementation of the <A HREF="./org/apache/shiro/authc/credential/PasswordService.html" title="interface in org.apache.shiro.authc.credential"><CODE>PasswordService</CODE></A> interface that relies on an internal
<A HREF="./org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashService</CODE></A>, <A HREF="./org/apache/shiro/crypto/hash/format/HashFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><CODE>HashFormat</CODE></A>, and <A HREF="./org/apache/shiro/crypto/hash/format/HashFormatFactory.html" title="interface in org.apache.shiro.crypto.hash.format"><CODE>HashFormatFactory</CODE></A> to function:<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#DefaultPasswordService()"><B>DefaultPasswordService()</B></A> -
Constructor for class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt"><B>DefaultSecurityManager</B></A> - Class in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>The Shiro framework's default concrete implementation of the <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> interface,
based around a collection of <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A>s.<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#DefaultSecurityManager()"><B>DefaultSecurityManager()</B></A> -
Constructor for class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Default no-arg constructor.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#DefaultSecurityManager(org.apache.shiro.realm.Realm)"><B>DefaultSecurityManager(Realm)</B></A> -
Constructor for class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Supporting constructor for a single-realm application.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#DefaultSecurityManager(java.util.Collection)"><B>DefaultSecurityManager(Collection&lt;Realm&gt;)</B></A> -
Constructor for class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Supporting constructor for multiple <A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#setRealms(java.util.Collection)"><CODE>realms</CODE></A>.
<DT><A HREF="./org/apache/shiro/io/DefaultSerializer.html" title="class in org.apache.shiro.io"><B>DefaultSerializer</B></A>&lt;<A HREF="./org/apache/shiro/io/DefaultSerializer.html" title="type parameter in DefaultSerializer">T</A>&gt; - Class in <A HREF="./org/apache/shiro/io/package-summary.html">org.apache.shiro.io</A><DD>Serializer implementation that uses the default JVM serialization mechanism (Object Input/Output Streams).<DT><A HREF="./org/apache/shiro/io/DefaultSerializer.html#DefaultSerializer()"><B>DefaultSerializer()</B></A> -
Constructor for class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/DefaultSerializer.html" title="class in org.apache.shiro.io">DefaultSerializer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html" title="class in org.apache.shiro.session.mgt"><B>DefaultSessionContext</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>Default implementation of the <A HREF="./org/apache/shiro/session/mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionContext</CODE></A> interface which provides getters and setters that
wrap interaction with the underlying backing context map.<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html#DefaultSessionContext()"><B>DefaultSessionContext()</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html" title="class in org.apache.shiro.session.mgt">DefaultSessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html#DefaultSessionContext(java.util.Map)"><B>DefaultSessionContext(Map&lt;String, Object&gt;)</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html" title="class in org.apache.shiro.session.mgt">DefaultSessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionKey.html" title="class in org.apache.shiro.session.mgt"><B>DefaultSessionKey</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>Default implementation of the <A HREF="./org/apache/shiro/session/mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionKey</CODE></A> interface, which allows setting and retrieval of a concrete
<A HREF="./org/apache/shiro/session/mgt/DefaultSessionKey.html#getSessionId()"><CODE>sessionId</CODE></A> that the <code>SessionManager</code> implementation can use to look up a
<code>Session</code> instance.<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionKey.html#DefaultSessionKey()"><B>DefaultSessionKey()</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionKey.html" title="class in org.apache.shiro.session.mgt">DefaultSessionKey</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionKey.html#DefaultSessionKey(java.io.Serializable)"><B>DefaultSessionKey(Serializable)</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionKey.html" title="class in org.apache.shiro.session.mgt">DefaultSessionKey</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt"><B>DefaultSessionManager</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>Default business-tier implementation of a <A HREF="./org/apache/shiro/session/mgt/ValidatingSessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>ValidatingSessionManager</CODE></A>.<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#DefaultSessionManager()"><B>DefaultSessionManager()</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSessionStorageEvaluator.html" title="class in org.apache.shiro.mgt"><B>DefaultSessionStorageEvaluator</B></A> - Class in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>A Default <code>SessionStorageEvaluator</code> that provides reasonable control over if and how Sessions may be used for
storing Subject state.<DT><A HREF="./org/apache/shiro/mgt/DefaultSessionStorageEvaluator.html#DefaultSessionStorageEvaluator()"><B>DefaultSessionStorageEvaluator()</B></A> -
Constructor for class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSessionStorageEvaluator.html" title="class in org.apache.shiro.mgt">DefaultSessionStorageEvaluator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support"><B>DefaultSubjectContext</B></A> - Class in <A HREF="./org/apache/shiro/subject/support/package-summary.html">org.apache.shiro.subject.support</A><DD>Default implementation of the <A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject"><CODE>SubjectContext</CODE></A> interface.<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#DefaultSubjectContext()"><B>DefaultSubjectContext()</B></A> -
Constructor for class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#DefaultSubjectContext(org.apache.shiro.subject.SubjectContext)"><B>DefaultSubjectContext(SubjectContext)</B></A> -
Constructor for class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html" title="class in org.apache.shiro.mgt"><B>DefaultSubjectDAO</B></A> - Class in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>Default <code>SubjectDAO</code> implementation that stores Subject state in the Subject's Session by default (but this
can be disabled - see below).<DT><A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html#DefaultSubjectDAO()"><B>DefaultSubjectDAO()</B></A> -
Constructor for class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html" title="class in org.apache.shiro.mgt">DefaultSubjectDAO</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSubjectFactory.html" title="class in org.apache.shiro.mgt"><B>DefaultSubjectFactory</B></A> - Class in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>Default <A HREF="./org/apache/shiro/mgt/SubjectFactory.html" title="interface in org.apache.shiro.mgt"><CODE>SubjectFactory</CODE></A> implementation that creates <A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support"><CODE>DelegatingSubject</CODE></A>
instances.<DT><A HREF="./org/apache/shiro/mgt/DefaultSubjectFactory.html#DefaultSubjectFactory()"><B>DefaultSubjectFactory()</B></A> -
Constructor for class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectFactory.html" title="class in org.apache.shiro.mgt">DefaultSubjectFactory</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/javase/6/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 <A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionManager</CODE></A> 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
<A HREF="./org/apache/shiro/mgt/DefaultSessionStorageEvaluator.html" title="class in org.apache.shiro.mgt"><CODE>DefaultSessionStorageEvaluator</CODE></A> 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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletRequest.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletRequest</CODE></A> and <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletResponse.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletResponse</CODE></A>.<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/session/ProxiedSession.html#delegate"><B>delegate</B></A> -
Variable in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>The proxied instance
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt"><B>DelegatingSession</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>A DelegatingSession is a client-tier representation of a server side
<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A>.<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#DelegatingSession(org.apache.shiro.session.mgt.NativeSessionManager, org.apache.shiro.session.mgt.SessionKey)"><B>DelegatingSession(NativeSessionManager, SessionKey)</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support"><B>DelegatingSubject</B></A> - Class in <A HREF="./org/apache/shiro/subject/support/package-summary.html">org.apache.shiro.subject.support</A><DD>Implementation of the <code>Subject</code> interface that delegates
method calls to an underlying <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> instance for security checks.<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#DelegatingSubject(org.apache.shiro.mgt.SecurityManager)"><B>DelegatingSubject(SecurityManager)</B></A> -
Constructor for class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#DelegatingSubject(org.apache.shiro.subject.PrincipalCollection, boolean, java.lang.String, org.apache.shiro.session.Session, org.apache.shiro.mgt.SecurityManager)"><B>DelegatingSubject(PrincipalCollection, boolean, String, Session, SecurityManager)</B></A> -
Constructor for class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#DelegatingSubject(org.apache.shiro.subject.PrincipalCollection, boolean, java.lang.String, org.apache.shiro.session.Session, boolean, org.apache.shiro.mgt.SecurityManager)"><B>DelegatingSubject(PrincipalCollection, boolean, String, Session, boolean, SecurityManager)</B></A> -
Constructor for class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#delete(org.apache.shiro.subject.Subject)"><B>delete(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Removes (or 'unbinds') the Subject's state from the application, typically called during <A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#logout(org.apache.shiro.subject.Subject)"><CODE>DefaultSecurityManager.logout(org.apache.shiro.subject.Subject)</CODE></A>..
<DT><A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html#delete(org.apache.shiro.subject.Subject)"><B>delete(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html" title="class in org.apache.shiro.mgt">DefaultSubjectDAO</A>
<DD>Removes any existing subject state from the subject's session (if the session exists).
<DT><A HREF="./org/apache/shiro/mgt/SubjectDAO.html#delete(org.apache.shiro.subject.Subject)"><B>delete(Subject)</B></A> -
Method in interface org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SubjectDAO.html" title="interface in org.apache.shiro.mgt">SubjectDAO</A>
<DD>Removes any persisted state for the specified <code>Subject</code> instance.
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#delete(org.apache.shiro.session.Session)"><B>delete(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#delete(org.apache.shiro.session.Session)"><B>delete(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Removes the specified session from any cache and then permanently deletes the session from the EIS by
delegating to <A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#doDelete(org.apache.shiro.session.Session)"><CODE>CachingSessionDAO.doDelete(org.apache.shiro.session.Session)</CODE></A>.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html#delete(org.apache.shiro.session.Session)"><B>delete(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">MemorySessionDAO</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/SessionDAO.html#delete(org.apache.shiro.session.Session)"><B>delete(Session)</B></A> -
Method in interface org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/SessionDAO.html" title="interface in org.apache.shiro.session.mgt.eis">SessionDAO</A>
<DD>Deletes the associated EIS record of the specified <code>session</code>.
<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/io/DefaultSerializer.html#deserialize(byte[])"><B>deserialize(byte[])</B></A> -
Method in class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/DefaultSerializer.html" title="class in org.apache.shiro.io">DefaultSerializer</A>
<DD>This implementation deserializes the byte array using a <A HREF="http://java.sun.com/javase/6/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io"><CODE>ObjectInputStream</CODE></A> using a source
<A HREF="http://java.sun.com/javase/6/docs/api/java/io/ByteArrayInputStream.html?is-external=true" title="class or interface in java.io"><CODE>ByteArrayInputStream</CODE></A> constructed with the argument byte array.
<DT><A HREF="./org/apache/shiro/io/Serializer.html#deserialize(byte[])"><B>deserialize(byte[])</B></A> -
Method in interface org.apache.shiro.io.<A HREF="./org/apache/shiro/io/Serializer.html" title="interface in org.apache.shiro.io">Serializer</A>
<DD>Converts the specified raw byte[] array back into an original Object form.
<DT><A HREF="./org/apache/shiro/io/XmlSerializer.html#deserialize(byte[])"><B>deserialize(byte[])</B></A> -
Method in class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/XmlSerializer.html" title="class in org.apache.shiro.io">XmlSerializer</A>
<DD>Deserializes the specified <code>serialized</code> source back into an Object by using a
<A HREF="http://java.sun.com/javase/6/docs/api/java/io/ByteArrayInputStream.html?is-external=true" title="class or interface in java.io"><CODE>ByteArrayInputStream</CODE></A> to wrap the argument and then decode this
stream via an <A HREF="http://java.sun.com/javase/6/docs/api/java/beans/XMLDecoder.html?is-external=true" title="class or interface in java.beans"><CODE>XMLDecoder</CODE></A>, where the
<A HREF="http://java.sun.com/javase/6/docs/api/java/beans/XMLDecoder.html?is-external=true#readObject()" title="class or interface in java.beans"><CODE>readObject</CODE></A> call results in the original Object to return.
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#deserialize(byte[])"><B>deserialize(byte[])</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>De-serializes the given byte array by using the <A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getSerializer()"><CODE>serializer</CODE></A>'s
<A HREF="./org/apache/shiro/io/Serializer.html#deserialize(byte[])"><CODE>deserialize</CODE></A> method.
<DT><A HREF="./org/apache/shiro/cache/AbstractCacheManager.html#destroy()"><B>destroy()</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/AbstractCacheManager.html" title="class in org.apache.shiro.cache">AbstractCacheManager</A>
<DD>Cleanup method that first <A HREF="./org/apache/shiro/util/LifecycleUtils.html#destroy(java.lang.Object)"><CODE>destroys</CODE></A> all of it's managed caches and then
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#clear()" title="class or interface in java.util"><CODE>clears</CODE></A> out the internally referenced cache map.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html#destroy()"><B>destroy()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html" title="class in org.apache.shiro.cache.ehcache">EhCacheManager</A>
<DD>Shuts-down the wrapped Ehcache CacheManager <b>only if implicitly created</b>.
<DT><A HREF="./org/apache/shiro/env/DefaultEnvironment.html#destroy()"><B>destroy()</B></A> -
Method in class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/ShiroModule.html#destroy()"><B>destroy()</B></A> -
Method in class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroModule.html" title="class in org.apache.shiro.guice">ShiroModule</A>
<DD>Destroys all beans created within this module that implement <A HREF="./org/apache/shiro/util/Destroyable.html" title="interface in org.apache.shiro.util"><CODE>Destroyable</CODE></A>.
<DT><A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html#destroy()"><B>destroy()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthenticatingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#destroy()"><B>destroy()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html#destroy()"><B>destroy()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html" title="class in org.apache.shiro.mgt">CachingSecurityManager</A>
<DD>Destroys the <A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html#getCacheManager()"><CODE>cacheManager</CODE></A> via <A HREF="./org/apache/shiro/util/LifecycleUtils.html#destroy(java.lang.Object)"><CODE>LifecycleUtils.destroy</CODE></A>.
<DT><A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#destroy()"><B>destroy()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html" title="class in org.apache.shiro.mgt">RealmSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html#destroy()"><B>destroy()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html" title="class in org.apache.shiro.mgt">SessionsSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#destroy()"><B>destroy()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>Destroy reload scheduler if one exists.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#destroy()"><B>destroy()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/Destroyable.html#destroy()"><B>destroy()</B></A> -
Method in interface org.apache.shiro.util.<A HREF="./org/apache/shiro/util/Destroyable.html" title="interface in org.apache.shiro.util">Destroyable</A>
<DD>Called when this object is being destroyed, allowing any necessary cleanup of internal resources.
<DT><A HREF="./org/apache/shiro/util/LifecycleUtils.html#destroy(java.lang.Object)"><B>destroy(Object)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/LifecycleUtils.html" title="class in org.apache.shiro.util">LifecycleUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/LifecycleUtils.html#destroy(org.apache.shiro.util.Destroyable)"><B>destroy(Destroyable)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/LifecycleUtils.html" title="class in org.apache.shiro.util">LifecycleUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/LifecycleUtils.html#destroy(java.util.Collection)"><B>destroy(Collection)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/LifecycleUtils.html" title="class in org.apache.shiro.util">LifecycleUtils</A>
<DD>Calls <A HREF="./org/apache/shiro/util/LifecycleUtils.html#destroy(java.lang.Object)"><CODE>destroy</CODE></A> for each object in the collection.
<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/util/Destroyable.html" title="interface in org.apache.shiro.util"><B>Destroyable</B></A> - Interface in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Shiro container-agnostic interface that indicates that this object requires a callback during destruction.<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/authc/DisabledAccountException.html" title="class in org.apache.shiro.authc"><B>DisabledAccountException</B></A> - Exception in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>Thrown when attempting to authenticate and the corresponding account has been disabled for
some reason.<DT><A HREF="./org/apache/shiro/authc/DisabledAccountException.html#DisabledAccountException()"><B>DisabledAccountException()</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/DisabledAccountException.html" title="class in org.apache.shiro.authc">DisabledAccountException</A>
<DD>Creates a new DisabledAccountException.
<DT><A HREF="./org/apache/shiro/authc/DisabledAccountException.html#DisabledAccountException(java.lang.String)"><B>DisabledAccountException(String)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/DisabledAccountException.html" title="class in org.apache.shiro.authc">DisabledAccountException</A>
<DD>Constructs a new DisabledAccountException.
<DT><A HREF="./org/apache/shiro/authc/DisabledAccountException.html#DisabledAccountException(java.lang.Throwable)"><B>DisabledAccountException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/DisabledAccountException.html" title="class in org.apache.shiro.authc">DisabledAccountException</A>
<DD>Constructs a new DisabledAccountException.
<DT><A HREF="./org/apache/shiro/authc/DisabledAccountException.html#DisabledAccountException(java.lang.String, java.lang.Throwable)"><B>DisabledAccountException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/DisabledAccountException.html" title="class in org.apache.shiro.authc">DisabledAccountException</A>
<DD>Constructs a new DisabledAccountException.
<DT><A HREF="./org/apache/shiro/subject/support/DisabledSessionException.html" title="class in org.apache.shiro.subject.support"><B>DisabledSessionException</B></A> - Exception in <A HREF="./org/apache/shiro/subject/support/package-summary.html">org.apache.shiro.subject.support</A><DD>Exception thrown if attempting to create a new <code>Subject</code>
<A HREF="./org/apache/shiro/subject/Subject.html#getSession()"><CODE>session</CODE></A>, but that <code>Subject</code>'s sessions are disabled.<DT><A HREF="./org/apache/shiro/subject/support/DisabledSessionException.html#DisabledSessionException(java.lang.String)"><B>DisabledSessionException(String)</B></A> -
Constructor for exception org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DisabledSessionException.html" title="class in org.apache.shiro.subject.support">DisabledSessionException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#disableSessionValidation()"><B>disableSessionValidation()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html#disableSessionValidation()"><B>disableSessionValidation()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt">ExecutorServiceSessionValidationScheduler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html#disableSessionValidation()"><B>disableSessionValidation()</B></A> -
Method in class org.apache.shiro.session.mgt.quartz.<A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt.quartz">QuartzSessionValidationScheduler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SessionValidationScheduler.html#disableSessionValidation()"><B>disableSessionValidation()</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SessionValidationScheduler.html" title="interface in org.apache.shiro.session.mgt">SessionValidationScheduler</A>
<DD>Disables the session validation job.
<DT><A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html#doAuthenticate(org.apache.shiro.authc.AuthenticationToken)"><B>doAuthenticate(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html" title="class in org.apache.shiro.authc">AbstractAuthenticator</A>
<DD>Template design pattern hook for subclasses to implement specific authentication behavior.
<DT><A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html#doAuthenticate(org.apache.shiro.authc.AuthenticationToken)"><B>doAuthenticate(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam">ModularRealmAuthenticator</A>
<DD>Attempts to authenticate the given token by iterating over the internal collection of
<A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A>s.
<DT><A HREF="./org/apache/shiro/subject/support/SubjectCallable.html#doCall(java.util.concurrent.Callable)"><B>doCall(Callable&lt;V&gt;)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectCallable.html" title="class in org.apache.shiro.subject.support">SubjectCallable</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#doClearCache(org.apache.shiro.subject.PrincipalCollection)"><B>doClearCache(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>This implementation clears out any cached authentication data by calling
<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#clearCachedAuthenticationInfo(org.apache.shiro.subject.PrincipalCollection)"><CODE>AuthenticatingRealm.clearCachedAuthenticationInfo(org.apache.shiro.subject.PrincipalCollection)</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#doClearCache(org.apache.shiro.subject.PrincipalCollection)"><B>doClearCache(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>Calls <code>super.doClearCache</code> to ensure any cached authentication data is removed and then calls
<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#clearCachedAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection)"><CODE>AuthorizingRealm.clearCachedAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection)</CODE></A> to remove any cached
authorization data.
<DT><A HREF="./org/apache/shiro/realm/CachingRealm.html#doClearCache(org.apache.shiro.subject.PrincipalCollection)"><B>doClearCache(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm">CachingRealm</A>
<DD>This implementation does nothing - it is a template to be overridden by subclasses if necessary.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html#doCreate(org.apache.shiro.session.Session)"><B>doCreate(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">AbstractSessionDAO</A>
<DD>Subclass hook to actually persist the given <tt>Session</tt> instance to the underlying EIS.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/EnterpriseCacheSessionDAO.html#doCreate(org.apache.shiro.session.Session)"><B>doCreate(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/EnterpriseCacheSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">EnterpriseCacheSessionDAO</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html#doCreate(org.apache.shiro.session.Session)"><B>doCreate(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">MemorySessionDAO</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#doCreateSession(org.apache.shiro.session.mgt.SessionContext)"><B>doCreateSession(SessionContext)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#doCreateSession(org.apache.shiro.session.mgt.SessionContext)"><B>doCreateSession(SessionContext)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#doCreateSubject(org.apache.shiro.subject.SubjectContext)"><B>doCreateSubject(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Actually creates a <code>Subject</code> instance by delegating to the internal
<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#getSubjectFactory()"><CODE>subjectFactory</CODE></A>.
<DT><A HREF="./org/apache/shiro/authc/credential/AllowAllCredentialsMatcher.html#doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>doCredentialsMatch(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/AllowAllCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">AllowAllCredentialsMatcher</A>
<DD>Returns <code>true</code> <em>always</em> no matter what the method arguments are.
<DT><A HREF="./org/apache/shiro/authc/credential/CredentialsMatcher.html#doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>doCredentialsMatch(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in interface org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/CredentialsMatcher.html" title="interface in org.apache.shiro.authc.credential">CredentialsMatcher</A>
<DD>Returns <code>true</code> if the provided token credentials match the stored account credentials,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>doCredentialsMatch(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>This implementation first hashes the <code>token</code>'s credentials, potentially using a
<code>salt</code> if the <code>info</code> argument is a
<A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>SaltedAuthenticationInfo</CODE></A>.
<DT><A HREF="./org/apache/shiro/authc/credential/PasswordMatcher.html#doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>doCredentialsMatch(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/PasswordMatcher.html" title="class in org.apache.shiro.authc.credential">PasswordMatcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html#doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>doCredentialsMatch(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">SimpleCredentialsMatcher</A>
<DD>This implementation acquires the <code>token</code>'s credentials
(via <A HREF="./org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html#getCredentials(org.apache.shiro.authc.AuthenticationToken)"><CODE>getCredentials(token)</CODE></A>)
and then the <code>account</code>'s credentials
(via <A HREF="./org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html#getCredentials(org.apache.shiro.authc.AuthenticationInfo)"><CODE>getCredentials(account)</CODE></A>) and then passes both of
them to the <A HREF="./org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html#equals(java.lang.Object, java.lang.Object)"><CODE>equals(tokenCredentials, accountCredentials)</CODE></A> method for equality
comparison.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#doDelete(org.apache.shiro.session.Session)"><B>doDelete(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Subclass implementation hook to permanently delete the given Session from the underlying EIS.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/EnterpriseCacheSessionDAO.html#doDelete(org.apache.shiro.session.Session)"><B>doDelete(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/EnterpriseCacheSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">EnterpriseCacheSessionDAO</A>
<DD>&nbsp;
<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/cas/CasRealm.html#doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken)"><B>doGetAuthenticationInfo(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>Authenticates a user and retrieves its information.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken)"><B>doGetAuthenticationInfo(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Retrieves authentication data from an implementation-specific datasource (RDBMS, LDAP, etc) for the given
authentication token.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken)"><B>doGetAuthenticationInfo(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken)"><B>doGetAuthenticationInfo(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken)"><B>doGetAuthenticationInfo(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>Delegates to <A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#queryForAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.realm.ldap.LdapContextFactory)"><CODE>JndiLdapRealm.queryForAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken, LdapContextFactory)</CODE></A>,
wrapping any <A HREF="http://java.sun.com/javase/6/docs/api/javax/naming/NamingException.html?is-external=true" title="class or interface in javax.naming"><CODE>NamingException</CODE></A>s in a Shiro <A HREF="./org/apache/shiro/authc/AuthenticationException.html" title="class in org.apache.shiro.authc"><CODE>AuthenticationException</CODE></A> to satisfy the parent method
signature.
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken)"><B>doGetAuthenticationInfo(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#doGetAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection)"><B>doGetAuthorizationInfo(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>Retrieves the AuthorizationInfo for the given principals (the CAS previously authenticated user : id + attributes).
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#doGetAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection)"><B>doGetAuthorizationInfo(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>Retrieves the AuthorizationInfo for the given principals from the underlying data store.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#doGetAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection)"><B>doGetAuthorizationInfo(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>This implementation of the interface expects the principals collection to return a String username keyed off of
this realm's <A HREF="./org/apache/shiro/realm/CachingRealm.html#getName()"><CODE>name</CODE></A>
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#doGetAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection)"><B>doGetAuthorizationInfo(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#doGetAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection)"><B>doGetAuthorizationInfo(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#doGetAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection)"><B>doGetAuthorizationInfo(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#doGetSession(org.apache.shiro.session.mgt.SessionKey)"><B>doGetSession(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#doGetSession(org.apache.shiro.session.mgt.SessionKey)"><B>doGetSession(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/jndi/JndiCallback.html#doInContext(javax.naming.Context)"><B>doInContext(Context)</B></A> -
Method in interface org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiCallback.html" title="interface in org.apache.shiro.jndi">JndiCallback</A>
<DD>Do something with the given JNDI context.
<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/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission"><B>DomainPermission</B></A> - Class in <A HREF="./org/apache/shiro/authz/permission/package-summary.html">org.apache.shiro.authz.permission</A><DD>Provides a base Permission class from which type-safe/domain-specific subclasses may extend.<DT><A HREF="./org/apache/shiro/authz/permission/DomainPermission.html#DomainPermission()"><B>DomainPermission()</B></A> -
Constructor for class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission">DomainPermission</A>
<DD>Creates a domain permission with *all* actions for *all* targets;
<DT><A HREF="./org/apache/shiro/authz/permission/DomainPermission.html#DomainPermission(java.lang.String)"><B>DomainPermission(String)</B></A> -
Constructor for class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission">DomainPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/DomainPermission.html#DomainPermission(java.lang.String, java.lang.String)"><B>DomainPermission(String, String)</B></A> -
Constructor for class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission">DomainPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/DomainPermission.html#DomainPermission(java.util.Set, java.util.Set)"><B>DomainPermission(Set&lt;String&gt;, Set&lt;String&gt;)</B></A> -
Constructor for class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission">DomainPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/AntPathMatcher.html#doMatch(java.lang.String, java.lang.String, boolean)"><B>doMatch(String, String, boolean)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AntPathMatcher.html" title="class in org.apache.shiro.util">AntPathMatcher</A>
<DD>Actually match the given <code>path</code> against the given <code>pattern</code>.
<DT><A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html#doMultiRealmAuthentication(java.util.Collection, org.apache.shiro.authc.AuthenticationToken)"><B>doMultiRealmAuthentication(Collection&lt;Realm&gt;, AuthenticationToken)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam">ModularRealmAuthenticator</A>
<DD>Performs the multi-realm authentication attempt by calling back to a <A HREF="./org/apache/shiro/authc/pam/AuthenticationStrategy.html" title="interface in org.apache.shiro.authc.pam"><CODE>AuthenticationStrategy</CODE></A> object
as each realm is consulted for <code>AuthenticationInfo</code> for the specified <code>token</code>.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html#doReadSession(java.io.Serializable)"><B>doReadSession(Serializable)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">AbstractSessionDAO</A>
<DD>Subclass implementation hook that retrieves the Session object from the underlying EIS or <code>null</code> if a
session with that ID could not be found.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/EnterpriseCacheSessionDAO.html#doReadSession(java.io.Serializable)"><B>doReadSession(Serializable)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/EnterpriseCacheSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">EnterpriseCacheSessionDAO</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html#doReadSession(java.io.Serializable)"><B>doReadSession(Serializable)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">MemorySessionDAO</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/SubjectRunnable.html#doRun(java.lang.Runnable)"><B>doRun(Runnable)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectRunnable.html" title="class in org.apache.shiro.subject.support">SubjectRunnable</A>
<DD>Simply calls the target <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><CODE>Runnable</CODE></A>'s <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Runnable.html?is-external=true#run()" title="class or interface in java.lang"><CODE>run()</CODE></A> method.
<DT><A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html#doSingleRealmAuthentication(org.apache.shiro.realm.Realm, org.apache.shiro.authc.AuthenticationToken)"><B>doSingleRealmAuthentication(Realm, AuthenticationToken)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam">ModularRealmAuthenticator</A>
<DD>Performs the authentication attempt by interacting with the single configured realm, which is significantly
simpler than performing multi-realm logic.
<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;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#doUpdate(org.apache.shiro.session.Session)"><B>doUpdate(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Subclass implementation hook to actually persist the <code>Session</code>'s state to the underlying EIS.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/EnterpriseCacheSessionDAO.html#doUpdate(org.apache.shiro.session.Session)"><B>doUpdate(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/EnterpriseCacheSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">EnterpriseCacheSessionDAO</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#doValidate(org.apache.shiro.session.Session)"><B>doValidate(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache"><B>EhCache</B></A>&lt;<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="type parameter in EhCache">K</A>,<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="type parameter in EhCache">V</A>&gt; - Class in <A HREF="./org/apache/shiro/cache/ehcache/package-summary.html">org.apache.shiro.cache.ehcache</A><DD>Shiro <A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache"><CODE>Cache</CODE></A> implementation that wraps an <CODE>Ehcache</CODE> instance.<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCache.html#EhCache(net.sf.ehcache.Ehcache)"><B>EhCache(Ehcache)</B></A> -
Constructor for class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache">EhCache</A>
<DD>Constructs a new EhCache instance with the given cache.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html" title="class in org.apache.shiro.cache.ehcache"><B>EhCacheManager</B></A> - Class in <A HREF="./org/apache/shiro/cache/ehcache/package-summary.html">org.apache.shiro.cache.ehcache</A><DD>Shiro <code>CacheManager</code> implementation utilizing the Ehcache framework for all cache functionality.<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html#EhCacheManager()"><B>EhCacheManager()</B></A> -
Constructor for class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html" title="class in org.apache.shiro.cache.ehcache">EhCacheManager</A>
<DD>Default no argument constructor
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#EMPTY_STRING"><B>EMPTY_STRING</B></A> -
Static variable in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Constant representing the empty string, equal to &quot;&quot;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#enableSessionValidation()"><B>enableSessionValidation()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html#enableSessionValidation()"><B>enableSessionValidation()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt">ExecutorServiceSessionValidationScheduler</A>
<DD>Creates a single thread <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ScheduledExecutorService</CODE></A> to validate sessions at fixed intervals
and enables this scheduler.
<DT><A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html#enableSessionValidation()"><B>enableSessionValidation()</B></A> -
Method in class org.apache.shiro.session.mgt.quartz.<A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt.quartz">QuartzSessionValidationScheduler</A>
<DD>Starts session validation by creating a Quartz simple trigger, linking it to
the <A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationJob.html" title="class in org.apache.shiro.session.mgt.quartz"><CODE>QuartzSessionValidationJob</CODE></A>, and scheduling it with the Quartz scheduler.
<DT><A HREF="./org/apache/shiro/session/mgt/SessionValidationScheduler.html#enableSessionValidation()"><B>enableSessionValidation()</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SessionValidationScheduler.html" title="interface in org.apache.shiro.session.mgt">SessionValidationScheduler</A>
<DD>Enables the session validation job.
<DT><A HREF="./org/apache/shiro/codec/Base64.html#encode(byte[])"><B>encode(byte[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Base64.html" title="class in org.apache.shiro.codec">Base64</A>
<DD>Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
<DT><A HREF="./org/apache/shiro/codec/Base64.html#encode(byte[], boolean)"><B>encode(byte[], boolean)</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Base64.html" title="class in org.apache.shiro.codec">Base64</A>
<DD>Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
<DT><A HREF="./org/apache/shiro/codec/Hex.html#encode(byte[])"><B>encode(byte[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Hex.html" title="class in org.apache.shiro.codec">Hex</A>
<DD>Converts an array of bytes into an array of characters representing the hexidecimal values of each byte in order.
<DT><A HREF="./org/apache/shiro/codec/Base64.html#encodeChunked(byte[])"><B>encodeChunked(byte[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Base64.html" title="class in org.apache.shiro.codec">Base64</A>
<DD>Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
<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/codec/Base64.html#encodeToString(byte[])"><B>encodeToString(byte[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Base64.html" title="class in org.apache.shiro.codec">Base64</A>
<DD>Base64 encodes the specified byte array and then encodes it as a String using Shiro's preferred character
encoding (UTF-8).
<DT><A HREF="./org/apache/shiro/codec/H64.html#encodeToString(byte[])"><B>encodeToString(byte[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/H64.html" title="class in org.apache.shiro.codec">H64</A>
<DD>Encodes the specified bytes to an <code>H64</code>-encoded String.
<DT><A HREF="./org/apache/shiro/codec/Hex.html#encodeToString(byte[])"><B>encodeToString(byte[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Hex.html" title="class in org.apache.shiro.codec">Hex</A>
<DD>Encodes the specifed byte array to a character array and then returns that character array
as a String.
<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/crypto/CipherService.html#encrypt(byte[], byte[])"><B>encrypt(byte[], byte[])</B></A> -
Method in interface org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto">CipherService</A>
<DD>Encrypts data via the specified cipher key.
<DT><A HREF="./org/apache/shiro/crypto/CipherService.html#encrypt(java.io.InputStream, java.io.OutputStream, byte[])"><B>encrypt(InputStream, OutputStream, byte[])</B></A> -
Method in interface org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto">CipherService</A>
<DD>Receives the data from the given <code>InputStream</code>, encrypts it, and sends the resulting encrypted data to the
given <code>OutputStream</code>.
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#encrypt(byte[], byte[])"><B>encrypt(byte[], byte[])</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#encrypt(java.io.InputStream, java.io.OutputStream, byte[])"><B>encrypt(InputStream, OutputStream, byte[])</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#encrypt(byte[])"><B>encrypt(byte[])</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Encrypts the byte array by using the configured <A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getCipherService()"><CODE>cipherService</CODE></A>.
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#encryptPassword(java.lang.Object)"><B>encryptPassword(Object)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/PasswordService.html#encryptPassword(java.lang.Object)"><B>encryptPassword(Object)</B></A> -
Method in interface org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/PasswordService.html" title="interface in org.apache.shiro.authc.credential">PasswordService</A>
<DD>Converts the specified plaintext password (usually acquired from your application's 'new user' or 'password reset'
workflow) into a formatted string safe for storage.
<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/subject/SimplePrincipalMap.html#ensureCombinedPrincipals()"><B>ensureCombinedPrincipals()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#ensureSecureRandom()"><B>ensureSecureRandom()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#ensureSecurityManager(org.apache.shiro.subject.SubjectContext)"><B>ensureSecurityManager(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Determines if there is a <code>SecurityManager</code> instance in the context, and if not, adds 'this' to the
context.
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#ensureTicketValidator()"><B>ensureTicketValidator()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/EnterpriseCacheSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis"><B>EnterpriseCacheSessionDAO</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</A><DD>SessionDAO implementation that relies on an enterprise caching product as the EIS system of record for all sessions.<DT><A HREF="./org/apache/shiro/session/mgt/eis/EnterpriseCacheSessionDAO.html#EnterpriseCacheSessionDAO()"><B>EnterpriseCacheSessionDAO()</B></A> -
Constructor for class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/EnterpriseCacheSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">EnterpriseCacheSessionDAO</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#entrySet()"><B>entrySet()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#entrySet()"><B>entrySet()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#entrySet()"><B>entrySet()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/MapContext.html#entrySet()"><B>entrySet()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#entrySet()"><B>entrySet()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/env/Environment.html" title="interface in org.apache.shiro.env"><B>Environment</B></A> - Interface in <A HREF="./org/apache/shiro/env/package-summary.html">org.apache.shiro.env</A><DD>An <code>Environment</code> instance encapsulates all of the objects that Shiro requires to function.<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/env/EnvironmentException.html" title="class in org.apache.shiro.env"><B>EnvironmentException</B></A> - Exception in <A HREF="./org/apache/shiro/env/package-summary.html">org.apache.shiro.env</A><DD>Exception thrown for errors related to <A HREF="./org/apache/shiro/env/Environment.html" title="interface in org.apache.shiro.env"><CODE>Environment</CODE></A> instances or configuration.<DT><A HREF="./org/apache/shiro/env/EnvironmentException.html#EnvironmentException(java.lang.String)"><B>EnvironmentException(String)</B></A> -
Constructor for exception org.apache.shiro.env.<A HREF="./org/apache/shiro/env/EnvironmentException.html" title="class in org.apache.shiro.env">EnvironmentException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/env/EnvironmentException.html#EnvironmentException(java.lang.String, java.lang.Throwable)"><B>EnvironmentException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.env.<A HREF="./org/apache/shiro/env/EnvironmentException.html" title="class in org.apache.shiro.env">EnvironmentException</A>
<DD>&nbsp;
<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/authc/credential/SimpleCredentialsMatcher.html#equals(java.lang.Object, java.lang.Object)"><B>equals(Object, Object)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">SimpleCredentialsMatcher</A>
<DD>Returns <code>true</code> if the <code>tokenCredentials</code> argument is logically equal to the
<code>accountCredentials</code> argument.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Returns <code>true</code> if the specified object is also a <A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc"><CODE>SimpleAccount</CODE></A> and its
<A HREF="./org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><CODE>principals</CODE></A> are equal to this object's <code>principals</code>, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Returns <code>true</code> if the Object argument is an <code>instanceof SimpleAuthenticationInfo</code> and
its <A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#getPrincipals()"><CODE>principals</CODE></A> are equal to this instance's principals, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Returns <code>true</code> if the specified object is a Hash and its <A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#getBytes()"><CODE>byte array</CODE></A> is identical to
this Hash's byte array, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Returns <code>true</code> if the specified object is a Hash and its <A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#getBytes()"><CODE>byte array</CODE></A> is identical to
this Hash's byte array, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>Returns <code>true</code> if the specified argument is an <code>instanceof</code> <code>SimpleSession</code> and both
<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#getId()"><CODE>id</CODE></A>s are equal.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#ESCAPE_TOKEN"><B>ESCAPE_TOKEN</B></A> -
Static variable in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/ExcessiveAttemptsException.html" title="class in org.apache.shiro.authc"><B>ExcessiveAttemptsException</B></A> - Exception in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>Thrown when a system is configured to only allow a certain number of authentication attempts
over a period of time and the current session has failed to authenticate successfully within
that number.<DT><A HREF="./org/apache/shiro/authc/ExcessiveAttemptsException.html#ExcessiveAttemptsException()"><B>ExcessiveAttemptsException()</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/ExcessiveAttemptsException.html" title="class in org.apache.shiro.authc">ExcessiveAttemptsException</A>
<DD>Creates a new ExcessiveAttemptsException.
<DT><A HREF="./org/apache/shiro/authc/ExcessiveAttemptsException.html#ExcessiveAttemptsException(java.lang.String)"><B>ExcessiveAttemptsException(String)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/ExcessiveAttemptsException.html" title="class in org.apache.shiro.authc">ExcessiveAttemptsException</A>
<DD>Constructs a new ExcessiveAttemptsException.
<DT><A HREF="./org/apache/shiro/authc/ExcessiveAttemptsException.html#ExcessiveAttemptsException(java.lang.Throwable)"><B>ExcessiveAttemptsException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/ExcessiveAttemptsException.html" title="class in org.apache.shiro.authc">ExcessiveAttemptsException</A>
<DD>Constructs a new ExcessiveAttemptsException.
<DT><A HREF="./org/apache/shiro/authc/ExcessiveAttemptsException.html#ExcessiveAttemptsException(java.lang.String, java.lang.Throwable)"><B>ExcessiveAttemptsException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/ExcessiveAttemptsException.html" title="class in org.apache.shiro.authc">ExcessiveAttemptsException</A>
<DD>Constructs a new ExcessiveAttemptsException.
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html#execute(java.lang.Runnable)"><B>execute(Runnable)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutor</A>
<DD>Executes the specified runnable by first associating it with the currently executing <code>Subject</code> and then
dispatches the associated Runnable to the underlying target <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Executor</CODE></A> instance.
<DT><A HREF="./org/apache/shiro/jndi/JndiTemplate.html#execute(org.apache.shiro.jndi.JndiCallback)"><B>execute(JndiCallback)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiTemplate.html" title="class in org.apache.shiro.jndi">JndiTemplate</A>
<DD>Execute the given JNDI context callback implementation.
<DT><A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationJob.html#execute(org.quartz.JobExecutionContext)"><B>execute(JobExecutionContext)</B></A> -
Method in class org.apache.shiro.session.mgt.quartz.<A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationJob.html" title="class in org.apache.shiro.session.mgt.quartz">QuartzSessionValidationJob</A>
<DD>Called when the job is executed by quartz.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#execute(java.util.concurrent.Callable)"><B>execute(Callable&lt;V&gt;)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Associates the specified <code>Callable</code> with this <code>Subject</code> instance and then executes it on the
currently running thread.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#execute(java.lang.Runnable)"><B>execute(Runnable)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Associates the specified <code>Runnable</code> with this <code>Subject</code> instance and then executes it on the
currently running thread.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#execute(java.util.concurrent.Callable)"><B>execute(Callable&lt;V&gt;)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#execute(java.lang.Runnable)"><B>execute(Runnable)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/FilterChain.html?is-external=true" title="class or interface in javax.servlet"><CODE>FilterChain</CODE></A> 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/subject/ExecutionException.html" title="class in org.apache.shiro.subject"><B>ExecutionException</B></A> - Exception in <A HREF="./org/apache/shiro/subject/package-summary.html">org.apache.shiro.subject</A><DD>Exception wrapping any potential checked exception thrown when a <code>Subject</code> executes a
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Callable</CODE></A>.<DT><A HREF="./org/apache/shiro/subject/ExecutionException.html#ExecutionException(java.lang.Throwable)"><B>ExecutionException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/ExecutionException.html" title="class in org.apache.shiro.subject">ExecutionException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/ExecutionException.html#ExecutionException(java.lang.String, java.lang.Throwable)"><B>ExecutionException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/ExecutionException.html" title="class in org.apache.shiro.subject">ExecutionException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt"><B>ExecutorServiceSessionValidationScheduler</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>SessionValidationScheduler implementation that uses a
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ScheduledExecutorService</CODE></A> to call <A HREF="./org/apache/shiro/session/mgt/ValidatingSessionManager.html#validateSessions()"><CODE>ValidatingSessionManager.validateSessions()</CODE></A> every
<em><A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html#getInterval()"><CODE>interval</CODE></A></em> milliseconds.<DT><A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html#ExecutorServiceSessionValidationScheduler()"><B>ExecutorServiceSessionValidationScheduler()</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt">ExecutorServiceSessionValidationScheduler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html#ExecutorServiceSessionValidationScheduler(org.apache.shiro.session.mgt.ValidatingSessionManager)"><B>ExecutorServiceSessionValidationScheduler(ValidatingSessionManager)</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt">ExecutorServiceSessionValidationScheduler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#expire()"><B>expire()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/ExpiredCredentialsException.html" title="class in org.apache.shiro.authc"><B>ExpiredCredentialsException</B></A> - Exception in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>Thrown during the authentication process when the system determines the submitted credential(s)
has expired and will not allow login.<DT><A HREF="./org/apache/shiro/authc/ExpiredCredentialsException.html#ExpiredCredentialsException()"><B>ExpiredCredentialsException()</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/ExpiredCredentialsException.html" title="class in org.apache.shiro.authc">ExpiredCredentialsException</A>
<DD>Creates a new ExpiredCredentialsException.
<DT><A HREF="./org/apache/shiro/authc/ExpiredCredentialsException.html#ExpiredCredentialsException(java.lang.String)"><B>ExpiredCredentialsException(String)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/ExpiredCredentialsException.html" title="class in org.apache.shiro.authc">ExpiredCredentialsException</A>
<DD>Constructs a new ExpiredCredentialsException.
<DT><A HREF="./org/apache/shiro/authc/ExpiredCredentialsException.html#ExpiredCredentialsException(java.lang.Throwable)"><B>ExpiredCredentialsException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/ExpiredCredentialsException.html" title="class in org.apache.shiro.authc">ExpiredCredentialsException</A>
<DD>Constructs a new ExpiredCredentialsException.
<DT><A HREF="./org/apache/shiro/authc/ExpiredCredentialsException.html#ExpiredCredentialsException(java.lang.String, java.lang.Throwable)"><B>ExpiredCredentialsException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/ExpiredCredentialsException.html" title="class in org.apache.shiro.authc">ExpiredCredentialsException</A>
<DD>Constructs a new ExpiredCredentialsException.
<DT><A HREF="./org/apache/shiro/session/ExpiredSessionException.html" title="class in org.apache.shiro.session"><B>ExpiredSessionException</B></A> - Exception in <A HREF="./org/apache/shiro/session/package-summary.html">org.apache.shiro.session</A><DD>A special case of a StoppedSessionException.<DT><A HREF="./org/apache/shiro/session/ExpiredSessionException.html#ExpiredSessionException()"><B>ExpiredSessionException()</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ExpiredSessionException.html" title="class in org.apache.shiro.session">ExpiredSessionException</A>
<DD>Creates a new ExpiredSessionException.
<DT><A HREF="./org/apache/shiro/session/ExpiredSessionException.html#ExpiredSessionException(java.lang.String)"><B>ExpiredSessionException(String)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ExpiredSessionException.html" title="class in org.apache.shiro.session">ExpiredSessionException</A>
<DD>Constructs a new ExpiredSessionException.
<DT><A HREF="./org/apache/shiro/session/ExpiredSessionException.html#ExpiredSessionException(java.lang.Throwable)"><B>ExpiredSessionException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ExpiredSessionException.html" title="class in org.apache.shiro.session">ExpiredSessionException</A>
<DD>Constructs a new ExpiredSessionException.
<DT><A HREF="./org/apache/shiro/session/ExpiredSessionException.html#ExpiredSessionException(java.lang.String, java.lang.Throwable)"><B>ExpiredSessionException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ExpiredSessionException.html" title="class in org.apache.shiro.session">ExpiredSessionException</A>
<DD>Constructs a new ExpiredSessionException.
<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;
<DT><A HREF="./org/apache/shiro/util/AntPathMatcher.html#extractPathWithinPattern(java.lang.String, java.lang.String)"><B>extractPathWithinPattern(String, String)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AntPathMatcher.html" title="class in org.apache.shiro.util">AntPathMatcher</A>
<DD>Given a pattern and a full path, determine the pattern-mapped part.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/util/Factory.html" title="interface in org.apache.shiro.util"><B>Factory</B></A>&lt;<A HREF="./org/apache/shiro/util/Factory.html" title="type parameter in Factory">T</A>&gt; - Interface in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Generics-aware interface supporting the
<a href="http://en.wikipedia.org/wiki/Factory_method_pattern">Factory Method</a> design pattern.<DT><A HREF="./org/apache/shiro/io/ResourceUtils.html#FILE_PREFIX"><B>FILE_PREFIX</B></A> -
Static variable in class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/ResourceUtils.html" title="class in org.apache.shiro.io">ResourceUtils</A>
<DD>Resource path prefix that specifies to load from a file location, value is <b><code>file:</code></b>
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#fileLastModified"><B>fileLastModified</B></A> -
Variable in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
<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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/Filter.html?is-external=true" title="class or interface in javax.servlet"><CODE>Filter</CODE></A> chains from an available pool
of <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/Filter.html?is-external=true" title="class or interface in javax.servlet"><CODE>Filter</CODE></A> 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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/FilterChain.html?is-external=true" title="class or interface in javax.servlet"><CODE>FilterChain</CODE></A> 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/authc/pam/FirstSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam"><B>FirstSuccessfulStrategy</B></A> - Class in <A HREF="./org/apache/shiro/authc/pam/package-summary.html">org.apache.shiro.authc.pam</A><DD><A HREF="./org/apache/shiro/authc/pam/AuthenticationStrategy.html" title="interface in org.apache.shiro.authc.pam"><CODE>AuthenticationStrategy</CODE></A> implementation that only accepts the account data from
the first successfully consulted Realm and ignores all subsequent realms.<DT><A HREF="./org/apache/shiro/authc/pam/FirstSuccessfulStrategy.html#FirstSuccessfulStrategy()"><B>FirstSuccessfulStrategy()</B></A> -
Constructor for class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/FirstSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam">FirstSuccessfulStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#forgetIdentity(org.apache.shiro.subject.Subject)"><B>forgetIdentity(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Forgets (removes) any remembered identity data for the specified <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> instance.
<DT><A HREF="./org/apache/shiro/mgt/RememberMeManager.html#forgetIdentity(org.apache.shiro.subject.SubjectContext)"><B>forgetIdentity(SubjectContext)</B></A> -
Method in interface org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RememberMeManager.html" title="interface in org.apache.shiro.mgt">RememberMeManager</A>
<DD>Forgets any remembered identity corresponding to the subject context map being used to build a subject instance.
<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/crypto/hash/format/Base64Format.html#format(org.apache.shiro.crypto.hash.Hash)"><B>format(Hash)</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/Base64Format.html" title="class in org.apache.shiro.crypto.hash.format">Base64Format</A>
<DD>Returns <code>hash != null ? hash.toBase64() : null</code>.
<DT><A HREF="./org/apache/shiro/crypto/hash/format/HashFormat.html#format(org.apache.shiro.crypto.hash.Hash)"><B>format(Hash)</B></A> -
Method in interface org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/HashFormat.html" title="interface in org.apache.shiro.crypto.hash.format">HashFormat</A>
<DD>Returns a formatted string representing the specified Hash instance.
<DT><A HREF="./org/apache/shiro/crypto/hash/format/HexFormat.html#format(org.apache.shiro.crypto.hash.Hash)"><B>format(Hash)</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/HexFormat.html" title="class in org.apache.shiro.crypto.hash.format">HexFormat</A>
<DD>Returns <code>hash != null ? hash.toHex() : null</code>.
<DT><A HREF="./org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html#format(org.apache.shiro.crypto.hash.Hash)"><B>format(Hash)</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format">Shiro1CryptFormat</A>
<DD>&nbsp;
<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/util/ClassUtils.html#forName(java.lang.String)"><B>forName(String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ClassUtils.html" title="class in org.apache.shiro.util">ClassUtils</A>
<DD>Attempts to load the specified class name from the current thread's
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Thread.html?is-external=true#getContextClassLoader()" title="class or interface in java.lang"><CODE>context class loader</CODE></A>, then the
current ClassLoader (<code>ClassUtils.class.getClassLoader()</code>), then the system/application
ClassLoader (<code>ClassLoader.getSystemClassLoader()</code>, in that order.
<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;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html#fromBase64String(java.lang.String)"><B>fromBase64String(String)</B></A> -
Static method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html#fromBase64String(java.lang.String)"><B>fromBase64String(String)</B></A> -
Static method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html#fromBase64String(java.lang.String)"><B>fromBase64String(String)</B></A> -
Static method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html#fromBase64String(java.lang.String)"><B>fromBase64String(String)</B></A> -
Static method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html#fromBase64String(java.lang.String)"><B>fromBase64String(String)</B></A> -
Static method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html#fromBase64String(java.lang.String)"><B>fromBase64String(String)</B></A> -
Static method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html#fromHexString(java.lang.String)"><B>fromHexString(String)</B></A> -
Static method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html#fromHexString(java.lang.String)"><B>fromHexString(String)</B></A> -
Static method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html#fromHexString(java.lang.String)"><B>fromHexString(String)</B></A> -
Static method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html#fromHexString(java.lang.String)"><B>fromHexString(String)</B></A> -
Static method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html#fromHexString(java.lang.String)"><B>fromHexString(String)</B></A> -
Static method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html#fromHexString(java.lang.String)"><B>fromHexString(String)</B></A> -
Static method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/PrincipalCollection.html#fromRealm(java.lang.String)"><B>fromRealm(String)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</A>
<DD>Returns a single Subject's principals retrieved from the specified Realm <em>only</em> as a Collection, or an empty
Collection if there are not any principals from that realm.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#fromRealm(java.lang.String)"><B>fromRealm(String)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#fromRealm(java.lang.String)"><B>fromRealm(String)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#fromResourcePath(java.lang.String)"><B>fromResourcePath(String)</B></A> -
Static method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Creates a new <code>Ini</code> instance loaded with the INI-formatted data in the resource at the given path.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/session/mgt/eis/JavaUuidSessionIdGenerator.html#generateId(org.apache.shiro.session.Session)"><B>generateId(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/JavaUuidSessionIdGenerator.html" title="class in org.apache.shiro.session.mgt.eis">JavaUuidSessionIdGenerator</A>
<DD>Ignores the method argument and simply returns
<code>UUID</code>.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/UUID.html?is-external=true#randomUUID()" title="class or interface in java.util"><CODE>randomUUID()</CODE></A>.<code>toString()</code>.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/RandomSessionIdGenerator.html#generateId(org.apache.shiro.session.Session)"><B>generateId(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/RandomSessionIdGenerator.html" title="class in org.apache.shiro.session.mgt.eis">RandomSessionIdGenerator</A>
<DD>Returns the String value of the configured <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Random.html?is-external=true" title="class or interface in java.util"><CODE>Random</CODE></A>'s <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Random.html?is-external=true#nextLong()" title="class or interface in java.util"><CODE>nextLong()</CODE></A> invocation.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/SessionIdGenerator.html#generateId(org.apache.shiro.session.Session)"><B>generateId(Session)</B></A> -
Method in interface org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/SessionIdGenerator.html" title="interface in org.apache.shiro.session.mgt.eis">SessionIdGenerator</A>
<DD>Generates a new ID to be applied to the specified <code>Session</code> instance.
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#generateInitializationVector(boolean)"><B>generateInitializationVector(boolean)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#generateInitializationVector(boolean)"><B>generateInitializationVector(boolean)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/AbstractSymmetricCipherService.html#generateNewKey()"><B>generateNewKey()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/AbstractSymmetricCipherService.html" title="class in org.apache.shiro.crypto">AbstractSymmetricCipherService</A>
<DD>Generates a new <A HREF="http://java.sun.com/javase/6/docs/api/java/security/Key.html?is-external=true" title="class or interface in java.security"><CODE>Key</CODE></A> suitable for this CipherService's <A HREF="./org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><CODE>algorithm</CODE></A>
by calling <A HREF="./org/apache/shiro/crypto/AbstractSymmetricCipherService.html#generateNewKey(int)"><CODE>generateNewKey(128)</CODE></A> (uses a 128 bit size by default).
<DT><A HREF="./org/apache/shiro/crypto/AbstractSymmetricCipherService.html#generateNewKey(int)"><B>generateNewKey(int)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/AbstractSymmetricCipherService.html" title="class in org.apache.shiro.crypto">AbstractSymmetricCipherService</A>
<DD>Generates a new <A HREF="http://java.sun.com/javase/6/docs/api/java/security/Key.html?is-external=true" title="class or interface in java.security"><CODE>Key</CODE></A> of the specified size suitable for this CipherService
(based on the <A HREF="./org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><CODE>algorithmName</CODE></A> using the JDK <A HREF="http://java.sun.com/javase/6/docs/api/javax/crypto/KeyGenerator.html?is-external=true" title="class or interface in javax.crypto"><CODE>KeyGenerator</CODE></A>.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html#generateSessionId(org.apache.shiro.session.Session)"><B>generateSessionId(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">AbstractSessionDAO</A>
<DD>Generates a new ID to be applied to the specified <code>session</code> instance.
<DT><A HREF="./org/apache/shiro/cache/Cache.html#get(K)"><B>get(K)</B></A> -
Method in interface org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache">Cache</A>
<DD>Returns the Cached value stored under the specified <code>key</code> or
<code>null</code> if there is no Cache entry for that <code>key</code>.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCache.html#get(K)"><B>get(K)</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache">EhCache</A>
<DD>Gets a value of an element which matches the given key.
<DT><A HREF="./org/apache/shiro/cache/MapCache.html#get(K)"><B>get(K)</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/MapCache.html" title="class in org.apache.shiro.cache">MapCache</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#get(java.lang.Object)"><B>get(Object)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#get(java.lang.Object)"><B>get(Object)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#get(java.lang.Object)"><B>get(Object)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/MapContext.html#get(java.lang.Object)"><B>get(Object)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#get(java.lang.Object)"><B>get(Object)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#get(java.lang.Object)"><B>get(Object)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>Returns the object for the specified <code>key</code> that is bound to
the current thread.
<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/authz/permission/DomainPermission.html#getActions()"><B>getActions()</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission">DomainPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#getActiveSessions()"><B>getActiveSessions()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#getActiveSessions()"><B>getActiveSessions()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#getActiveSessions()"><B>getActiveSessions()</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Returns all active sessions in the system.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html#getActiveSessions()"><B>getActiveSessions()</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">MemorySessionDAO</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/SessionDAO.html#getActiveSessions()"><B>getActiveSessions()</B></A> -
Method in interface org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/SessionDAO.html" title="interface in org.apache.shiro.session.mgt.eis">SessionDAO</A>
<DD>Returns all sessions in the EIS that are considered active, meaning all sessions that
haven't been stopped/expired.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#getActiveSessionsCache()"><B>getActiveSessionsCache()</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Returns the cache instance to use for storing active sessions.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#getActiveSessionsCacheName()"><B>getActiveSessionsCacheName()</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Returns the name of the actives sessions cache to be returned by the <code>CacheManager</code>.
<DT><A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#getAlgorithmName()"><B>getAlgorithmName()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Implemented by subclasses, this specifies the <A HREF="http://java.sun.com/javase/6/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><CODE>MessageDigest</CODE></A> algorithm name
to use when performing the hash.
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#getAlgorithmName(org.apache.shiro.crypto.hash.HashRequest)"><B>getAlgorithmName(HashRequest)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Hash.html#getAlgorithmName()"><B>getAlgorithmName()</B></A> -
Method in interface org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash">Hash</A>
<DD>Returns the name of the algorithm used to hash the input source, for example, <code>SHA-256</code>, <code>MD5</code>, etc.
<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.html#getAlgorithmName()"><B>getAlgorithmName()</B></A> -
Method in interface org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash">HashRequest</A>
<DD>Returns the name of the hash algorithm the <code>HashService</code> should use when computing the <A HREF="./org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash"><CODE>Hash</CODE></A>, or
<code>null</code> if the default algorithm configuration of the <code>HashService</code> should be used.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#getAlgorithmName()"><B>getAlgorithmName()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Returns the <A HREF="http://java.sun.com/javase/6/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><CODE>MessageDigest</CODE></A> algorithm name to use when performing the hash.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHashRequest.html#getAlgorithmName()"><B>getAlgorithmName()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHashRequest.html" title="class in org.apache.shiro.crypto.hash">SimpleHashRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><B>getAlgorithmName()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>Returns the cipher algorithm name that will be used for all encryption, decryption, and key operations (for
example, 'AES', 'Blowfish', 'RSA', 'DSA', 'TripleDES', etc).
<DT><A HREF="./org/apache/shiro/realm/ldap/LdapUtils.html#getAllAttributeValues(javax.naming.directory.Attribute)"><B>getAllAttributeValues(Attribute)</B></A> -
Static method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/LdapUtils.html" title="class in org.apache.shiro.realm.ldap">LdapUtils</A>
<DD>Helper method used to retrieve all attribute values from a particular context attribute.
<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/aop/AnnotationMethodInterceptor.html#getAnnotation(org.apache.shiro.aop.MethodInvocation)"><B>getAnnotation(MethodInvocation)</B></A> -
Method in class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html" title="class in org.apache.shiro.aop">AnnotationMethodInterceptor</A>
<DD>Returns the Annotation that this interceptor will process for the specified method invocation.
<DT><A HREF="./org/apache/shiro/aop/AnnotationResolver.html#getAnnotation(org.apache.shiro.aop.MethodInvocation, java.lang.Class)"><B>getAnnotation(MethodInvocation, Class&lt;? extends Annotation&gt;)</B></A> -
Method in interface org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationResolver.html" title="interface in org.apache.shiro.aop">AnnotationResolver</A>
<DD>Returns an <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation"><CODE>Annotation</CODE></A> instance of the specified type based on the given
<A HREF="./org/apache/shiro/aop/MethodInvocation.html" title="interface in org.apache.shiro.aop"><CODE>MethodInvocation</CODE></A> argument, or <code>null</code> if no annotation
of that type could be found.
<DT><A HREF="./org/apache/shiro/aop/DefaultAnnotationResolver.html#getAnnotation(org.apache.shiro.aop.MethodInvocation, java.lang.Class)"><B>getAnnotation(MethodInvocation, Class&lt;? extends Annotation&gt;)</B></A> -
Method in class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/DefaultAnnotationResolver.html" title="class in org.apache.shiro.aop">DefaultAnnotationResolver</A>
<DD>Returns <code>methodInvocation.</code><A HREF="./org/apache/shiro/aop/MethodInvocation.html#getMethod()"><CODE>getMethod()</CODE></A>.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/reflect/Method.html?is-external=true#getAnnotation(java.lang.Class)" title="class or interface in java.lang.reflect"><CODE>getAnnotation(clazz)</CODE></A>.
<DT><A HREF="./org/apache/shiro/spring/aop/SpringAnnotationResolver.html#getAnnotation(org.apache.shiro.aop.MethodInvocation, java.lang.Class)"><B>getAnnotation(MethodInvocation, Class&lt;? extends Annotation&gt;)</B></A> -
Method in class org.apache.shiro.spring.aop.<A HREF="./org/apache/shiro/spring/aop/SpringAnnotationResolver.html" title="class in org.apache.shiro.spring.aop">SpringAnnotationResolver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/aop/AnnotationHandler.html#getAnnotationClass()"><B>getAnnotationClass()</B></A> -
Method in class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationHandler.html" title="class in org.apache.shiro.aop">AnnotationHandler</A>
<DD>Returns the type of annotation this handler inspects and processes.
<DT><A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationHandler.html#getAnnotationValue(java.lang.annotation.Annotation)"><B>getAnnotationValue(Annotation)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">PermissionAnnotationHandler</A>
<DD>Returns the annotation <A HREF="./org/apache/shiro/authz/annotation/RequiresPermissions.html#value()"><CODE>value</CODE></A>, from which the Permission will be constructed.
<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/aop/MethodInvocation.html#getArguments()"><B>getArguments()</B></A> -
Method in interface org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/MethodInvocation.html" title="interface in org.apache.shiro.aop">MethodInvocation</A>
<DD>Returns the (possibly null) arguments to be supplied to the method invocation.
<DT><A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html#getArguments()"><B>getArguments()</B></A> -
Method in class org.apache.shiro.aspectj.<A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html" title="class in org.apache.shiro.aspectj">BeforeAdviceMethodInvocationAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#getAttribute(org.apache.shiro.session.mgt.SessionKey, java.lang.Object)"><B>getAttribute(SessionKey, Object)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#getAttribute(java.lang.Object)"><B>getAttribute(Object)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#getAttribute(org.apache.shiro.session.mgt.SessionKey, java.lang.Object)"><B>getAttribute(SessionKey, Object)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Returns the object bound to the associated session identified by the specified attribute key.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#getAttribute(java.lang.Object)"><B>getAttribute(Object)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#getAttribute(java.lang.Object)"><B>getAttribute(Object)</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Immediately delegates to the underlying proxied session.
<DT><A HREF="./org/apache/shiro/session/Session.html#getAttribute(java.lang.Object)"><B>getAttribute(Object)</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session">Session</A>
<DD>Returns the object bound to this session identified by the specified key.
<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/session/mgt/AbstractNativeSessionManager.html#getAttributeKeys(org.apache.shiro.session.mgt.SessionKey)"><B>getAttributeKeys(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#getAttributeKeys()"><B>getAttributeKeys()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#getAttributeKeys(org.apache.shiro.session.mgt.SessionKey)"><B>getAttributeKeys(SessionKey)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Returns all attribute keys maintained by the target session or an empty collection if there are no attributes.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#getAttributeKeys()"><B>getAttributeKeys()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#getAttributeKeys()"><B>getAttributeKeys()</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Immediately delegates to the underlying proxied session.
<DT><A HREF="./org/apache/shiro/session/Session.html#getAttributeKeys()"><B>getAttributeKeys()</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session">Session</A>
<DD>Returns the keys of all the attributes stored under this session.
<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/session/mgt/SimpleSession.html#getAttributes()"><B>getAttributes()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</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/realm/AuthenticatingRealm.html#getAuthenticationCache()"><B>getAuthenticationCache()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Returns a <A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache"><CODE>Cache</CODE></A> instance to use for authentication caching, or <code>null</code> if no cache has been
set.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#getAuthenticationCacheKey(org.apache.shiro.authc.AuthenticationToken)"><B>getAuthenticationCacheKey(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Returns the key under which <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A> instances are cached if authentication caching is enabled.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#getAuthenticationCacheKey(org.apache.shiro.subject.PrincipalCollection)"><B>getAuthenticationCacheKey(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Returns the key under which <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A> instances are cached if authentication caching is enabled.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#getAuthenticationCacheName()"><B>getAuthenticationCacheName()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Returns the name of a <A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache"><CODE>Cache</CODE></A> to lookup from any available <A HREF="./org/apache/shiro/realm/CachingRealm.html#getCacheManager()"><CODE>cacheManager</CODE></A> if
a cache is not explicitly configured via <A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#setAuthenticationCache(org.apache.shiro.cache.Cache)"><CODE>AuthenticatingRealm.setAuthenticationCache(org.apache.shiro.cache.Cache)</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#getAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken)"><B>getAuthenticationInfo(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>This implementation functions as follows:
It attempts to acquire any cached <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A> corresponding to the specified
<A HREF="./org/apache/shiro/authc/AuthenticationToken.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationToken</CODE></A> argument.
<DT><A HREF="./org/apache/shiro/realm/Realm.html#getAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken)"><B>getAuthenticationInfo(AuthenticationToken)</B></A> -
Method in interface org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm">Realm</A>
<DD>Returns an account's authentication-specific information for the specified <tt>token</tt>,
or <tt>null</tt> if no account could be found based on the <tt>token</tt>.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#getAuthenticationInfo()"><B>getAuthenticationInfo()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#getAuthenticationInfo()"><B>getAuthenticationInfo()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html#getAuthenticationListeners()"><B>getAuthenticationListeners()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html" title="class in org.apache.shiro.authc">AbstractAuthenticator</A>
<DD>Returns the <A HREF="./org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationListener</CODE></A>s that should be notified during authentication
attempts.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getAuthenticationMechanism()"><B>getAuthenticationMechanism()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Returns the type of LDAP authentication mechanism to use when connecting to the LDAP server.
<DT><A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html#getAuthenticationStrategy()"><B>getAuthenticationStrategy()</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam">ModularRealmAuthenticator</A>
<DD>Returns the <code>AuthenticationStrategy</code> utilized by this modular authenticator during a multi-realm
log-in attempt.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#getAuthenticationToken()"><B>getAuthenticationToken()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#getAuthenticationToken()"><B>getAuthenticationToken()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#getAuthenticationTokenClass()"><B>getAuthenticationTokenClass()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Returns the authenticationToken class supported by this realm.
<DT><A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html#getAuthenticator()"><B>getAuthenticator()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthenticatingSecurityManager</A>
<DD>Returns the delegate <code>Authenticator</code> instance that this SecurityManager uses to perform all
authentication operations.
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#getAuthorizationCache()"><B>getAuthorizationCache()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#getAuthorizationCacheKey(org.apache.shiro.subject.PrincipalCollection)"><B>getAuthorizationCacheKey(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#getAuthorizationCacheName()"><B>getAuthorizationCacheName()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#getAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection)"><B>getAuthorizationInfo(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>Returns an account's authorization-specific information for the specified <code>principals</code>,
or <code>null</code> if no account could be found.
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#getAuthorizer()"><B>getAuthorizer()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>Returns the underlying wrapped <tt>Authorizer</tt> instance to which this <tt>SecurityManager</tt>
implementation delegates all of its authorization calls.
<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/realm/CachingRealm.html#getAvailablePrincipal(org.apache.shiro.subject.PrincipalCollection)"><B>getAvailablePrincipal(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm">CachingRealm</A>
<DD>A utility method for subclasses that returns the first available principal of interest to this particular realm.
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#getBean(java.lang.String)"><B>getBean(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#getBean(java.lang.String, java.lang.Class)"><B>getBean(String, Class&lt;T&gt;)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#getBeans()"><B>getBeans()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#getBlockSize()"><B>getBlockSize()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Returns the block cipher's block size to be used when constructing
<A HREF="http://java.sun.com/javase/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><CODE>Cipher</CODE></A> transformation string or <code>0</code> if the JCA Provider default block size
for the specified <A HREF="./org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><CODE>algorithm</CODE></A> should be used.
<DT><A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#getBytes()"><B>getBytes()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#getBytes()"><B>getBytes()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ByteSource.html#getBytes()"><B>getBytes()</B></A> -
Method in interface org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util">ByteSource</A>
<DD>Returns the wrapped byte array.
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#getBytes()"><B>getBytes()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cache/AbstractCacheManager.html#getCache(java.lang.String)"><B>getCache(String)</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/AbstractCacheManager.html" title="class in org.apache.shiro.cache">AbstractCacheManager</A>
<DD>Returns the cache with the specified <code>name</code>.
<DT><A HREF="./org/apache/shiro/cache/CacheManager.html#getCache(java.lang.String)"><B>getCache(String)</B></A> -
Method in interface org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/CacheManager.html" title="interface in org.apache.shiro.cache">CacheManager</A>
<DD>Acquires the cache with the specified <code>name</code>.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html#getCache(java.lang.String)"><B>getCache(String)</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html" title="class in org.apache.shiro.cache.ehcache">EhCacheManager</A>
<DD>Loads an existing EhCache from the cache manager, or starts a new cache if one is not found.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#getCachedSession(java.io.Serializable)"><B>getCachedSession(Serializable)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Returns the cached session with the corresponding <code>sessionId</code> or <code>null</code> if there is
no session cached under that id (or if there is no Cache).
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#getCachedSession(java.io.Serializable, org.apache.shiro.cache.Cache)"><B>getCachedSession(Serializable, Cache&lt;Serializable, Session&gt;)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Returns the Session with the specified id from the specified cache.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html#getCacheManager()"><B>getCacheManager()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html" title="class in org.apache.shiro.cache.ehcache">EhCacheManager</A>
<DD>Returns the wrapped Ehcache <CODE>CacheManager</CODE> instance.
<DT><A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html#getCacheManager()"><B>getCacheManager()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html" title="class in org.apache.shiro.mgt">CachingSecurityManager</A>
<DD>Returns the CacheManager used by this SecurityManager.
<DT><A HREF="./org/apache/shiro/realm/CachingRealm.html#getCacheManager()"><B>getCacheManager()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm">CachingRealm</A>
<DD>Returns the <tt>CacheManager</tt> used for data caching to reduce EIS round trips, or <tt>null</tt> if
caching is disabled.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#getCacheManager()"><B>getCacheManager()</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Returns the CacheManager to use for acquiring the <A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#getActiveSessionsCache()"><CODE>activeSessionsCache</CODE></A> if
one is not configured.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html#getCacheManagerConfigFile()"><B>getCacheManagerConfigFile()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html" title="class in org.apache.shiro.cache.ehcache">EhCacheManager</A>
<DD>Returns the resource location of the config file used to initialize a new
EhCache CacheManager instance.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html#getCacheManagerConfigFileInputStream()"><B>getCacheManagerConfigFileInputStream()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html" title="class in org.apache.shiro.cache.ehcache">EhCacheManager</A>
<DD>Acquires the InputStream for the ehcache configuration file using
<A HREF="./org/apache/shiro/io/ResourceUtils.html#getInputStreamForPath(java.lang.String)"><CODE>ResourceUtils.getInputStreamForPath</CODE></A> with the
path returned from <A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html#getCacheManagerConfigFile()"><CODE>getCacheManagerConfigFile()</CODE></A>.
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#getCasServerUrlPrefix()"><B>getCasServerUrlPrefix()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#getCasService()"><B>getCasService()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<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/mgt/AbstractRememberMeManager.html#getCipherKey()"><B>getCipherKey()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Convenience method that returns the cipher key to use for <em>both</em> encryption and decryption.
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getCipherService()"><B>getCipherService()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Returns the <code>CipherService</code> to use for encrypting and decrypting serialized identity data to prevent easy
inspection of Subject identity data.
<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
<A HREF="./org/apache/shiro/util/StringUtils.html#clean(java.lang.String)"><CODE>StringUtils.clean(String)</CODE></A>.
<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 <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> 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/util/ClassUtils.html#getConstructor(java.lang.Class, java.lang.Class...)"><B>getConstructor(Class, Class...)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ClassUtils.html" title="class in org.apache.shiro.util">ClassUtils</A>
<DD>&nbsp;
<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/realm/ldap/JndiLdapRealm.html#getContextFactory()"><B>getContextFactory()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>Returns the LdapContextFactory instance used to acquire connections to the LDAP directory during authentication
attempts and authorization queries.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getContextFactoryClassName()"><B>getContextFactoryClassName()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Sets the name of the ContextFactory class to use.
<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/authc/AuthenticationInfo.html#getCredentials()"><B>getCredentials()</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc">AuthenticationInfo</A>
<DD>Returns the credentials associated with the corresponding Subject.
<DT><A HREF="./org/apache/shiro/authc/AuthenticationToken.html#getCredentials()"><B>getCredentials()</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AuthenticationToken.html" title="interface in org.apache.shiro.authc">AuthenticationToken</A>
<DD>Returns the credentials submitted by the user during the authentication process that verifies
the submitted <A HREF="./org/apache/shiro/authc/AuthenticationToken.html#getPrincipal()"><CODE>account identity</CODE></A>.
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#getCredentials(org.apache.shiro.authc.AuthenticationInfo)"><B>getCredentials(AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>Returns a <A HREF="./org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash"><CODE>Hash</CODE></A> instance representing the already-hashed AuthenticationInfo credentials stored in the system.
<DT><A HREF="./org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html#getCredentials(org.apache.shiro.authc.AuthenticationToken)"><B>getCredentials(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">SimpleCredentialsMatcher</A>
<DD>Returns the <code>token</code>'s credentials.
<DT><A HREF="./org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html#getCredentials(org.apache.shiro.authc.AuthenticationInfo)"><B>getCredentials(AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">SimpleCredentialsMatcher</A>
<DD>Returns the <code>account</code>'s credentials.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#getCredentials()"><B>getCredentials()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Simply returns <code>this.authcInfo.getCredentials</code>.
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#getCredentials()"><B>getCredentials()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#getCredentials()"><B>getCredentials()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Returns the <A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#getPassword()"><CODE>password</CODE></A> char array.
<DT><A HREF="./org/apache/shiro/cas/CasToken.html#getCredentials()"><B>getCredentials()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasToken.html" title="class in org.apache.shiro.cas">CasToken</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#getCredentialsMatcher()"><B>getCredentialsMatcher()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Returns the <code>CredentialsMatcher</code> used during an authentication attempt to verify submitted
credentials with those stored in the system.
<DT><A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html#getCredentialsSalt()"><B>getCredentialsSalt()</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc">SaltedAuthenticationInfo</A>
<DD>Returns the salt used to salt the account's credentials or <code>null</code> if no salt was used.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#getCredentialsSalt()"><B>getCredentialsSalt()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Returns the salt used to hash this Account's credentials (eg for password hashing), or <code>null</code> if no salt
was used or credentials were not hashed at all.
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#getCredentialsSalt()"><B>getCredentialsSalt()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Returns the salt used to hash the credentials, or <code>null</code> if no salt was used or credentials were not
hashed at all.
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getDecryptionCipherKey()"><B>getDecryptionCipherKey()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Returns the decryption cipher key to use for decryption operations.
<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/crypto/SecureRandomNumberGenerator.html#getDefaultNextBytesSize()"><B>getDefaultNextBytesSize()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</A>
<DD>Returns the size of the generated byte array for calls to <A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html#nextBytes()"><CODE>nextBytes()</CODE></A>.
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#getDefaultPermissions()"><B>getDefaultPermissions()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#getDefaultRoles()"><B>getDefaultRoles()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#getDefaultSecureRandom()"><B>getDefaultSecureRandom()</B></A> -
Static method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</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/crypto/hash/AbstractHash.html#getDigest(java.lang.String)"><B>getDigest(String)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Returns the JDK MessageDigest instance to use for executing the hash.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#getDigest(java.lang.String)"><B>getDigest(String)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Returns the JDK MessageDigest instance to use for executing the hash.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCache.html#getDiskStoreSize()"><B>getDiskStoreSize()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache">EhCache</A>
<DD>Returns the size (in bytes) that this EhCache's disk store is consuming or <code>-1</code> if
that number is unknown or cannot be calculated.
<DT><A HREF="./org/apache/shiro/authz/permission/DomainPermission.html#getDomain(java.lang.Class)"><B>getDomain(Class&lt;? extends DomainPermission&gt;)</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission">DomainPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/DomainPermission.html#getDomain()"><B>getDomain()</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission">DomainPermission</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/mgt/AbstractRememberMeManager.html#getEncryptionCipherKey()"><B>getEncryptionCipherKey()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Returns the cipher key to use for encryption operations.
<DT><A HREF="./org/apache/shiro/jndi/JndiTemplate.html#getEnvironment()"><B>getEnvironment()</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiTemplate.html" title="class in org.apache.shiro.jndi">JndiTemplate</A>
<DD>Return the environment for the JNDI InitialContext, or <code>null</code> if none should be used.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getEnvironment()"><B>getEnvironment()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Returns the base JNDI environment template to use when acquiring an LDAP connection (an <A HREF="http://java.sun.com/javase/6/docs/api/javax/naming/ldap/LdapContext.html?is-external=true" title="class or interface in javax.naming.ldap"><CODE>LdapContext</CODE></A>).
<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/spring/web/ShiroFilterFactoryBean.html#getFilterChainDefinitionMap()"><B>getFilterChainDefinitionMap()</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Returns the chainName-to-chainDefinition map of chain definitions to use for creating filter chains intercepted
by the Shiro Filter.
<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/spring/web/ShiroFilterFactoryBean.html#getFilters()"><B>getFilters()</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Returns the filterName-to-Filter map of filters available for reference when defining filter chain definitions.
<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/crypto/hash/format/DefaultHashFormatFactory.html#getFormatClassNames()"><B>getFormatClassNames()</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</A>
<DD>Returns a <code>hashFormatAlias</code>-to-<code>fullyQualifiedHashFormatClassNameImplementation</code> map.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html#getGlobalSessionTimeout()"><B>getGlobalSessionTimeout()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractSessionManager</A>
<DD>Returns the system-wide default time in milliseconds that any session may remain idle before expiring.
<DT><A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html#getHandler()"><B>getHandler()</B></A> -
Method in class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html" title="class in org.apache.shiro.aop">AnnotationMethodInterceptor</A>
<DD>Returns the <code>AnnotationHandler</code> used to perform authorization behavior based on
an annotation discovered at runtime.
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#getHashAlgorithmName()"><B>getHashAlgorithmName()</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>Returns the <code>Hash</code> <A HREF="./org/apache/shiro/crypto/hash/Hash.html#getAlgorithmName()"><CODE>algorithmName</CODE></A> to use
when performing hashes for credentials matching.
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#getHashAlgorithmName()"><B>getHashAlgorithmName()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#getHashFormat()"><B>getHashFormat()</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getHashFormatClass(java.lang.String)"><B>getHashFormatClass(String)</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</A>
<DD>Heuristically determine the fully qualified HashFormat implementation class name based on the specified
token.
<DT><A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getHashFormatClass(java.lang.String, java.lang.String)"><B>getHashFormatClass(String, String)</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</A>
<DD>Heuristically determine the fully qualified <code>HashFormat</code> implementation class name in the specified
package based on the provided token.
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#getHashFormatFactory()"><B>getHashFormatFactory()</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#getHashIterations()"><B>getHashIterations()</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>Returns the number of times a submitted <code>AuthenticationToken</code>'s credentials will be hashed before
comparing to the credentials stored in the system.
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#getHashIterations()"><B>getHashIterations()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#getHashService()"><B>getHashService()</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/HostAuthenticationToken.html#getHost()"><B>getHost()</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/HostAuthenticationToken.html" title="interface in org.apache.shiro.authc">HostAuthenticationToken</A>
<DD>Returns the host name of the client from where the
authentication attempt originates or if the Shiro environment cannot or
chooses not to resolve the hostname to improve performance, this method
returns the String representation of the client's IP address.
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#getHost()"><B>getHost()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Returns the host name or IP string from where the authentication attempt occurs.
<DT><A HREF="./org/apache/shiro/authz/HostUnauthorizedException.html#getHost()"><B>getHost()</B></A> -
Method in exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/HostUnauthorizedException.html" title="class in org.apache.shiro.authz">HostUnauthorizedException</A>
<DD>Returns the host associated with this exception.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#getHost(org.apache.shiro.session.mgt.SessionKey)"><B>getHost(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html#getHost()"><B>getHost()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html" title="class in org.apache.shiro.session.mgt">DefaultSessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#getHost()"><B>getHost()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#getHost(org.apache.shiro.session.mgt.SessionKey)"><B>getHost(SessionKey)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Returns the host name or IP string of the host where the session was started, if known.
<DT><A HREF="./org/apache/shiro/session/mgt/SessionContext.html#getHost()"><B>getHost()</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</A>
<DD>Returns the originating host name or IP address (as a String) from where the <code>Subject</code> is initiating the
<code>Session</code>.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#getHost()"><B>getHost()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#getHost()"><B>getHost()</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Immediately delegates to the underlying proxied session.
<DT><A HREF="./org/apache/shiro/session/Session.html#getHost()"><B>getHost()</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session">Session</A>
<DD>Returns the host name or IP string of the host that originated this session, or <code>null</code>
if the host is unknown.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#getHost()"><B>getHost()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Returns the host name or IP that should reflect the constructed <code>Subject</code>'s originating location.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#getHost()"><B>getHost()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#getHost()"><B>getHost()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>Returns the host name or IP associated with the client who created/is interacting with this Subject.
<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/config/ReflectionBuilder.html#getId(java.lang.String)"><B>getId(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/format/ModularCryptFormat.html#getId()"><B>getId()</B></A> -
Method in interface org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/ModularCryptFormat.html" title="interface in org.apache.shiro.crypto.hash.format">ModularCryptFormat</A>
<DD>Returns the Modular Crypt Format identifier that indicates how the formatted String should be parsed.
<DT><A HREF="./org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html#getId()"><B>getId()</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format">Shiro1CryptFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#getId()"><B>getId()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#getId()"><B>getId()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#getId()"><B>getId()</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Immediately delegates to the underlying proxied session.
<DT><A HREF="./org/apache/shiro/session/Session.html#getId()"><B>getId()</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session">Session</A>
<DD>Returns the unique identifier assigned by the system upon session creation.
<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/mgt/AbstractRememberMeManager.html#getIdentityToRemember(org.apache.shiro.subject.Subject, org.apache.shiro.authc.AuthenticationInfo)"><B>getIdentityToRemember(Subject, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Returns <code>info</code>.<A HREF="./org/apache/shiro/authc/AuthenticationInfo.html#getPrincipals()"><CODE>getPrincipals()</CODE></A> and
ignores the <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> argument.
<DT><A HREF="./org/apache/shiro/config/IniFactorySupport.html#getIni()"><B>getIni()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniFactorySupport.html" title="class in org.apache.shiro.config">IniFactorySupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/IniRealm.html#getIni()"><B>getIni()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/IniRealm.html" title="class in org.apache.shiro.realm.text">IniRealm</A>
<DD>Returns the Ini instance used to configure this realm.
<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/crypto/JcaCipherService.html#getInitializationVectorSize()"><B>getInitializationVectorSize()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>Returns the algorithm-specific size in bits of generated initialization vectors.
<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/io/ResourceUtils.html#getInputStreamForPath(java.lang.String)"><B>getInputStreamForPath(String)</B></A> -
Static method in class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/ResourceUtils.html" title="class in org.apache.shiro.io">ResourceUtils</A>
<DD>Returns the InputStream for the resource represented by the specified path, supporting scheme
prefixes that direct how to acquire the input stream
(<A HREF="./org/apache/shiro/io/ResourceUtils.html#CLASSPATH_PREFIX"><CODE>CLASSPATH_PREFIX</CODE></A>,
<A HREF="./org/apache/shiro/io/ResourceUtils.html#URL_PREFIX"><CODE>URL_PREFIX</CODE></A>, or <A HREF="./org/apache/shiro/io/ResourceUtils.html#FILE_PREFIX"><CODE>FILE_PREFIX</CODE></A>).
<DT><A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getInstance(java.lang.String)"><B>getInstance(String)</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/format/HashFormatFactory.html#getInstance(java.lang.String)"><B>getInstance(String)</B></A> -
Method in interface org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/HashFormatFactory.html" title="interface in org.apache.shiro.crypto.hash.format">HashFormatFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/jndi/JndiObjectFactory.html#getInstance()"><B>getInstance()</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiObjectFactory.html" title="class in org.apache.shiro.jndi">JndiObjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/AbstractFactory.html#getInstance()"><B>getInstance()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AbstractFactory.html" title="class in org.apache.shiro.util">AbstractFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/Factory.html#getInstance()"><B>getInstance()</B></A> -
Method in interface org.apache.shiro.util.<A HREF="./org/apache/shiro/util/Factory.html" title="interface in org.apache.shiro.util">Factory</A>
<DD>Returns an instance of the required type.
<DT><A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html#getInterval()"><B>getInterval()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt">ExecutorServiceSessionValidationScheduler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#getIterations(org.apache.shiro.crypto.hash.HashRequest)"><B>getIterations(HashRequest)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Hash.html#getIterations()"><B>getIterations()</B></A> -
Method in interface org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash">Hash</A>
<DD>Returns the number of hash iterations used to compute the hash.
<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.html#getIterations()"><B>getIterations()</B></A> -
Method in interface org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash">HashRequest</A>
<DD>Returns the number of requested hash iterations to be performed when computing the final <code>Hash</code> result.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#getIterations()"><B>getIterations()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHashRequest.html#getIterations()"><B>getIterations()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHashRequest.html" title="class in org.apache.shiro.crypto.hash">SimpleHashRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/jndi/JndiLocator.html#getJndiEnvironment()"><B>getJndiEnvironment()</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiLocator.html" title="class in org.apache.shiro.jndi">JndiLocator</A>
<DD>Return the JNDI environment to use for JNDI lookups.
<DT><A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html#getJndiNames()"><B>getJndiNames()</B></A> -
Method in class org.apache.shiro.realm.jndi.<A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html" title="class in org.apache.shiro.realm.jndi">JndiRealmFactory</A>
<DD>Returns the JNDI names that will be used to look up Realm(s) from JNDI.
<DT><A HREF="./org/apache/shiro/jndi/JndiLocator.html#getJndiTemplate()"><B>getJndiTemplate()</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiLocator.html" title="class in org.apache.shiro.jndi">JndiLocator</A>
<DD>Return the JNDI template to use for JNDI lookups.
<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/crypto/JcaCipherService.html#getKeySize()"><B>getKeySize()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>Returns the size in bits (not bytes) of generated cipher keys.
<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/session/mgt/AbstractNativeSessionManager.html#getLastAccessTime(org.apache.shiro.session.mgt.SessionKey)"><B>getLastAccessTime(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#getLastAccessTime()"><B>getLastAccessTime()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#getLastAccessTime(org.apache.shiro.session.mgt.SessionKey)"><B>getLastAccessTime(SessionKey)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Returns the time the associated <code>Session</code> last interacted with the system.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#getLastAccessTime()"><B>getLastAccessTime()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#getLastAccessTime()"><B>getLastAccessTime()</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Immediately delegates to the underlying proxied session.
<DT><A HREF="./org/apache/shiro/session/Session.html#getLastAccessTime()"><B>getLastAccessTime()</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session">Session</A>
<DD>Returns the last time the application received a request or method invocation from the user associated
with this session.
<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/realm/ldap/DefaultLdapContextFactory.html#getLdapContext(java.lang.String, java.lang.String)"><B>getLdapContext(String, String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;<I>the <A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#getLdapContext(java.lang.Object, java.lang.Object)"><CODE>DefaultLdapContextFactory.getLdapContext(Object, Object)</CODE></A> method should be used in all cases to ensure more than
String principals and credentials can be used. Shiro no longer calls this method - it will be
removed before the 2.0 release.</I>
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#getLdapContext(java.lang.Object, java.lang.Object)"><B>getLdapContext(Object, Object)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getLdapContext(java.lang.String, java.lang.String)"><B>getLdapContext(String, String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;<I>the <A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getLdapContext(java.lang.Object, java.lang.Object)"><CODE>JndiLdapContextFactory.getLdapContext(Object, Object)</CODE></A> method should be used in all cases to ensure more than
String principals and credentials can be used. Shiro no longer calls this method - it will be
removed before the 2.0 release.</I>
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getLdapContext(java.lang.Object, java.lang.Object)"><B>getLdapContext(Object, Object)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>This implementation returns an LdapContext based on the configured JNDI/LDAP environment configuration.
<DT><A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html#getLdapContext(java.lang.String, java.lang.String)"><B>getLdapContext(String, String)</B></A> -
Method in interface org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap">LdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;<I>the <A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html#getLdapContext(java.lang.Object, java.lang.Object)"><CODE>LdapContextFactory.getLdapContext(Object, Object)</CODE></A> method should be used in all cases to ensure more than
String principals and credentials can be used.</I>
<DT><A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html#getLdapContext(java.lang.Object, java.lang.Object)"><B>getLdapContext(Object, Object)</B></A> -
Method in interface org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap">LdapContextFactory</A>
<DD>Creates (or retrieves from a pool) an <code>LdapContext</code> connection bound using the specified principal and
credentials.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#getLdapPrincipal(org.apache.shiro.authc.AuthenticationToken)"><B>getLdapPrincipal(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>Returns the principal to use when creating the LDAP connection for an authentication attempt.
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#getLoginUrl()"><B>getLoginUrl()</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Returns the application's login URL to be assigned to all acquired Filters that subclass
<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter"><CODE>AccessControlFilter</CODE></A> or <code>null</code> if no value should be assigned globally.
<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/util/JavaEnvironment.html#getMajorVersion()"><B>getMajorVersion()</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JavaEnvironment.html" title="class in org.apache.shiro.util">JavaEnvironment</A>
<DD>Get the major version code.
<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/cache/ehcache/EhCache.html#getMemoryStoreSize()"><B>getMemoryStoreSize()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache">EhCache</A>
<DD>Returns the size (in bytes) that this EhCache's memory store is using (RAM), or <code>-1</code> if
that number is unknown or cannot be calculated.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCache.html#getMemoryUsage()"><B>getMemoryUsage()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache">EhCache</A>
<DD>Returns the size (in bytes) that this EhCache is using in memory (RAM), or <code>-1</code> if that
number is unknown or cannot be calculated.
<DT><A HREF="./org/apache/shiro/aop/MethodInvocation.html#getMethod()"><B>getMethod()</B></A> -
Method in interface org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/MethodInvocation.html" title="interface in org.apache.shiro.aop">MethodInvocation</A>
<DD>Returns the actual <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Method</CODE></A> to be invoked.
<DT><A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html#getMethod()"><B>getMethod()</B></A> -
Method in class org.apache.shiro.aspectj.<A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html" title="class in org.apache.shiro.aspectj">BeforeAdviceMethodInvocationAdapter</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/authz/aop/AnnotationsAuthorizingMethodInterceptor.html#getMethodInterceptors()"><B>getMethodInterceptors()</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AnnotationsAuthorizingMethodInterceptor</A>
<DD>Returns the method interceptors to execute for the annotated method.
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#getModeName()"><B>getModeName()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Returns the cipher operation mode name (as a String) to be used when constructing
<A HREF="http://java.sun.com/javase/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><CODE>Cipher</CODE></A> transformation string or <code>null</code> if the JCA Provider default mode for
the specified <A HREF="./org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><CODE>algorithm</CODE></A> should be used.
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#getName()"><B>getName()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#getName()"><B>getName()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/CachingRealm.html#getName()"><B>getName()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm">CachingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/Realm.html#getName()"><B>getName()</B></A> -
Method in interface org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm">Realm</A>
<DD>Returns the (application-unique) name assigned to this <code>Realm</code>.
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#getName(java.lang.String, java.lang.String)"><B>getName(String, String)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</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/env/DefaultEnvironment.html#getObject(java.lang.String, java.lang.Class)"><B>getObject(String, Class&lt;T&gt;)</B></A> -
Method in class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/env/NamedObjectEnvironment.html#getObject(java.lang.String, java.lang.Class)"><B>getObject(String, Class&lt;T&gt;)</B></A> -
Method in interface org.apache.shiro.env.<A HREF="./org/apache/shiro/env/NamedObjectEnvironment.html" title="interface in org.apache.shiro.env">NamedObjectEnvironment</A>
<DD>Returns the object in Shiro's environment with the specified name and type or <code>null</code> if
no object with that name was found.
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#getObject()"><B>getObject()</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Lazily creates and returns a <A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet"><CODE>AbstractShiroFilter</CODE></A> concrete instance via the
<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#createInstance()"><CODE>ShiroFilterFactoryBean.createInstance()</CODE></A> method.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#getObjectPermissions()"><B>getObjectPermissions()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Returns all object-based permissions assigned directly to this Account (not any of its realms).
<DT><A HREF="./org/apache/shiro/authz/AuthorizationInfo.html#getObjectPermissions()"><B>getObjectPermissions()</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz">AuthorizationInfo</A>
<DD>Returns all type-safe <A HREF="./org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz"><CODE>Permission</CODE></A>s assigned to the corresponding Subject.
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#getObjectPermissions()"><B>getObjectPermissions()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#getObjects()"><B>getObjects()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/env/DefaultEnvironment.html#getObjects()"><B>getObjects()</B></A> -
Method in class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>Returns the live (modifiable) internal objects collection.
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#getObjectType()"><B>getObjectType()</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Returns <code><A HREF="./org/apache/shiro/web/servlet/AbstractShiroFilter.html" title="class in org.apache.shiro.web.servlet"><CODE>AbstractShiroFilter</CODE></A>.class</code>
<DT><A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html#getOrder()"><B>getOrder()</B></A> -
Method in class org.apache.shiro.spring.<A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html" title="class in org.apache.shiro.spring">LifecycleBeanPostProcessor</A>
<DD>Order value of this BeanPostProcessor.
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#getPaddingSchemeName()"><B>getPaddingSchemeName()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Returns the cipher algorithm padding scheme name (as a String) to be used when constructing
<A HREF="http://java.sun.com/javase/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><CODE>Cipher</CODE></A> transformation string or <code>null</code> if the JCA Provider default mode for
the specified <A HREF="./org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><CODE>algorithm</CODE></A> should be used.
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#getParts()"><B>getParts()</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#getPassword()"><B>getPassword()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Returns the password submitted during an authentication attempt as a character array.
<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/authc/credential/PasswordMatcher.html#getPasswordService()"><B>getPasswordService()</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/PasswordMatcher.html" title="class in org.apache.shiro.authc.credential">PasswordMatcher</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/cas/CasRealm.html#getPermissionAttributeNames()"><B>getPermissionAttributeNames()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#getPermissionResolver()"><B>getPermissionResolver()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Returns the PermissionResolver to be used on <em>all</em> configured realms, or <code>null</code (the default)
if all realm instances will each configure their own permission resolver.
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#getPermissionResolver()"><B>getPermissionResolver()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#getPermissions()"><B>getPermissions()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#getPermissions(org.apache.shiro.authz.AuthorizationInfo)"><B>getPermissions(AuthorizationInfo)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#getPermissions(java.sql.Connection, java.lang.String, java.util.Collection)"><B>getPermissions(Connection, String, Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/InvalidPermissionStringException.html#getPermissionString()"><B>getPermissionString()</B></A> -
Method in exception org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/InvalidPermissionStringException.html" title="class in org.apache.shiro.authz.permission">InvalidPermissionStringException</A>
<DD>Returns the permission string that was invalid and caused this exception to
be thrown.
<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/subject/Subject.html#getPreviousPrincipals()"><B>getPreviousPrincipals()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns the previous 'pre run as' identity of this <code>Subject</code> before assuming the current
<A HREF="./org/apache/shiro/subject/Subject.html#runAs(org.apache.shiro.subject.PrincipalCollection)"><CODE>runAs</CODE></A> identity, or <code>null</code> if this <code>Subject</code> is not operating under an assumed
identity (normal state).
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#getPreviousPrincipals()"><B>getPreviousPrincipals()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/PrincipalCollection.html#getPrimaryPrincipal()"><B>getPrimaryPrincipal()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</A>
<DD>Returns the primary principal used application-wide to uniquely identify the owning account/Subject.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#getPrimaryPrincipal()"><B>getPrimaryPrincipal()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>Returns the first available principal from any of the <code>Realm</code> principals, or <code>null</code> if there are
no principals yet.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#getPrimaryPrincipal()"><B>getPrimaryPrincipal()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/AuthenticationToken.html#getPrincipal()"><B>getPrincipal()</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AuthenticationToken.html" title="interface in org.apache.shiro.authc">AuthenticationToken</A>
<DD>Returns the account identity submitted during the authentication process.
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#getPrincipal()"><B>getPrincipal()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Simply returns <A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#getUsername()"><CODE>getUsername()</CODE></A>.
<DT><A HREF="./org/apache/shiro/cas/CasToken.html#getPrincipal()"><B>getPrincipal()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasToken.html" title="class in org.apache.shiro.cas">CasToken</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#getPrincipal()"><B>getPrincipal()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns this Subject's application-wide uniquely identifying principal, or <code>null</code> if this
Subject is anonymous because it doesn't yet have any associated account data (for example,
if they haven't logged in).
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#getPrincipal()"><B>getPrincipal()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/AuthenticationInfo.html#getPrincipals()"><B>getPrincipals()</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc">AuthenticationInfo</A>
<DD>Returns all principals associated with the corresponding Subject.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><B>getPrincipals()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Returns the principals, aka the identifying attributes (username, user id, first name, last name, etc) of this
Account.
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#getPrincipals()"><B>getPrincipals()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#getPrincipals()"><B>getPrincipals()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns this Subject's principals (identifying attributes) in the form of a <code>PrincipalCollection</code> or
<code>null</code> if this Subject is anonymous because it doesn't yet have any associated account data (for example,
if they haven't logged in).
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#getPrincipals()"><B>getPrincipals()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Returns the principals (aka identity) that the constructed <code>Subject</code> should reflect.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#getPrincipals()"><B>getPrincipals()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#getPrincipals()"><B>getPrincipals()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</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/subject/SimplePrincipalCollection.html#getPrincipalsLazy(java.lang.String)"><B>getPrincipalsLazy(String)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#getPrivateSalt()"><B>getPrivateSalt()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>&nbsp;
<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/crypto/hash/DefaultHashService.html#getPublicSalt(org.apache.shiro.crypto.hash.HashRequest)"><B>getPublicSalt(HashRequest)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>Returns the public salt that should be used to compute a hash based on the specified request or
<code>null</code> if no public salt should be used.
<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/session/mgt/eis/RandomSessionIdGenerator.html#getRandom()"><B>getRandom()</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/RandomSessionIdGenerator.html" title="class in org.apache.shiro.session.mgt.eis">RandomSessionIdGenerator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#getRandomNumberGenerator()"><B>getRandomNumberGenerator()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/PrincipalCollection.html#getRealmNames()"><B>getRealmNames()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</A>
<DD>Returns the realm names that this collection has principals for.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#getRealmNames()"><B>getRealmNames()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#getRealmNames()"><B>getRealmNames()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/PrincipalMap.html#getRealmPrincipal(java.lang.String, java.lang.String)"><B>getRealmPrincipal(String, String)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalMap.html" title="interface in org.apache.shiro.subject">PrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#getRealmPrincipal(java.lang.String, java.lang.String)"><B>getRealmPrincipal(String, String)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/PrincipalMap.html#getRealmPrincipals(java.lang.String)"><B>getRealmPrincipals(String)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalMap.html" title="interface in org.apache.shiro.subject">PrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#getRealmPrincipals(java.lang.String)"><B>getRealmPrincipals(String)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html#getRealms()"><B>getRealms()</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam">ModularRealmAuthenticator</A>
<DD>Returns the realm(s) used by this <code>Authenticator</code> during an authentication attempt.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#getRealms()"><B>getRealms()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Returns the realms wrapped by this <code>Authorizer</code> which are consulted during an authorization check.
<DT><A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#getRealms()"><B>getRealms()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html" title="class in org.apache.shiro.mgt">RealmSecurityManager</A>
<DD>Returns the <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A>s managed by this SecurityManager instance.
<DT><A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html#getRealms()"><B>getRealms()</B></A> -
Method in class org.apache.shiro.realm.jndi.<A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html" title="class in org.apache.shiro.realm.jndi">JndiRealmFactory</A>
<DD>Performs the JNDI lookups for each specified <A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html#getJndiNames()"><CODE>JNDI name</CODE></A> and returns all
discovered Realms in an ordered collection.
<DT><A HREF="./org/apache/shiro/realm/RealmFactory.html#getRealms()"><B>getRealms()</B></A> -
Method in interface org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/RealmFactory.html" title="interface in org.apache.shiro.realm">RealmFactory</A>
<DD>Returns a collection of <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A> instances that will be used to construct
the application's SecurityManager instance.
<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/config/ReflectionBuilder.html#getReferencedObject(java.lang.String)"><B>getReferencedObject(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getReferral()"><B>getReferral()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Returns the LDAP referral behavior when creating a connection.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#getRememberedIdentity(org.apache.shiro.subject.SubjectContext)"><B>getRememberedIdentity(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getRememberedPrincipals(org.apache.shiro.subject.SubjectContext)"><B>getRememberedPrincipals(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Implements the interface method by first <A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getRememberedSerializedIdentity(org.apache.shiro.subject.SubjectContext)"><CODE>acquiring</CODE></A>
the remembered serialized byte array.
<DT><A HREF="./org/apache/shiro/mgt/RememberMeManager.html#getRememberedPrincipals(org.apache.shiro.subject.SubjectContext)"><B>getRememberedPrincipals(SubjectContext)</B></A> -
Method in interface org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RememberMeManager.html" title="interface in org.apache.shiro.mgt">RememberMeManager</A>
<DD>Based on the specified subject context map being used to build a Subject instance, returns any previously
remembered principals for the subject for automatic identity association (aka 'Remember Me').
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getRememberedSerializedIdentity(org.apache.shiro.subject.SubjectContext)"><B>getRememberedSerializedIdentity(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Based on the given subject context data, retrieves the previously persisted serialized identity, or
<code>null</code> if there is no available data.
<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/cas/CasRealm.html#getRememberMeAttributeName()"><B>getRememberMeAttributeName()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#getRememberMeManager()"><B>getRememberMeManager()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<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/jndi/JndiObjectFactory.html#getRequiredType()"><B>getRequiredType()</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiObjectFactory.html" title="class in org.apache.shiro.jndi">JndiObjectFactory</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/aop/AnnotationMethodInterceptor.html#getResolver()"><B>getResolver()</B></A> -
Method in class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html" title="class in org.apache.shiro.aop">AnnotationMethodInterceptor</A>
<DD>Returns the <code>AnnotationResolver</code> to use to acquire annotations from intercepted
methods at runtime.
<DT><A HREF="./org/apache/shiro/util/ClassUtils.html#getResourceAsStream(java.lang.String)"><B>getResourceAsStream(String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ClassUtils.html" title="class in org.apache.shiro.util">ClassUtils</A>
<DD>Returns the specified resource by checking the current thread's
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Thread.html?is-external=true#getContextClassLoader()" title="class or interface in java.lang"><CODE>context class loader</CODE></A>, then the
current ClassLoader (<code>ClassUtils.class.getClassLoader()</code>), then the system/application
ClassLoader (<code>ClassLoader.getSystemClassLoader()</code>, in that order, using
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true#getResourceAsStream(java.lang.String)" title="class or interface in java.lang"><CODE>getResourceAsStream(name)</CODE></A>.
<DT><A HREF="./org/apache/shiro/jndi/JndiObjectFactory.html#getResourceName()"><B>getResourceName()</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiObjectFactory.html" title="class in org.apache.shiro.jndi">JndiObjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/IniRealm.html#getResourcePath()"><B>getResourcePath()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/IniRealm.html" title="class in org.apache.shiro.realm.text">IniRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#getResources()"><B>getResources()</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>Returns the ThreadLocal Map.
<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/realm/SimpleAccountRealm.html#getRole(java.lang.String)"><B>getRole(String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#getRoleAttributeNames()"><B>getRoleAttributeNames()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html#getRoleDefinitions()"><B>getRoleDefinitions()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#getRolename(java.lang.String)"><B>getRolename(String)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html#getRoleNamesForGroups(java.util.Collection)"><B>getRoleNamesForGroups(Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.realm.activedirectory.<A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html" title="class in org.apache.shiro.realm.activedirectory">ActiveDirectoryRealm</A>
<DD>This method is called by the default implementation to translate Active Directory group names
to role names.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#getRoleNamesForUser(java.sql.Connection, java.lang.String)"><B>getRoleNamesForUser(Connection, String)</B></A> -
Method in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#getRolePermissionResolver()"><B>getRolePermissionResolver()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Returns the RolePermissionResolver to be used on <em>all</em> configured realms, or <code>null</code (the default)
if all realm instances will each configure their own permission resolver.
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#getRolePermissionResolver()"><B>getRolePermissionResolver()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#getRoles()"><B>getRoles()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Returns <code>this.authzInfo.getRoles();</code>
<DT><A HREF="./org/apache/shiro/authz/AuthorizationInfo.html#getRoles()"><B>getRoles()</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz">AuthorizationInfo</A>
<DD>Returns the names of all roles assigned to a corresponding Subject.
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#getRoles()"><B>getRoles()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#getSalt(org.apache.shiro.authc.AuthenticationToken)"><B>getSalt(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD><B>Deprecated.</B>&nbsp;<I>since Shiro 1.1. Hash salting is now expected to be based on if the <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A>
returned from the <code>Realm</code> is a <A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>SaltedAuthenticationInfo</CODE></A> instance and its
<A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html#getCredentialsSalt()"><CODE>getCredentialsSalt()</CODE></A> method returns a non-null value.
This method and the 1.0 behavior still exists for backwards compatibility if the <code>Realm</code> does not return
<code>SaltedAuthenticationInfo</code> instances, but <b>it is highly recommended that <code>Realm</code> implementations
that support hashed credentials start returning <A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>SaltedAuthenticationInfo</CODE></A>
instances as soon as possible</b>.<p/>
This is because salts should always be obtained from the stored account information and
never be interpreted based on user/Subject-entered data. User-entered data is easier to compromise for
attackers, whereas account-unique (and secure randomly-generated) salts never disseminated to the end-user
are almost impossible to break. This method will be removed in Shiro 2.0.</I>
<DT><A HREF="./org/apache/shiro/crypto/hash/Hash.html#getSalt()"><B>getSalt()</B></A> -
Method in interface org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash">Hash</A>
<DD>Returns a salt used to compute the hash or <code>null</code> if no salt was used.
<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.html#getSalt()"><B>getSalt()</B></A> -
Method in interface org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash">HashRequest</A>
<DD>Returns a salt to be used by the <A HREF="./org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashService</CODE></A> during hash computation, or <code>null</code> if no salt is
provided as part of the request.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#getSalt()"><B>getSalt()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHashRequest.html#getSalt()"><B>getSalt()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHashRequest.html" title="class in org.apache.shiro.crypto.hash">SimpleHashRequest</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#getSaltForUser(java.lang.String)"><B>getSaltForUser(String)</B></A> -
Method in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</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/session/mgt/quartz/QuartzSessionValidationScheduler.html#getScheduler()"><B>getScheduler()</B></A> -
Method in class org.apache.shiro.session.mgt.quartz.<A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt.quartz">QuartzSessionValidationScheduler</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/crypto/hash/format/DefaultHashFormatFactory.html#getSearchPackages()"><B>getSearchPackages()</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</A>
<DD>Returns a set of package names that can be searched for <A HREF="./org/apache/shiro/crypto/hash/format/HashFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><CODE>HashFormat</CODE></A> implementations according to
heuristics defined in the <A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getHashFormatClass(java.lang.String, java.lang.String)"><CODE>getHashFormat(packageName, token)</CODE></A> JavaDoc.
<DT><A HREF="./org/apache/shiro/config/Ini.html#getSection(java.lang.String)"><B>getSection(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Returns the <A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config"><CODE>Ini.Section</CODE></A> with the given name or <code>null</code> if no section with that name exists.
<DT><A HREF="./org/apache/shiro/config/Ini.html#getSectionName(java.lang.String)"><B>getSectionName(String)</B></A> -
Static method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#getSectionNames()"><B>getSectionNames()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Returns the names of all sections managed by this <code>Ini</code> instance or an empty collection if there are
no sections.
<DT><A HREF="./org/apache/shiro/config/Ini.html#getSectionProperty(java.lang.String, java.lang.String)"><B>getSectionProperty(String, String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Returns the value of the specified section property, or <code>null</code> if the section or property do not exist.
<DT><A HREF="./org/apache/shiro/config/Ini.html#getSectionProperty(java.lang.String, java.lang.String, java.lang.String)"><B>getSectionProperty(String, String, String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Returns the value of the specified section property, or the <code>defaultValue</code> if the section or
property do not exist.
<DT><A HREF="./org/apache/shiro/config/Ini.html#getSections()"><B>getSections()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Returns the sections managed by this <code>Ini</code> instance or an empty collection if there are
no sections.
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#getSecureRandom()"><B>getSecureRandom()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>Returns a source of randomness for encryption operations.
<DT><A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html#getSecureRandom()"><B>getSecureRandom()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</A>
<DD>Returns the <A HREF="http://java.sun.com/javase/6/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security"><CODE>SecureRandom</CODE></A> backing this instance.
<DT><A HREF="./org/apache/shiro/env/DefaultEnvironment.html#getSecurityManager()"><B>getSecurityManager()</B></A> -
Method in class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>Returns the application's <code>SecurityManager</code> instance accessible in the backing map using the
<A HREF="./org/apache/shiro/env/DefaultEnvironment.html#getSecurityManagerName()"><CODE>securityManagerName</CODE></A> property as the lookup key.
<DT><A HREF="./org/apache/shiro/env/Environment.html#getSecurityManager()"><B>getSecurityManager()</B></A> -
Method in interface org.apache.shiro.env.<A HREF="./org/apache/shiro/env/Environment.html" title="interface in org.apache.shiro.env">Environment</A>
<DD>Returns the application's <code>SecurityManager</code> instance.
<DT><A HREF="./org/apache/shiro/SecurityUtils.html#getSecurityManager()"><B>getSecurityManager()</B></A> -
Static method in class org.apache.shiro.<A HREF="./org/apache/shiro/SecurityUtils.html" title="class in org.apache.shiro">SecurityUtils</A>
<DD>Returns the SecurityManager accessible to the calling code.
<DT><A HREF="./org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.html#getSecurityManager()"><B>getSecurityManager()</B></A> -
Method in class org.apache.shiro.spring.security.interceptor.<A HREF="./org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.html" title="class in org.apache.shiro.spring.security.interceptor">AuthorizationAttributeSourceAdvisor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#getSecurityManager()"><B>getSecurityManager()</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Sets the application <code>SecurityManager</code> instance to be used by the constructed Shiro Filter.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#getSecurityManager()"><B>getSecurityManager()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Returns the SecurityManager instance that should be used to back the constructed <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> instance or
<code>null</code> if one has not yet been provided to this context.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#getSecurityManager()"><B>getSecurityManager()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#getSecurityManager()"><B>getSecurityManager()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#getSecurityManager()"><B>getSecurityManager()</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>Convenience method that simplifies retrieval of the application's SecurityManager instance from the current
thread.
<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/env/DefaultEnvironment.html#getSecurityManagerName()"><B>getSecurityManagerName()</B></A> -
Method in class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>Returns the name of the <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> instance in the backing map.
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getSerializer()"><B>getSerializer()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Returns the <code>Serializer</code> used to serialize and deserialize <A HREF="./org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject"><CODE>PrincipalCollection</CODE></A> instances for
persistent remember me storage.
<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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletRequest.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletRequest</CODE></A> 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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletResponse.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletResponse</CODE></A> paired with the incoming
<A HREF="./org/apache/shiro/web/util/RequestPairSource.html#getServletRequest()"><CODE>servletRequest</CODE></A>.
<DT><A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html#getSession(org.apache.shiro.session.mgt.SessionKey)"><B>getSession(SessionKey)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html" title="class in org.apache.shiro.mgt">SessionsSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#getSession(org.apache.shiro.session.mgt.SessionKey)"><B>getSession(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SessionManager.html#getSession(org.apache.shiro.session.mgt.SessionKey)"><B>getSession(SessionKey)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt">SessionManager</A>
<DD>Retrieves the session corresponding to the specified contextual data (such as a session ID if applicable), or
<code>null</code> if no Session could be found.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#getSession()"><B>getSession()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns the application <code>Session</code> associated with this Subject.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#getSession(boolean)"><B>getSession(boolean)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns the application <code>Session</code> associated with this Subject.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#getSession()"><B>getSession()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Returns the <code>Session</code> to use when building the <code>Subject</code> instance.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#getSession()"><B>getSession()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#getSession()"><B>getSession()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#getSession(boolean)"><B>getSession(boolean)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<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/session/mgt/DefaultSessionManager.html#getSessionDAO()"><B>getSessionDAO()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#getSessionFactory()"><B>getSessionFactory()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>Returns the <code>SessionFactory</code> used to generate new <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> instances.
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html#getSessionId()"><B>getSessionId()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html" title="class in org.apache.shiro.session.mgt">DefaultSessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionKey.html#getSessionId()"><B>getSessionId()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionKey.html" title="class in org.apache.shiro.session.mgt">DefaultSessionKey</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#getSessionId(org.apache.shiro.session.mgt.SessionKey)"><B>getSessionId(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SessionContext.html#getSessionId()"><B>getSessionId()</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SessionKey.html#getSessionId()"><B>getSessionId()</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt">SessionKey</A>
<DD>Returns the id of the session to acquire.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#getSessionId()"><B>getSessionId()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Returns the session id of the session that should be associated with the constructed <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> instance.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#getSessionId()"><B>getSessionId()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</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/session/mgt/eis/AbstractSessionDAO.html#getSessionIdGenerator()"><B>getSessionIdGenerator()</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">AbstractSessionDAO</A>
<DD>Returns the <code>SessionIdGenerator</code> used by the <A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html#generateSessionId(org.apache.shiro.session.Session)"><CODE>AbstractSessionDAO.generateSessionId(org.apache.shiro.session.Session)</CODE></A>
method.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#getSessionKey(org.apache.shiro.subject.SubjectContext)"><B>getSessionKey(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</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/session/mgt/AbstractNativeSessionManager.html#getSessionListeners()"><B>getSessionListeners()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html#getSessionManager()"><B>getSessionManager()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html" title="class in org.apache.shiro.mgt">SessionsSecurityManager</A>
<DD>Returns this security manager's internal delegate <A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionManager</CODE></A>.
<DT><A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html#getSessionManager()"><B>getSessionManager()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt">ExecutorServiceSessionValidationScheduler</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/mgt/DefaultSubjectDAO.html#getSessionStorageEvaluator()"><B>getSessionStorageEvaluator()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html" title="class in org.apache.shiro.mgt">DefaultSubjectDAO</A>
<DD>Returns the <code>SessionStorageEvaluator</code> that will determine if a <code>Subject</code>'s state may be persisted in
the Subject's session.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#getSessionValidationInterval()"><B>getSessionValidationInterval()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#getSessionValidationScheduler()"><B>getSessionValidationScheduler()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.html#getSource()"><B>getSource()</B></A> -
Method in interface org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash">HashRequest</A>
<DD>Returns the source data that will be hashed by a <A HREF="./org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashService</CODE></A>.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHashRequest.html#getSource()"><B>getSource()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHashRequest.html" title="class in org.apache.shiro.crypto.hash">SimpleHashRequest</A>
<DD>&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/session/mgt/AbstractNativeSessionManager.html#getStartTimestamp(org.apache.shiro.session.mgt.SessionKey)"><B>getStartTimestamp(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#getStartTimestamp()"><B>getStartTimestamp()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#getStartTimestamp(org.apache.shiro.session.mgt.SessionKey)"><B>getStartTimestamp(SessionKey)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Returns the time the associated <code>Session</code> started (was created).
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#getStartTimestamp()"><B>getStartTimestamp()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#getStartTimestamp()"><B>getStartTimestamp()</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Immediately delegates to the underlying proxied session.
<DT><A HREF="./org/apache/shiro/session/Session.html#getStartTimestamp()"><B>getStartTimestamp()</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session">Session</A>
<DD>Returns the time the session was started; that is, the time the system created the instance.
<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/session/mgt/SimpleSession.html#getStopTimestamp()"><B>getStopTimestamp()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>Returns the time the session was stopped, or <tt>null</tt> if the session is still active.
<DT><A HREF="./org/apache/shiro/authc/credential/PasswordMatcher.html#getStoredPassword(org.apache.shiro.authc.AuthenticationInfo)"><B>getStoredPassword(AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/PasswordMatcher.html" title="class in org.apache.shiro.authc.credential">PasswordMatcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#getStreamingBlockSize()"><B>getStreamingBlockSize()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#getStreamingBufferSize()"><B>getStreamingBufferSize()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>Returns the size in bytes of the internal buffer used to transfer data from one stream to another during stream
operations (<A HREF="./org/apache/shiro/crypto/JcaCipherService.html#encrypt(java.io.InputStream, java.io.OutputStream, byte[])"><CODE>JcaCipherService.encrypt(java.io.InputStream, java.io.OutputStream, byte[])</CODE></A> and
<A HREF="./org/apache/shiro/crypto/JcaCipherService.html#decrypt(java.io.InputStream, java.io.OutputStream, byte[])"><CODE>JcaCipherService.decrypt(java.io.InputStream, java.io.OutputStream, byte[])</CODE></A>).
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#getStreamingModeName()"><B>getStreamingModeName()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Same purpose as the <A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#getModeName()"><CODE>modeName</CODE></A> attribute, but is used instead only for for streaming
operations (<A HREF="./org/apache/shiro/crypto/JcaCipherService.html#encrypt(java.io.InputStream, java.io.OutputStream, byte[])"><CODE>JcaCipherService.encrypt(java.io.InputStream, java.io.OutputStream, byte[])</CODE></A> and
<A HREF="./org/apache/shiro/crypto/JcaCipherService.html#decrypt(java.io.InputStream, java.io.OutputStream, byte[])"><CODE>JcaCipherService.decrypt(java.io.InputStream, java.io.OutputStream, byte[])</CODE></A>).
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#getStreamingPaddingSchemeName()"><B>getStreamingPaddingSchemeName()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#getStringPermissions()"><B>getStringPermissions()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Returns all String-based permissions assigned to this Account.
<DT><A HREF="./org/apache/shiro/authz/AuthorizationInfo.html#getStringPermissions()"><B>getStringPermissions()</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz">AuthorizationInfo</A>
<DD>Returns all string-based permissions assigned to the corresponding Subject.
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#getStringPermissions()"><B>getStringPermissions()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/aop/AnnotationHandler.html#getSubject()"><B>getSubject()</B></A> -
Method in class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationHandler.html" title="class in org.apache.shiro.aop">AnnotationHandler</A>
<DD>Returns the <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> associated with the currently-executing code.
<DT><A HREF="./org/apache/shiro/aop/MethodInterceptorSupport.html#getSubject()"><B>getSubject()</B></A> -
Method in class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/MethodInterceptorSupport.html" title="class in org.apache.shiro.aop">MethodInterceptorSupport</A>
<DD>Returns the <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> associated with the currently-executing code.
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html#getSubject()"><B>getSubject()</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutor</A>
<DD>Returns the currently Subject instance that should be associated with Runnable or Callable instances before
being dispatched to the target <code>Executor</code> instance.
<DT><A HREF="./org/apache/shiro/SecurityUtils.html#getSubject()"><B>getSubject()</B></A> -
Static method in class org.apache.shiro.<A HREF="./org/apache/shiro/SecurityUtils.html" title="class in org.apache.shiro">SecurityUtils</A>
<DD>Returns the currently accessible <code>Subject</code> available to the calling code depending on
runtime environment.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#getSubject()"><B>getSubject()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Returns any existing <code>Subject</code> that may be in use at the time the new <code>Subject</code> instance is
being created.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#getSubject()"><B>getSubject()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/SubjectThreadState.html#getSubject()"><B>getSubject()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectThreadState.html" title="class in org.apache.shiro.subject.support">SubjectThreadState</A>
<DD>Returns the <code>Subject</code> instance managed by this <code>ThreadState</code> implementation.
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#getSubject()"><B>getSubject()</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>Convenience method that simplifies retrieval of a thread-bound Subject.
<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 <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A>.
<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/subject/Subject.Builder.html#getSubjectContext()"><B>getSubjectContext()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</A>
<DD>Returns the backing context used to build the <code>Subject</code> instance, available to subclasses
since the <code>context</code> class attribute is marked as <code>private</code>.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#getSubjectDAO()"><B>getSubjectDAO()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Returns the <code>SubjectDAO</code> responsible for persisting Subject state, typically used after login or when an
Subject identity is discovered (eg after RememberMe services).
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#getSubjectFactory()"><B>getSubjectFactory()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Returns the <code>SubjectFactory</code> responsible for creating <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> instances exposed to the application.
<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/authc/credential/PasswordMatcher.html#getSubmittedPassword(org.apache.shiro.authc.AuthenticationToken)"><B>getSubmittedPassword(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/PasswordMatcher.html" title="class in org.apache.shiro.authc.credential">PasswordMatcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#getSuccessUrl()"><B>getSuccessUrl()</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Returns the application's after-login success URL to be assigned to all acquired Filters that subclass
<A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc"><CODE>AuthenticationFilter</CODE></A> or <code>null</code> if no value should be assigned globally.
<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/realm/ldap/DefaultLdapContextFactory.html#getSystemLdapContext()"><B>getSystemLdapContext()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getSystemLdapContext()"><B>getSystemLdapContext()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>This implementation delegates to <A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getLdapContext(java.lang.Object, java.lang.Object)"><CODE>JndiLdapContextFactory.getLdapContext(Object, Object)</CODE></A> using the
<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getSystemUsername()"><CODE>systemUsername</CODE></A> and <A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getSystemPassword()"><CODE>systemPassword</CODE></A> properties as
arguments.
<DT><A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html#getSystemLdapContext()"><B>getSystemLdapContext()</B></A> -
Method in interface org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap">LdapContextFactory</A>
<DD>Creates (or retrieves from a pool) a <code>LdapContext</code> connection bound using the system account, or
anonymously if no system account is configured.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getSystemPassword()"><B>getSystemPassword()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Returns the password of the <A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#setSystemUsername(java.lang.String)"><CODE>systemUsername</CODE></A> that will be used when creating an
LDAP connection used for authorization queries.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getSystemUsername()"><B>getSystemUsername()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Returns the system username that will be used when creating an LDAP connection used for authorization queries.
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html#getTargetExecutor()"><B>getTargetExecutor()</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutor</A>
<DD>Returns the target Executor instance that will actually execute the subject-associated Runnable instances.
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#getTargetExecutorService()"><B>getTargetExecutorService()</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/DomainPermission.html#getTargets()"><B>getTargets()</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission">DomainPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html#getTargetScheduledExecutorService()"><B>getTargetScheduledExecutorService()</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareScheduledExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/aop/MethodInvocation.html#getThis()"><B>getThis()</B></A> -
Method in interface org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/MethodInvocation.html" title="interface in org.apache.shiro.aop">MethodInvocation</A>
<DD>Returns the object that holds the current joinpoint's static part.
<DT><A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html#getThis()"><B>getThis()</B></A> -
Method in class org.apache.shiro.aspectj.<A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html" title="class in org.apache.shiro.aspectj">BeforeAdviceMethodInvocationAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#getTimeout(org.apache.shiro.session.mgt.SessionKey)"><B>getTimeout(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#getTimeout(org.apache.shiro.session.Session)"><B>getTimeout(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>Subclass template hook in case per-session timeout is not based on
<A HREF="./org/apache/shiro/session/Session.html#getTimeout()"><CODE>Session.getTimeout()</CODE></A>.
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#getTimeout()"><B>getTimeout()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#getTimeout(org.apache.shiro.session.mgt.SessionKey)"><B>getTimeout(SessionKey)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Returns the time in milliseconds that the associated session may remain idle before expiring.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#getTimeout()"><B>getTimeout()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#getTimeout()"><B>getTimeout()</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Immediately delegates to the underlying proxied session.
<DT><A HREF="./org/apache/shiro/session/Session.html#getTimeout()"><B>getTimeout()</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session">Session</A>
<DD>Returns the time in milliseconds that the session session may remain idle before expiring.
<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/crypto/PaddingScheme.html#getTransformationName()"><B>getTransformationName()</B></A> -
Method in enum org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</A>
<DD>Returns the actual string name to use when building the <A HREF="http://java.sun.com/javase/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><CODE>Cipher</CODE></A>
<code>transformation string</code>.
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#getTransformationString(boolean)"><B>getTransformationString(boolean)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Returns the transformation string to use with the <A HREF="http://java.sun.com/javase/6/docs/api/javax/crypto/Cipher.html?is-external=true#getInstance(java.lang.String)" title="class or interface in javax.crypto"><CODE>Cipher.getInstance(java.lang.String)</CODE></A> call.
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#getTransformationString(boolean)"><B>getTransformationString(boolean)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>Returns the transformation string to use with the <A HREF="http://java.sun.com/javase/6/docs/api/javax/crypto/Cipher.html?is-external=true#getInstance(java.lang.String)" title="class or interface in javax.crypto"><CODE>Cipher.getInstance(java.lang.String)</CODE></A> invocation when
creating a new <code>Cipher</code> instance.
<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/util/MapContext.html#getTypedValue(java.lang.String, java.lang.Class)"><B>getTypedValue(String, Class&lt;E&gt;)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>Performs a <A HREF="./org/apache/shiro/util/MapContext.html#get(java.lang.Object)"><CODE>get</CODE></A> operation but additionally ensures that the value returned is of the specified
<code>type</code>.
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#getUnauthorizedUrl()"><B>getUnauthorizedUrl()</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Returns the application's after-login success URL to be assigned to all acquired Filters that subclass
<A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc"><CODE>AuthenticationFilter</CODE></A> or <code>null</code> if no value should be assigned globally.
<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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/http/HttpServletResponse.html?is-external=true#SC_UNAUTHORIZED" title="class or interface in javax.servlet.http"><CODE>HttpServletResponse.SC_UNAUTHORIZED</CODE></A> response should be issued (401 Unauthorized).
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getUrl()"><B>getUrl()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Returns the LDAP url to connect to.
<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/realm/SimpleAccountRealm.html#getUser(java.lang.String)"><B>getUser(String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html#getUserDefinitions()"><B>getUserDefinitions()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#getUserDn(java.lang.String)"><B>getUserDn(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>Returns the LDAP User Distinguished Name (DN) to use when acquiring an
<A HREF="http://java.sun.com/javase/6/docs/api/javax/naming/ldap/LdapContext.html?is-external=true" title="class or interface in javax.naming.ldap"><CODE>LdapContext</CODE></A> from the <A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap"><CODE>LdapContextFactory</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#getUserDnPrefix()"><B>getUserDnPrefix()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>Returns the User DN prefix to use when building a runtime User DN value or <code>null</code> if no
<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#getUserDnTemplate()"><CODE>userDnTemplate</CODE></A> has been configured.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#getUserDnSuffix()"><B>getUserDnSuffix()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>Returns the User DN suffix to use when building a runtime User DN value.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#getUserDnTemplate()"><B>getUserDnTemplate()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>Returns the User Distinguished Name (DN) template to use when creating User DNs at runtime - see the
<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#setUserDnTemplate(java.lang.String)"><CODE>setUserDnTemplate</CODE></A> JavaDoc for a full explanation.
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#getUsername()"><B>getUsername()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Returns the username submitted during an authentication attempt.
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#getUsername(org.apache.shiro.authc.SimpleAccount)"><B>getUsername(SimpleAccount)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#getUsername(org.apache.shiro.subject.PrincipalCollection)"><B>getUsername(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#getUsername(java.lang.String)"><B>getUsername(String)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</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/cas/CasRealm.html#getValidationProtocol()"><B>getValidationProtocol()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</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/util/JavaEnvironment.html#getVersion()"><B>getVersion()</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JavaEnvironment.html" title="class in org.apache.shiro.util">JavaEnvironment</A>
<DD>Return the full Java version string, as returned by
<code>System.getProperty("java.version")</code>.
<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/authz/aop/GuestAnnotationHandler.html" title="class in org.apache.shiro.authz.aop"><B>GuestAnnotationHandler</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>Checks to see if a @<A HREF="./org/apache/shiro/authz/annotation/RequiresGuest.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresGuest</CODE></A> annotation
is declared, and if so, ensures the calling <code>Subject</code> does <em>not</em>
have an <A HREF="./org/apache/shiro/subject/Subject.html#getPrincipal()"><CODE>identity</CODE></A> before invoking the method.<DT><A HREF="./org/apache/shiro/authz/aop/GuestAnnotationHandler.html#GuestAnnotationHandler()"><B>GuestAnnotationHandler()</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/GuestAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">GuestAnnotationHandler</A>
<DD>Default no-argument constructor that ensures this interceptor looks for
<A HREF="./org/apache/shiro/authz/annotation/RequiresGuest.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresGuest</CODE></A> annotations in a method
declaration.
<DT><A HREF="./org/apache/shiro/authz/aop/GuestAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop"><B>GuestAnnotationMethodInterceptor</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>Checks to see if a @<A HREF="./org/apache/shiro/authz/annotation/RequiresGuest.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresGuest</CODE></A> annotation
is declared, and if so, ensures the calling <code>Subject</code> does <em>not</em>
have an <A HREF="./org/apache/shiro/subject/Subject.html#getPrincipal()"><CODE>identity</CODE></A> before invoking the method.<DT><A HREF="./org/apache/shiro/authz/aop/GuestAnnotationMethodInterceptor.html#GuestAnnotationMethodInterceptor()"><B>GuestAnnotationMethodInterceptor()</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/GuestAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">GuestAnnotationMethodInterceptor</A>
<DD>Default no-argument constructor that ensures this interceptor looks for
<A HREF="./org/apache/shiro/authz/annotation/RequiresGuest.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresGuest</CODE></A> annotations in a method
declaration.
<DT><A HREF="./org/apache/shiro/authz/aop/GuestAnnotationMethodInterceptor.html#GuestAnnotationMethodInterceptor(org.apache.shiro.aop.AnnotationResolver)"><B>GuestAnnotationMethodInterceptor(AnnotationResolver)</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/GuestAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">GuestAnnotationMethodInterceptor</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;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#guiceFilterModule()"><B>guiceFilterModule()</B></A> -
Static method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#guiceFilterModule(java.lang.String)"><B>guiceFilterModule(String)</B></A> -
Static method in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/GuiceShiroFilter.html" title="class in org.apache.shiro.guice.web"><B>GuiceShiroFilter</B></A> - Class in <A HREF="./org/apache/shiro/guice/web/package-summary.html">org.apache.shiro.guice.web</A><DD>Shiro filter that is managed by and receives its filter chain configurations from Guice.</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/codec/H64.html" title="class in org.apache.shiro.codec"><B>H64</B></A> - Class in <A HREF="./org/apache/shiro/codec/package-summary.html">org.apache.shiro.codec</A><DD>Codec for <a href="http://en.wikipedia.org/wiki/Crypt_(Unix)">Unix Crypt</a>-style encoding.<DT><A HREF="./org/apache/shiro/codec/H64.html#H64()"><B>H64()</B></A> -
Constructor for class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/H64.html" title="class in org.apache.shiro.codec">H64</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#hasAllRoles(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>hasAllRoles(PrincipalCollection, Collection&lt;String&gt;)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Returns <tt>true</tt> if the corresponding Subject/user has all of the specified roles, <tt>false</tt> otherwise.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#hasAllRoles(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>hasAllRoles(PrincipalCollection, Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Returns <code>true</code> iff any of the configured realms'
<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#hasRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><CODE>ModularRealmAuthorizer.hasRole(org.apache.shiro.subject.PrincipalCollection, String)</CODE></A> call returns <code>true</code> for
<em>all</em> roles specified, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#hasAllRoles(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>hasAllRoles(PrincipalCollection, Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#hasAllRoles(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>hasAllRoles(PrincipalCollection, Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#hasAllRoles(java.util.Collection)"><B>hasAllRoles(Collection&lt;String&gt;)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns <code>true</code> if this Subject has all of the specified roles, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#hasAllRoles(java.util.Collection)"><B>hasAllRoles(Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<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/crypto/hash/AbstractHash.html#hash(byte[])"><B>hash(byte[])</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Hashes the specified byte array without a salt for a single iteration.
<DT><A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#hash(byte[], byte[])"><B>hash(byte[], byte[])</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Hashes the specified byte array using the given <code>salt</code> for a single iteration.
<DT><A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#hash(byte[], byte[], int)"><B>hash(byte[], byte[], int)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Hashes the specified byte array using the given <code>salt</code> for the specified number of iterations.
<DT><A HREF="./org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash"><B>Hash</B></A> - Interface in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>A Cryptographic <code>Hash</code> represents a one-way conversion algorithm that transforms an input source to an
underlying byte array.<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#hash(byte[])"><B>hash(byte[])</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Hashes the specified byte array without a salt for a single iteration.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#hash(byte[], byte[])"><B>hash(byte[], byte[])</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Hashes the specified byte array using the given <code>salt</code> for a single iteration.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#hash(byte[], byte[], int)"><B>hash(byte[], byte[], int)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Hashes the specified byte array using the given <code>salt</code> for the specified number of iterations.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>If the <A HREF="./org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><CODE>principals</CODE></A> are not null, returns <code>principals.hashCode()</code>, otherwise
returns 0 (zero).
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Returns the hashcode of the internal <A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#getPrincipals()"><CODE>principals</CODE></A> instance.
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Simply returns toHex().hashCode();
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Simply returns toHex().hashCode();
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>Returns the hashCode.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><B>HashedCredentialsMatcher</B></A> - Class in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD>A <code>HashedCredentialMatcher</code> provides support for hashing of supplied <code>AuthenticationToken</code> credentials
before being compared to those in the <code>AuthenticationInfo</code> from the data store.<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#HashedCredentialsMatcher()"><B>HashedCredentialsMatcher()</B></A> -
Constructor for class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>JavaBeans-compatibile no-arg constructor intended for use in IoC/Dependency Injection environments.
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#HashedCredentialsMatcher(java.lang.String)"><B>HashedCredentialsMatcher(String)</B></A> -
Constructor for class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>Creates an instance using the specified <A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#getHashAlgorithmName()"><CODE>hashAlgorithmName</CODE></A> to hash submitted
credentials.
<DT><A HREF="./org/apache/shiro/tools/hasher/Hasher.html" title="class in org.apache.shiro.tools.hasher"><B>Hasher</B></A> - Class in <A HREF="./org/apache/shiro/tools/hasher/package-summary.html">org.apache.shiro.tools.hasher</A><DD>Commandline line utility to hash data such as strings, passwords, resources (files, urls, etc).<DT><A HREF="./org/apache/shiro/tools/hasher/Hasher.html#Hasher()"><B>Hasher()</B></A> -
Constructor for class org.apache.shiro.tools.hasher.<A HREF="./org/apache/shiro/tools/hasher/Hasher.html" title="class in org.apache.shiro.tools.hasher">Hasher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/format/HashFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><B>HashFormat</B></A> - Interface in <A HREF="./org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</A><DD>A <code>HashFormat</code> is able to format a <A HREF="./org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash"><CODE>Hash</CODE></A> instance into a well-defined formatted String.<DT><A HREF="./org/apache/shiro/crypto/hash/format/HashFormatFactory.html" title="interface in org.apache.shiro.crypto.hash.format"><B>HashFormatFactory</B></A> - Interface in <A HREF="./org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</A><DD>&nbsp;<DT><A HREF="./org/apache/shiro/authc/credential/HashingPasswordService.html" title="interface in org.apache.shiro.authc.credential"><B>HashingPasswordService</B></A> - Interface in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD>A <code>HashingPasswordService</code> is a <A HREF="./org/apache/shiro/authc/credential/PasswordService.html" title="interface in org.apache.shiro.authc.credential"><CODE>PasswordService</CODE></A> that performs password encryption and comparisons
based on cryptographic <A HREF="./org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash"><CODE>Hash</CODE></A>es.<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#hashPassword(java.lang.Object)"><B>hashPassword(Object)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/HashingPasswordService.html#hashPassword(java.lang.Object)"><B>hashPassword(Object)</B></A> -
Method in interface org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashingPasswordService.html" title="interface in org.apache.shiro.authc.credential">HashingPasswordService</A>
<DD>Hashes the specified plaintext password using internal hashing configuration settings pertinent to password
hashing.
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#hashProvidedCredentials(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>hashProvidedCredentials(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>Hash the provided <code>token</code>'s credentials using the salt stored with the account if the
<code>info</code> instance is an <code>instanceof</code> <A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>SaltedAuthenticationInfo</CODE></A> (see
the class-level JavaDoc for why this is the preferred approach).
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#hashProvidedCredentials(java.lang.Object, java.lang.Object, int)"><B>hashProvidedCredentials(Object, Object, int)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>Hashes the provided credentials a total of <code>hashIterations</code> times, using the given salt.
<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash"><B>HashRequest</B></A> - Interface in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>A <code>HashRequest</code> is composed of data that will be used by a <A HREF="./org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashService</CODE></A> to compute a hash (aka
'digest').<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash"><B>HashRequest.Builder</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>A Builder class representing the Builder design pattern for constructing <A HREF="./org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashRequest</CODE></A> instances.<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html#HashRequest.Builder()"><B>HashRequest.Builder()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</A>
<DD>Default no-arg constructor.
<DT><A HREF="./org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><B>HashService</B></A> - Interface in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>A <code>HashService</code> hashes input sources utilizing a particular hashing strategy.<DT><A HREF="./org/apache/shiro/util/StringUtils.html#hasLength(java.lang.String)"><B>hasLength(String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Check that the given String is neither <code>null</code> nor of length 0.
<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/subject/support/DelegatingSubject.html#hasPrincipals()"><B>hasPrincipals()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/io/ResourceUtils.html#hasResourcePrefix(java.lang.String)"><B>hasResourcePrefix(String)</B></A> -
Static method in class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/ResourceUtils.html" title="class in org.apache.shiro.io">ResourceUtils</A>
<DD>Returns <code>true</code> if the resource path is not null and starts with one of the recognized
resource prefixes (<A HREF="./org/apache/shiro/io/ResourceUtils.html#CLASSPATH_PREFIX"><CODE>CLASSPATH_PREFIX</CODE></A>,
<A HREF="./org/apache/shiro/io/ResourceUtils.html#URL_PREFIX"><CODE>URL_PREFIX</CODE></A>, or <A HREF="./org/apache/shiro/io/ResourceUtils.html#FILE_PREFIX"><CODE>FILE_PREFIX</CODE></A>), <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#hasRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>hasRole(PrincipalCollection, String)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Returns <tt>true</tt> if the corresponding Subject/user has the specified role, <tt>false</tt> otherwise.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#hasRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>hasRole(PrincipalCollection, String)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Returns <code>true</code> if any of the configured realms'
<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#hasRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><CODE>ModularRealmAuthorizer.hasRole(org.apache.shiro.subject.PrincipalCollection, String)</CODE></A> call returns <code>true</code>,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#hasRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>hasRole(PrincipalCollection, String)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#hasRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>hasRole(PrincipalCollection, String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#hasRole(java.lang.String, org.apache.shiro.authz.AuthorizationInfo)"><B>hasRole(String, AuthorizationInfo)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#hasRole(java.lang.String)"><B>hasRole(String)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns <code>true</code> if this Subject has the specified role, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#hasRole(java.lang.String)"><B>hasRole(String)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#hasRoles(org.apache.shiro.subject.PrincipalCollection, java.util.List)"><B>hasRoles(PrincipalCollection, List&lt;String&gt;)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Checks if the corresponding Subject/user has the specified roles, returning a boolean array indicating
which roles are associated with the given subject.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#hasRoles(org.apache.shiro.subject.PrincipalCollection, java.util.List)"><B>hasRoles(PrincipalCollection, List&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Calls <A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#hasRole(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><CODE>ModularRealmAuthorizer.hasRole(org.apache.shiro.subject.PrincipalCollection, String)</CODE></A> for each role name in the specified
collection and places the return value from each call at the respective location in the returned array.
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#hasRoles(org.apache.shiro.subject.PrincipalCollection, java.util.List)"><B>hasRoles(PrincipalCollection, List&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#hasRoles(org.apache.shiro.subject.PrincipalCollection, java.util.List)"><B>hasRoles(PrincipalCollection, List&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#hasRoles(java.util.List, org.apache.shiro.authz.AuthorizationInfo)"><B>hasRoles(List&lt;String&gt;, AuthorizationInfo)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#hasRoles(java.util.List)"><B>hasRoles(List&lt;String&gt;)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Checks if this Subject has the specified roles, returning a boolean array indicating
which roles are associated.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#hasRoles(java.util.List)"><B>hasRoles(List&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</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/util/StringUtils.html#hasText(java.lang.String)"><B>hasText(String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Check whether the given String has actual text.
<DT><A HREF="./org/apache/shiro/codec/Hex.html" title="class in org.apache.shiro.codec"><B>Hex</B></A> - Class in <A HREF="./org/apache/shiro/codec/package-summary.html">org.apache.shiro.codec</A><DD><a href="http://en.wikipedia.org/wiki/Hexadecimal">Hexadecimal</a> encoder and decoder.<DT><A HREF="./org/apache/shiro/codec/Hex.html#Hex()"><B>Hex()</B></A> -
Constructor for class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Hex.html" title="class in org.apache.shiro.codec">Hex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/format/HexFormat.html" title="class in org.apache.shiro.crypto.hash.format"><B>HexFormat</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</A><DD><code>HashFormat</code> that outputs <em>only</em> The hash's digest bytes in hex format.<DT><A HREF="./org/apache/shiro/crypto/hash/format/HexFormat.html#HexFormat()"><B>HexFormat()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/HexFormat.html" title="class in org.apache.shiro.crypto.hash.format">HexFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.Builder.html#host(java.lang.String)"><B>host(String)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</A>
<DD>Ensures the <code>Subject</code> being built will reflect the specified host name or IP as its originating
location.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#host"><B>host</B></A> -
Variable in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.html#HOST_KEY"><B>HOST_KEY</B></A> -
Static variable in class org.apache.shiro.spring.remoting.<A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.html" title="class in org.apache.shiro.spring.remoting">SecureRemoteInvocationFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/HostAuthenticationToken.html" title="interface in org.apache.shiro.authc"><B>HostAuthenticationToken</B></A> - Interface in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>A <code>HostAuthenticationToken</code> retains the host information from where
an authentication attempt originates.<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/authz/HostUnauthorizedException.html" title="class in org.apache.shiro.authz"><B>HostUnauthorizedException</B></A> - Exception in <A HREF="./org/apache/shiro/authz/package-summary.html">org.apache.shiro.authz</A><DD>Thrown when a particular client (that is, host address) has not been enabled to access the system
or if the client has been enabled access but is not permitted to perform a particular operation
or access a particular resource.<DT><A HREF="./org/apache/shiro/authz/HostUnauthorizedException.html#HostUnauthorizedException()"><B>HostUnauthorizedException()</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/HostUnauthorizedException.html" title="class in org.apache.shiro.authz">HostUnauthorizedException</A>
<DD>Creates a new HostUnauthorizedException.
<DT><A HREF="./org/apache/shiro/authz/HostUnauthorizedException.html#HostUnauthorizedException(java.lang.String)"><B>HostUnauthorizedException(String)</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/HostUnauthorizedException.html" title="class in org.apache.shiro.authz">HostUnauthorizedException</A>
<DD>Constructs a new HostUnauthorizedException.
<DT><A HREF="./org/apache/shiro/authz/HostUnauthorizedException.html#HostUnauthorizedException(java.lang.Throwable)"><B>HostUnauthorizedException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/HostUnauthorizedException.html" title="class in org.apache.shiro.authz">HostUnauthorizedException</A>
<DD>Constructs a new HostUnauthorizedException.
<DT><A HREF="./org/apache/shiro/authz/HostUnauthorizedException.html#HostUnauthorizedException(java.lang.String, java.lang.Throwable)"><B>HostUnauthorizedException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/HostUnauthorizedException.html" title="class in org.apache.shiro.authz">HostUnauthorizedException</A>
<DD>Constructs a new HostUnauthorizedException.
<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><A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> implementation that is backed entirely by a standard servlet container
<A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/http/HttpSession.html?is-external=true" title="class or interface in javax.servlet.http"><CODE>HttpSession</CODE></A> 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/crypto/hash/format/Shiro1CryptFormat.html#ID"><B>ID</B></A> -
Static variable in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format">Shiro1CryptFormat</A>
<DD>&nbsp;
<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/session/mgt/ImmutableProxiedSession.html" title="class in org.apache.shiro.session.mgt"><B>ImmutableProxiedSession</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>Implementation of the <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> interface that proxies another <code>Session</code>, but does not
allow any 'write' operations to the underlying session.<DT><A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html#ImmutableProxiedSession(org.apache.shiro.session.Session)"><B>ImmutableProxiedSession(Session)</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html" title="class in org.apache.shiro.session.mgt">ImmutableProxiedSession</A>
<DD>Constructs a new instance of this class proxying the specified <code>Session</code>.
<DT><A HREF="./org/apache/shiro/authz/permission/AllPermission.html#implies(org.apache.shiro.authz.Permission)"><B>implies(Permission)</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/AllPermission.html" title="class in org.apache.shiro.authz.permission">AllPermission</A>
<DD>Always returns <tt>true</tt>, indicating any Subject granted this permission can do anything.
<DT><A HREF="./org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><B>implies(Permission)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</A>
<DD>Returns <code>true</code> if this current instance <em>implies</em> all the functionality and/or resource access
described by the specified <code>Permission</code> argument, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#implies(org.apache.shiro.authz.Permission)"><B>implies(Permission)</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</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/authc/IncorrectCredentialsException.html" title="class in org.apache.shiro.authc"><B>IncorrectCredentialsException</B></A> - Exception in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>Thrown when attempting to authenticate with credential(s) that do not match the actual
credentials associated with the account principal.<DT><A HREF="./org/apache/shiro/authc/IncorrectCredentialsException.html#IncorrectCredentialsException()"><B>IncorrectCredentialsException()</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/IncorrectCredentialsException.html" title="class in org.apache.shiro.authc">IncorrectCredentialsException</A>
<DD>Creates a new IncorrectCredentialsException.
<DT><A HREF="./org/apache/shiro/authc/IncorrectCredentialsException.html#IncorrectCredentialsException(java.lang.String)"><B>IncorrectCredentialsException(String)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/IncorrectCredentialsException.html" title="class in org.apache.shiro.authc">IncorrectCredentialsException</A>
<DD>Constructs a new IncorrectCredentialsException.
<DT><A HREF="./org/apache/shiro/authc/IncorrectCredentialsException.html#IncorrectCredentialsException(java.lang.Throwable)"><B>IncorrectCredentialsException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/IncorrectCredentialsException.html" title="class in org.apache.shiro.authc">IncorrectCredentialsException</A>
<DD>Constructs a new IncorrectCredentialsException.
<DT><A HREF="./org/apache/shiro/authc/IncorrectCredentialsException.html#IncorrectCredentialsException(java.lang.String, java.lang.Throwable)"><B>IncorrectCredentialsException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/IncorrectCredentialsException.html" title="class in org.apache.shiro.authc">IncorrectCredentialsException</A>
<DD>Constructs a new IncorrectCredentialsException.
<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/config/Ini.html" title="class in org.apache.shiro.config"><B>Ini</B></A> - Class in <A HREF="./org/apache/shiro/config/package-summary.html">org.apache.shiro.config</A><DD>A class representing the <a href="http://en.wikipedia.org/wiki/INI_file">INI</a> text configuration format.<DT><A HREF="./org/apache/shiro/config/Ini.html#Ini()"><B>Ini()</B></A> -
Constructor for class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Creates a new empty <code>Ini</code> instance.
<DT><A HREF="./org/apache/shiro/config/Ini.html#Ini(org.apache.shiro.config.Ini)"><B>Ini(Ini)</B></A> -
Constructor for class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Creates a new <code>Ini</code> instance with the specified defaults.
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config"><B>Ini.Section</B></A> - Class in <A HREF="./org/apache/shiro/config/package-summary.html">org.apache.shiro.config</A><DD>An <code>Ini.Section</code> is String-key-to-String-value Map, identifiable by a
<A HREF="./org/apache/shiro/config/Ini.Section.html#getName()"><CODE>name</CODE></A> unique within an <A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><CODE>Ini</CODE></A> instance.<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#INI_REALM_NAME"><B>INI_REALM_NAME</B></A> -
Static variable in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/IniFactorySupport.html" title="class in org.apache.shiro.config"><B>IniFactorySupport</B></A>&lt;<A HREF="./org/apache/shiro/config/IniFactorySupport.html" title="type parameter in IniFactorySupport">T</A>&gt; - Class in <A HREF="./org/apache/shiro/config/package-summary.html">org.apache.shiro.config</A><DD>Base support class for <A HREF="./org/apache/shiro/util/Factory.html" title="interface in org.apache.shiro.util"><CODE>Factory</CODE></A> implementations that generate their instance(s) based on
<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><CODE>Ini</CODE></A> configuration.<DT><A HREF="./org/apache/shiro/config/IniFactorySupport.html#IniFactorySupport()"><B>IniFactorySupport()</B></A> -
Constructor for class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniFactorySupport.html" title="class in org.apache.shiro.config">IniFactorySupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/IniFactorySupport.html#IniFactorySupport(org.apache.shiro.config.Ini)"><B>IniFactorySupport(Ini)</B></A> -
Constructor for class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniFactorySupport.html" title="class in org.apache.shiro.config">IniFactorySupport</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 <A HREF="./org/apache/shiro/util/Factory.html" title="interface in org.apache.shiro.util"><CODE>Factory</CODE></A> 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 <A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><CODE>Ini</CODE></A> 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/realm/text/IniRealm.html" title="class in org.apache.shiro.realm.text"><B>IniRealm</B></A> - Class in <A HREF="./org/apache/shiro/realm/text/package-summary.html">org.apache.shiro.realm.text</A><DD>A <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A> implementation that creates
<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc"><CODE>SimpleAccount</CODE></A> instances based on
<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><CODE>Ini</CODE></A> configuration.<DT><A HREF="./org/apache/shiro/realm/text/IniRealm.html#IniRealm()"><B>IniRealm()</B></A> -
Constructor for class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/IniRealm.html" title="class in org.apache.shiro.realm.text">IniRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/IniRealm.html#IniRealm(org.apache.shiro.config.Ini)"><B>IniRealm(Ini)</B></A> -
Constructor for class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/IniRealm.html" title="class in org.apache.shiro.realm.text">IniRealm</A>
<DD>This constructor will immediately process the definitions in the <code>Ini</code> argument.
<DT><A HREF="./org/apache/shiro/realm/text/IniRealm.html#IniRealm(java.lang.String)"><B>IniRealm(String)</B></A> -
Constructor for class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/IniRealm.html" title="class in org.apache.shiro.realm.text">IniRealm</A>
<DD>This constructor will immediately process the definitions in the <code>Ini</code> resolved from the specified
<code>resourcePath</code>.
<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config"><B>IniSecurityManagerFactory</B></A> - Class in <A HREF="./org/apache/shiro/config/package-summary.html">org.apache.shiro.config</A><DD>A <A HREF="./org/apache/shiro/util/Factory.html" title="interface in org.apache.shiro.util"><CODE>Factory</CODE></A> that creates <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> instances based on <A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><CODE>Ini</CODE></A> configuration.<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#IniSecurityManagerFactory()"><B>IniSecurityManagerFactory()</B></A> -
Constructor for class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</A>
<DD>Creates a new instance.
<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#IniSecurityManagerFactory(org.apache.shiro.config.Ini)"><B>IniSecurityManagerFactory(Ini)</B></A> -
Constructor for class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#IniSecurityManagerFactory(java.lang.String)"><B>IniSecurityManagerFactory(String)</B></A> -
Constructor for class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</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/cache/ehcache/EhCacheManager.html#init()"><B>init()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html" title="class in org.apache.shiro.cache.ehcache">EhCacheManager</A>
<DD>Initializes this instance.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#init()"><B>init()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Initializes this realm and potentially enables an authentication cache, depending on configuration.
<DT><A HREF="./org/apache/shiro/util/Initializable.html#init()"><B>init()</B></A> -
Method in interface org.apache.shiro.util.<A HREF="./org/apache/shiro/util/Initializable.html" title="interface in org.apache.shiro.util">Initializable</A>
<DD>Initializes this object.
<DT><A HREF="./org/apache/shiro/util/LifecycleUtils.html#init(java.lang.Object)"><B>init(Object)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/LifecycleUtils.html" title="class in org.apache.shiro.util">LifecycleUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/LifecycleUtils.html#init(org.apache.shiro.util.Initializable)"><B>init(Initializable)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/LifecycleUtils.html" title="class in org.apache.shiro.util">LifecycleUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/LifecycleUtils.html#init(java.util.Collection)"><B>init(Collection)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/LifecycleUtils.html" title="class in org.apache.shiro.util">LifecycleUtils</A>
<DD>Calls <A HREF="./org/apache/shiro/util/LifecycleUtils.html#init(java.lang.Object)"><CODE>init</CODE></A> for each object in the collection.
<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) <A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><CODE>Ini</CODE></A>
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/util/Initializable.html" title="interface in org.apache.shiro.util"><B>Initializable</B></A> - Interface in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Shiro container-agnostic interface that indicates that this object requires initialization.<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 <A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><CODE>Ini</CODE></A> 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/util/ClassUtils.html#instantiate(java.lang.reflect.Constructor, java.lang.Object...)"><B>instantiate(Constructor, Object...)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ClassUtils.html" title="class in org.apache.shiro.util">ClassUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/InstantiationException.html" title="class in org.apache.shiro.util"><B>InstantiationException</B></A> - Exception in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Runtime exception thrown by the framework when unable to instantiate a Class via reflection.<DT><A HREF="./org/apache/shiro/util/InstantiationException.html#InstantiationException()"><B>InstantiationException()</B></A> -
Constructor for exception org.apache.shiro.util.<A HREF="./org/apache/shiro/util/InstantiationException.html" title="class in org.apache.shiro.util">InstantiationException</A>
<DD>Creates a new InstantiationException.
<DT><A HREF="./org/apache/shiro/util/InstantiationException.html#InstantiationException(java.lang.String)"><B>InstantiationException(String)</B></A> -
Constructor for exception org.apache.shiro.util.<A HREF="./org/apache/shiro/util/InstantiationException.html" title="class in org.apache.shiro.util">InstantiationException</A>
<DD>Constructs a new InstantiationException.
<DT><A HREF="./org/apache/shiro/util/InstantiationException.html#InstantiationException(java.lang.Throwable)"><B>InstantiationException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.util.<A HREF="./org/apache/shiro/util/InstantiationException.html" title="class in org.apache.shiro.util">InstantiationException</A>
<DD>Constructs a new InstantiationException.
<DT><A HREF="./org/apache/shiro/util/InstantiationException.html#InstantiationException(java.lang.String, java.lang.Throwable)"><B>InstantiationException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.util.<A HREF="./org/apache/shiro/util/InstantiationException.html" title="class in org.apache.shiro.util">InstantiationException</A>
<DD>Constructs a new InstantiationException.
<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/authz/permission/InvalidPermissionStringException.html" title="class in org.apache.shiro.authz.permission"><B>InvalidPermissionStringException</B></A> - Exception in <A HREF="./org/apache/shiro/authz/permission/package-summary.html">org.apache.shiro.authz.permission</A><DD>Thrown by <A HREF="./org/apache/shiro/authz/permission/PermissionResolver.html#resolvePermission(java.lang.String)"><CODE>PermissionResolver.resolvePermission(String)</CODE></A> when the String being parsed is not
valid for that resolver.<DT><A HREF="./org/apache/shiro/authz/permission/InvalidPermissionStringException.html#InvalidPermissionStringException(java.lang.String, java.lang.String)"><B>InvalidPermissionStringException(String, String)</B></A> -
Constructor for exception org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/InvalidPermissionStringException.html" title="class in org.apache.shiro.authz.permission">InvalidPermissionStringException</A>
<DD>Constructs a new exception with the given message and permission string.
<DT><A HREF="./org/apache/shiro/dao/InvalidResourceUsageException.html" title="class in org.apache.shiro.dao"><B>InvalidResourceUsageException</B></A> - Exception in <A HREF="./org/apache/shiro/dao/package-summary.html">org.apache.shiro.dao</A><DD>Root exception indicating invalid or incorrect usage of a data access resource.<DT><A HREF="./org/apache/shiro/dao/InvalidResourceUsageException.html#InvalidResourceUsageException(java.lang.String)"><B>InvalidResourceUsageException(String)</B></A> -
Constructor for exception org.apache.shiro.dao.<A HREF="./org/apache/shiro/dao/InvalidResourceUsageException.html" title="class in org.apache.shiro.dao">InvalidResourceUsageException</A>
<DD>Constructs an InvalidResourceUsageException with a message explaining the cause of the exception.
<DT><A HREF="./org/apache/shiro/dao/InvalidResourceUsageException.html#InvalidResourceUsageException(java.lang.String, java.lang.Throwable)"><B>InvalidResourceUsageException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.dao.<A HREF="./org/apache/shiro/dao/InvalidResourceUsageException.html" title="class in org.apache.shiro.dao">InvalidResourceUsageException</A>
<DD>Constructs a InvalidResourceUsageException with a message explaining the cause of the exception.
<DT><A HREF="./org/apache/shiro/session/InvalidSessionException.html" title="class in org.apache.shiro.session"><B>InvalidSessionException</B></A> - Exception in <A HREF="./org/apache/shiro/session/package-summary.html">org.apache.shiro.session</A><DD>Exception thrown when attempting to interact with the system under an established session
when that session is considered invalid.<DT><A HREF="./org/apache/shiro/session/InvalidSessionException.html#InvalidSessionException()"><B>InvalidSessionException()</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/InvalidSessionException.html" title="class in org.apache.shiro.session">InvalidSessionException</A>
<DD>Creates a new InvalidSessionException.
<DT><A HREF="./org/apache/shiro/session/InvalidSessionException.html#InvalidSessionException(java.lang.String)"><B>InvalidSessionException(String)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/InvalidSessionException.html" title="class in org.apache.shiro.session">InvalidSessionException</A>
<DD>Constructs a new InvalidSessionException.
<DT><A HREF="./org/apache/shiro/session/InvalidSessionException.html#InvalidSessionException(java.lang.Throwable)"><B>InvalidSessionException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/InvalidSessionException.html" title="class in org.apache.shiro.session">InvalidSessionException</A>
<DD>Constructs a new InvalidSessionException.
<DT><A HREF="./org/apache/shiro/session/InvalidSessionException.html#InvalidSessionException(java.lang.String, java.lang.Throwable)"><B>InvalidSessionException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/InvalidSessionException.html" title="class in org.apache.shiro.session">InvalidSessionException</A>
<DD>Constructs a new InvalidSessionException.
<DT><A HREF="./org/apache/shiro/aop/MethodInterceptor.html#invoke(org.apache.shiro.aop.MethodInvocation)"><B>invoke(MethodInvocation)</B></A> -
Method in interface org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/MethodInterceptor.html" title="interface in org.apache.shiro.aop">MethodInterceptor</A>
<DD>Invokes the specified <code>MethodInvocation</code>, allowing implementations to perform pre/post/finally
surrounding the actual invocation.
<DT><A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html#invoke(org.apache.shiro.aop.MethodInvocation)"><B>invoke(MethodInvocation)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AuthorizingAnnotationMethodInterceptor</A>
<DD>Ensures the <code>methodInvocation</code> is allowed to execute first before proceeding by calling the
<A HREF="./org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html#assertAuthorized(org.apache.shiro.aop.MethodInvocation)"><CODE>assertAuthorized</CODE></A> method first.
<DT><A HREF="./org/apache/shiro/authz/aop/AuthorizingMethodInterceptor.html#invoke(org.apache.shiro.aop.MethodInvocation)"><B>invoke(MethodInvocation)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AuthorizingMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AuthorizingMethodInterceptor</A>
<DD>Invokes the specified method (<code>methodInvocation.<A HREF="./org/apache/shiro/aop/MethodInvocation.html#proceed()"><CODE>proceed</CODE></A>()</code>
if authorization is allowed by first
calling <A HREF="./org/apache/shiro/authz/aop/AuthorizingMethodInterceptor.html#assertAuthorized(org.apache.shiro.aop.MethodInvocation)"><CODE>assertAuthorized</CODE></A>.
<DT><A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationExecutor.html#invoke(org.springframework.remoting.support.RemoteInvocation, java.lang.Object)"><B>invoke(RemoteInvocation, Object)</B></A> -
Method in class org.apache.shiro.spring.remoting.<A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationExecutor.html" title="class in org.apache.shiro.spring.remoting">SecureRemoteInvocationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.html#invoke(org.aopalliance.intercept.MethodInvocation)"><B>invoke(MethodInvocation)</B></A> -
Method in class org.apache.shiro.spring.security.interceptor.<A HREF="./org/apache/shiro/spring/security/interceptor/AopAllianceAnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.spring.security.interceptor">AopAllianceAnnotationsAuthorizingMethodInterceptor</A>
<DD>Creates a Shiro <CODE>MethodInvocation</CODE> instance and then immediately calls
<A HREF="./org/apache/shiro/authz/aop/AuthorizingMethodInterceptor.html#invoke(org.apache.shiro.aop.MethodInvocation)"><CODE>super.invoke</CODE></A>.
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#invokeAll(java.util.Collection)"><B>invokeAll(Collection&lt;? extends Callable&lt;T&gt;&gt;)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#invokeAll(java.util.Collection, long, java.util.concurrent.TimeUnit)"><B>invokeAll(Collection&lt;? extends Callable&lt;T&gt;&gt;, long, TimeUnit)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#invokeAny(java.util.Collection)"><B>invokeAny(Collection&lt;? extends Callable&lt;T&gt;&gt;)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#invokeAny(java.util.Collection, long, java.util.concurrent.TimeUnit)"><B>invokeAny(Collection&lt;? extends Callable&lt;T&gt;&gt;, long, TimeUnit)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</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/cas/CasFilter.html#isAccessAllowed(javax.servlet.ServletRequest, javax.servlet.ServletResponse, java.lang.Object)"><B>isAccessAllowed(ServletRequest, ServletResponse, Object)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasFilter.html" title="class in org.apache.shiro.cas">CasFilter</A>
<DD>Returns <code>false</code> to always force authentication (user is never considered authenticated by this filter).
<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><A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletRequest.html?is-external=true#isSecure()" title="class or interface in javax.servlet"><CODE>isSecure()</CODE></A>.
<DT><A HREF="./org/apache/shiro/util/JavaEnvironment.html#isAtLeastVersion14()"><B>isAtLeastVersion14()</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JavaEnvironment.html" title="class in org.apache.shiro.util">JavaEnvironment</A>
<DD>Convenience method to determine if the current JVM is at least Java 1.4.
<DT><A HREF="./org/apache/shiro/util/JavaEnvironment.html#isAtLeastVersion15()"><B>isAtLeastVersion15()</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JavaEnvironment.html" title="class in org.apache.shiro.util">JavaEnvironment</A>
<DD>Convenience method to determine if the current JVM is at least
Java 1.5 (Java 5).
<DT><A HREF="./org/apache/shiro/util/JavaEnvironment.html#isAtLeastVersion16()"><B>isAtLeastVersion16()</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JavaEnvironment.html" title="class in org.apache.shiro.util">JavaEnvironment</A>
<DD>Convenience method to determine if the current JVM is at least
Java 1.6 (Java 6).
<DT><A HREF="./org/apache/shiro/subject/Subject.html#isAuthenticated()"><B>isAuthenticated()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns <code>true</code> if this Subject/user proved their identity <em>during their current session</em>
by providing valid credentials matching those known to the system, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#isAuthenticated()"><B>isAuthenticated()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Returns <code>true</code> if the constructed <code>Subject</code> should be considered authenticated, <code>false</code>
otherwise.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#isAuthenticated()"><B>isAuthenticated()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#isAuthenticated()"><B>isAuthenticated()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#isAuthenticationCachingEnabled()"><B>isAuthenticationCachingEnabled()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Returns <code>true</code> if authentication caching should be utilized if a <A HREF="./org/apache/shiro/cache/CacheManager.html" title="interface in org.apache.shiro.cache"><CODE>CacheManager</CODE></A> has been
<A HREF="./org/apache/shiro/realm/CachingRealm.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><CODE>configured</CODE></A>, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#isAuthenticationCachingEnabled(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>isAuthenticationCachingEnabled(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Returns <code>true</code> if authentication caching should be utilized based on the specified
<A HREF="./org/apache/shiro/authc/AuthenticationToken.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationToken</CODE></A> and/or <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A>, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#isAuthorizationCachingEnabled()"><B>isAuthorizationCachingEnabled()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>Returns <code>true</code> if authorization caching should be utilized if a <A HREF="./org/apache/shiro/cache/CacheManager.html" title="interface in org.apache.shiro.cache"><CODE>CacheManager</CODE></A> has been
<A HREF="./org/apache/shiro/realm/CachingRealm.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><CODE>configured</CODE></A>, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#isAutoApplyRealms(org.apache.shiro.mgt.SecurityManager)"><B>isAutoApplyRealms(SecurityManager)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ClassUtils.html#isAvailable(java.lang.String)"><B>isAvailable(String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ClassUtils.html" title="class in org.apache.shiro.util">ClassUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/codec/Base64.html#isBase64(byte[])"><B>isBase64(byte[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Base64.html" title="class in org.apache.shiro.codec">Base64</A>
<DD>Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#isByteSource(java.lang.Object)"><B>isByteSource(Object)</B></A> -
Method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Returns <code>true</code> if the specified object can be easily converted to bytes by instances of this class,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/realm/CachingRealm.html#isCachingEnabled()"><B>isCachingEnabled()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm">CachingRealm</A>
<DD>Returns <code>true</code> if caching should be used if a <A HREF="./org/apache/shiro/cache/CacheManager.html" title="interface in org.apache.shiro.cache"><CODE>CacheManager</CODE></A> has been
<A HREF="./org/apache/shiro/realm/CachingRealm.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><CODE>configured</CODE></A>, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/util/ByteSource.Util.html#isCompatible(java.lang.Object)"><B>isCompatible(Object)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.Util.html" title="class in org.apache.shiro.util">ByteSource.Util</A>
<DD>Returns <code>true</code> if the specified object can be easily represented as a <code>ByteSource</code> using
the <A HREF="./org/apache/shiro/util/ByteSource.Util.html" title="class in org.apache.shiro.util"><CODE>ByteSource.Util</CODE></A>'s default heuristics, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#isCompatible(java.lang.Object)"><B>isCompatible(Object)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>Returns <code>true</code> if the specified object is a recognized data type that can be easily converted to
bytes by instances of this class, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#isContinued(java.lang.String)"><B>isContinued(String)</B></A> -
Static method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#isCredentialsExpired()"><B>isCredentialsExpired()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Returns whether or not the Account's credentials are expired.
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#isDeleteInvalidSessions()"><B>isDeleteInvalidSessions()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>Returns <code>true</code> if sessions should be automatically deleted after they are discovered to be invalid,
<code>false</code> if invalid sessions will be manually deleted by some process external to Shiro's control.
<DT><A HREF="./org/apache/shiro/config/Ini.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Returns <code>true</code> if no sections have been configured, or if there are sections, but the sections themselves
are all empty, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/PrincipalCollection.html#isEmpty()"><B>isEmpty()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</A>
<DD>Returns <code>true</code> if this collection is empty, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ByteSource.html#isEmpty()"><B>isEmpty()</B></A> -
Method in interface org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util">ByteSource</A>
<DD>Returns <code>true</code> if the underlying wrapped byte array is null or empty (zero length), <code>false</code>
otherwise.
<DT><A HREF="./org/apache/shiro/util/CollectionUtils.html#isEmpty(java.util.Collection)"><B>isEmpty(Collection)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/CollectionUtils.html" title="class in org.apache.shiro.util">CollectionUtils</A>
<DD>Returns <code>true</code> if the specified <code>Collection</code> is <code>null</code> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true#isEmpty()" title="class or interface in java.util"><CODE>empty</CODE></A>,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/util/CollectionUtils.html#isEmpty(java.util.Map)"><B>isEmpty(Map)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/CollectionUtils.html" title="class in org.apache.shiro.util">CollectionUtils</A>
<DD>Returns <code>true</code> if the specified <code>Map</code> is <code>null</code> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#isEmpty()" title="class or interface in java.util"><CODE>empty</CODE></A>,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/util/CollectionUtils.html#isEmpty(org.apache.shiro.subject.PrincipalCollection)"><B>isEmpty(PrincipalCollection)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/CollectionUtils.html" title="class in org.apache.shiro.util">CollectionUtils</A>
<DD>Returns <code>true</code> if the specified <code>PrincipalCollection</code> is <code>null</code> or
<A HREF="./org/apache/shiro/subject/PrincipalCollection.html#isEmpty()"><CODE>empty</CODE></A>, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/util/MapContext.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>&nbsp;
<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/session/mgt/ExecutorServiceSessionValidationScheduler.html#isEnabled()"><B>isEnabled()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt">ExecutorServiceSessionValidationScheduler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html#isEnabled()"><B>isEnabled()</B></A> -
Method in class org.apache.shiro.session.mgt.quartz.<A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt.quartz">QuartzSessionValidationScheduler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SessionValidationScheduler.html#isEnabled()"><B>isEnabled()</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SessionValidationScheduler.html" title="interface in org.apache.shiro.session.mgt">SessionValidationScheduler</A>
<DD>Returns <code>true</code> if this Scheduler is enabled and ready to begin validation at the appropriate time,
<code>false</code> otherwise.
<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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/FilterChain.html?is-external=true" title="class or interface in javax.servlet"><CODE>FilterChain</CODE></A>.
<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/session/mgt/SimpleSession.html#isExpired()"><B>isExpired()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>Returns true if this session has expired, false otherwise.
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#isGenerateInitializationVectors(boolean)"><B>isGenerateInitializationVectors(boolean)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Overrides the parent implementation to ensure initialization vectors are always generated if streaming is
enabled (block ciphers <em>must</em> use initialization vectors if they are to be used as a stream cipher).
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#isGenerateInitializationVectors()"><B>isGenerateInitializationVectors()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#isGenerateInitializationVectors(boolean)"><B>isGenerateInitializationVectors(boolean)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#isGeneratePublicSalt()"><B>isGeneratePublicSalt()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>Returns <code>true</code> if a public salt should be randomly generated and used to compute a hash if a
<A HREF="./org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashRequest</CODE></A> does not specify a salt, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#isHashSalted()"><B>isHashSalted()</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD><B>Deprecated.</B>&nbsp;<I>since Shiro 1.1. Hash salting is now expected to be based on if the <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A>
returned from the <code>Realm</code> is a <A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>SaltedAuthenticationInfo</CODE></A> instance and its
<A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html#getCredentialsSalt()"><CODE>getCredentialsSalt()</CODE></A> method returns a non-null value.
This method and the 1.0 behavior still exists for backwards compatibility if the <code>Realm</code> does not return
<code>SaltedAuthenticationInfo</code> instances, but <b>it is highly recommended that <code>Realm</code> implementations
that support hashed credentials start returning <A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>SaltedAuthenticationInfo</CODE></A>
instances as soon as possible</b>.
<p/>
This is because salts should always be obtained from the stored account information and
never be interpreted based on user/Subject-entered data. User-entered data is easier to compromise for
attackers, whereas account-unique (and secure randomly-generated) salts never disseminated to the end-user
are almost impossible to break. This method will be removed in Shiro 2.0.</I>
<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/config/ReflectionBuilder.html#isIndexedPropertyAssignment(java.lang.String)"><B>isIndexedPropertyAssignment(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</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/authc/SimpleAccount.html#isLocked()"><B>isLocked()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Returns <code>true</code> if this Account is locked and thus cannot be used to login, <code>false</code> otherwise.
<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/util/AntPathMatcher.html#isPattern(java.lang.String)"><B>isPattern(String)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AntPathMatcher.html" title="class in org.apache.shiro.util">AntPathMatcher</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/authz/Authorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>isPermitted(PrincipalCollection, String)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Returns <tt>true</tt> if the corresponding subject/user is permitted to perform an action or access a resource
summarized by the specified permission string.
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.authz.Permission)"><B>isPermitted(PrincipalCollection, Permission)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Returns <tt>true</tt> if the corresponding subject/user is permitted to perform an action or access a resource
summarized by the specified permission.
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>isPermitted(PrincipalCollection, String...)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Checks if the corresponding Subject implies the given permission strings and returns a boolean array
indicating which permissions are implied.
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.util.List)"><B>isPermitted(PrincipalCollection, List&lt;Permission&gt;)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Checks if the corresponding Subject/user implies the given Permissions and returns a boolean array indicating
which permissions are implied.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>isPermitted(PrincipalCollection, String)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Returns <code>true</code> if any of the configured realms'
<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><CODE>ModularRealmAuthorizer.isPermitted(org.apache.shiro.subject.PrincipalCollection, String)</CODE></A> returns <code>true</code>,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.authz.Permission)"><B>isPermitted(PrincipalCollection, Permission)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Returns <code>true</code> if any of the configured realms'
<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.authz.Permission)"><CODE>ModularRealmAuthorizer.isPermitted(org.apache.shiro.subject.PrincipalCollection, Permission)</CODE></A> call returns <code>true</code>,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>isPermitted(PrincipalCollection, String...)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Returns <code>true</code> if any of the configured realms'
<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermittedAll(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><CODE>ModularRealmAuthorizer.isPermittedAll(org.apache.shiro.subject.PrincipalCollection, String...)</CODE></A> call returns
<code>true</code>, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.util.List)"><B>isPermitted(PrincipalCollection, List&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Returns <code>true</code> if any of the configured realms'
<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.util.List)"><CODE>ModularRealmAuthorizer.isPermitted(org.apache.shiro.subject.PrincipalCollection, List)</CODE></A> call returns <code>true</code>,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#isPermitted(org.apache.shiro.authz.Permission)"><B>isPermitted(Permission)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>isPermitted(PrincipalCollection, String)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.authz.Permission)"><B>isPermitted(PrincipalCollection, Permission)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>isPermitted(PrincipalCollection, String...)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.util.List)"><B>isPermitted(PrincipalCollection, List&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><B>isPermitted(PrincipalCollection, String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.authz.Permission)"><B>isPermitted(PrincipalCollection, Permission)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#isPermitted(org.apache.shiro.authz.Permission, org.apache.shiro.authz.AuthorizationInfo)"><B>isPermitted(Permission, AuthorizationInfo)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>isPermitted(PrincipalCollection, String...)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.util.List)"><B>isPermitted(PrincipalCollection, List&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#isPermitted(java.util.List, org.apache.shiro.authz.AuthorizationInfo)"><B>isPermitted(List&lt;Permission&gt;, AuthorizationInfo)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#isPermitted(java.lang.String)"><B>isPermitted(String)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns <code>true</code> if this Subject is permitted to perform an action or access a resource summarized by the
specified permission string.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#isPermitted(org.apache.shiro.authz.Permission)"><B>isPermitted(Permission)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns <code>true</code> if this Subject is permitted to perform an action or access a resource summarized by the
specified permission.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#isPermitted(java.lang.String...)"><B>isPermitted(String...)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Checks if this Subject implies the given permission strings and returns a boolean array indicating which
permissions are implied.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#isPermitted(java.util.List)"><B>isPermitted(List&lt;Permission&gt;)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Checks if this Subject implies the given Permissions and returns a boolean array indicating which permissions
are implied.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#isPermitted(java.lang.String)"><B>isPermitted(String)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#isPermitted(org.apache.shiro.authz.Permission)"><B>isPermitted(Permission)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#isPermitted(java.lang.String...)"><B>isPermitted(String...)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#isPermitted(java.util.List)"><B>isPermitted(List&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<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/authz/Authorizer.html#isPermittedAll(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>isPermittedAll(PrincipalCollection, String...)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Returns <tt>true</tt> if the corresponding Subject/user implies all of the specified permission strings,
<tt>false</tt> otherwise.
<DT><A HREF="./org/apache/shiro/authz/Authorizer.html#isPermittedAll(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>isPermittedAll(PrincipalCollection, Collection&lt;Permission&gt;)</B></A> -
Method in interface org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/Authorizer.html" title="interface in org.apache.shiro.authz">Authorizer</A>
<DD>Returns <tt>true</tt> if the corresponding Subject/user implies all of the specified permissions, <tt>false</tt>
otherwise.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermittedAll(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>isPermittedAll(PrincipalCollection, String...)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Returns <code>true</code> if any of the configured realms'
<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, java.lang.String)"><CODE>ModularRealmAuthorizer.isPermitted(org.apache.shiro.subject.PrincipalCollection, String)</CODE></A> call returns <code>true</code>
for <em>all</em> of the specified string permissions, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermittedAll(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>isPermittedAll(PrincipalCollection, Collection&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Returns <code>true</code> if any of the configured realms'
<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.authz.Permission)"><CODE>ModularRealmAuthorizer.isPermitted(org.apache.shiro.subject.PrincipalCollection, Permission)</CODE></A> call returns <code>true</code>
for <em>all</em> of the specified Permissions, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#isPermittedAll(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>isPermittedAll(PrincipalCollection, String...)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html#isPermittedAll(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>isPermittedAll(PrincipalCollection, Collection&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#isPermittedAll(org.apache.shiro.subject.PrincipalCollection, java.lang.String...)"><B>isPermittedAll(PrincipalCollection, String...)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#isPermittedAll(org.apache.shiro.subject.PrincipalCollection, java.util.Collection)"><B>isPermittedAll(PrincipalCollection, Collection&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#isPermittedAll(java.util.Collection, org.apache.shiro.authz.AuthorizationInfo)"><B>isPermittedAll(Collection&lt;Permission&gt;, AuthorizationInfo)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#isPermittedAll(java.lang.String...)"><B>isPermittedAll(String...)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns <code>true</code> if this Subject implies all of the specified permission strings, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#isPermittedAll(java.util.Collection)"><B>isPermittedAll(Collection&lt;Permission&gt;)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns <code>true</code> if this Subject implies all of the specified permissions, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#isPermittedAll(java.lang.String...)"><B>isPermittedAll(String...)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#isPermittedAll(java.util.Collection)"><B>isPermittedAll(Collection&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#isPoolingConnections(java.lang.Object)"><B>isPoolingConnections(Object)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Returns <code>true</code> if LDAP connection pooling should be used when acquiring a connection based on the specified
account principal, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#isPoolingEnabled()"><B>isPoolingEnabled()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Returns whether or not connection pooling should be used when possible and appropriate.
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#isReference(java.lang.String)"><B>isReference(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#isRemembered()"><B>isRemembered()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns <code>true</code> if this <code>Subject</code> has an identity (it is not anonymous) and the identity
(aka <A HREF="./org/apache/shiro/subject/Subject.html#getPrincipals()"><CODE>principals</CODE></A>) is remembered from a successful authentication during a previous
session.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#isRemembered()"><B>isRemembered()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/RememberMeAuthenticationToken.html#isRememberMe()"><B>isRememberMe()</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/RememberMeAuthenticationToken.html" title="interface in org.apache.shiro.authc">RememberMeAuthenticationToken</A>
<DD>Returns <code>true</code> if the submitting user wishes their identity (principal(s)) to be remembered
across sessions, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#isRememberMe()"><B>isRememberMe()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Returns <tt>true</tt> if the submitting user wishes their identity (principal(s)) to be remembered
across sessions, <tt>false</tt> otherwise.
<DT><A HREF="./org/apache/shiro/cas/CasToken.html#isRememberMe()"><B>isRememberMe()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasToken.html" title="class in org.apache.shiro.cas">CasToken</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#isRememberMe(org.apache.shiro.authc.AuthenticationToken)"><B>isRememberMe(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Determines whether or not remember me services should be performed for the specified token.
<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/jndi/JndiLocator.html#isResourceRef()"><B>isResourceRef()</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiLocator.html" title="class in org.apache.shiro.jndi">JndiLocator</A>
<DD>Return whether the lookup occurs in a J2EE container.
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#isRolename(java.lang.String)"><B>isRolename(String)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html#isRunAs()"><B>isRunAs()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Returns <code>true</code> if this <code>Subject</code> is 'running as' another identity other than its original one or
<code>false</code> otherwise (normal <code>Subject</code> state).
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#isRunAs()"><B>isRunAs()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</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/config/Ini.html#isSectionHeader(java.lang.String)"><B>isSectionHeader(String)</B></A> -
Static method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<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/subject/SubjectContext.html#isSessionCreationEnabled()"><B>isSessionCreationEnabled()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Returns <code>true</code> if the constructed <code>Subject</code> should be allowed to create a session, <code>false</code>
otherwise.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#isSessionCreationEnabled()"><B>isSessionCreationEnabled()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#isSessionCreationEnabled()"><B>isSessionCreationEnabled()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>Returns <code>true</code> if this Subject is allowed to create sessions, <code>false</code> otherwise.
<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/mgt/DefaultSessionStorageEvaluator.html#isSessionStorageEnabled(org.apache.shiro.subject.Subject)"><B>isSessionStorageEnabled(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSessionStorageEvaluator.html" title="class in org.apache.shiro.mgt">DefaultSessionStorageEvaluator</A>
<DD>This implementation functions as follows:
If the specified Subject already has an existing <code>Session</code> (typically because an application developer
has called <code>subject.getSession()</code> already), Shiro will use that existing session to store subject state.
If a Subject does not yet have a Session, this implementation checks the
<A HREF="./org/apache/shiro/mgt/DefaultSessionStorageEvaluator.html#isSessionStorageEnabled()"><CODE>sessionStorageEnabled</CODE></A> property:
If <code>sessionStorageEnabled</code> is true (the default setting), a new session may be created to persist
Subject state if necessary.
If <code>sessionStorageEnabled</code> is <code>false</code>, a new session will <em>not</em> be created to persist
session state.
Most applications use Sessions and are OK with the default <code>true</code> setting for <code>sessionStorageEnabled</code>.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSessionStorageEvaluator.html#isSessionStorageEnabled()"><B>isSessionStorageEnabled()</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSessionStorageEvaluator.html" title="class in org.apache.shiro.mgt">DefaultSessionStorageEvaluator</A>
<DD>Returns <code>true</code> if any Subject's <code>Session</code> may be used to persist that <code>Subject</code>'s state,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html#isSessionStorageEnabled(org.apache.shiro.subject.Subject)"><B>isSessionStorageEnabled(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html" title="class in org.apache.shiro.mgt">DefaultSubjectDAO</A>
<DD>Determines if the subject's session will be used to persist subject state or not.
<DT><A HREF="./org/apache/shiro/mgt/SessionStorageEvaluator.html#isSessionStorageEnabled(org.apache.shiro.subject.Subject)"><B>isSessionStorageEnabled(Subject)</B></A> -
Method in interface org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SessionStorageEvaluator.html" title="interface in org.apache.shiro.mgt">SessionStorageEvaluator</A>
<DD>Returns <code>true</code> if the specified <code>Subject</code>'s
<A HREF="./org/apache/shiro/subject/Subject.html#getSession()"><CODE>session</CODE></A> may be used to persist that Subject's
state, <code>false</code> otherwise.
<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 <A HREF="./org/apache/shiro/mgt/DefaultSessionStorageEvaluator.html#isSessionStorageEnabled()"><CODE>DefaultSessionStorageEvaluator.isSessionStorageEnabled()</CODE></A> and no request-specific override has turned off
session storage, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#isSessionValidationSchedulerEnabled()"><B>isSessionValidationSchedulerEnabled()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#isShutdown()"><B>isShutdown()</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#isSingleton()"><B>isSingleton()</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Returns <code>true</code> always.
<DT><A HREF="./org/apache/shiro/util/AbstractFactory.html#isSingleton()"><B>isSingleton()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AbstractFactory.html" title="class in org.apache.shiro.util">AbstractFactory</A>
<DD>&nbsp;
<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><A HREF="./org/apache/shiro/SecurityUtils.html#setSecurityManager(org.apache.shiro.mgt.SecurityManager)"><CODE>setSecurityManager</CODE></A>),
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#isStopped()"><B>isStopped()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#isStoredCredentialsHexEncoded()"><B>isStoredCredentialsHexEncoded()</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>Returns <code>true</code> if the system's stored credential hash is Hex encoded, <code>false</code> if it
is Base64 encoded.
<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/concurrent/SubjectAwareExecutorService.html#isTerminated()"><B>isTerminated()</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#isTimedOut()"><B>isTimedOut()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>Determines if this session is expired.
<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/config/ReflectionBuilder.html#isTypedProperty(java.lang.Object, java.lang.String, java.lang.Class)"><B>isTypedProperty(Object, String, Class)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<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/realm/text/PropertiesRealm.html#isUsername(java.lang.String)"><B>isUsername(String)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#isValid(org.apache.shiro.session.mgt.SessionKey)"><B>isValid(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#isValid(org.apache.shiro.session.mgt.SessionKey)"><B>isValid(SessionKey)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Returns <code>true</code> if the associated session is valid (it exists and is not stopped nor expired),
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#isValid()"><B>isValid()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ValidatingSession.html#isValid()"><B>isValid()</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ValidatingSession.html" title="interface in org.apache.shiro.session.mgt">ValidatingSession</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/subject/SimplePrincipalCollection.html#iterator()"><B>iterator()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#iterator()"><B>iterator()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</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="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/util/JavaEnvironment.html#JAVA_13"><B>JAVA_13</B></A> -
Static variable in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JavaEnvironment.html" title="class in org.apache.shiro.util">JavaEnvironment</A>
<DD>Constant identifying the 1.3.x JVM (JDK 1.3).
<DT><A HREF="./org/apache/shiro/util/JavaEnvironment.html#JAVA_14"><B>JAVA_14</B></A> -
Static variable in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JavaEnvironment.html" title="class in org.apache.shiro.util">JavaEnvironment</A>
<DD>Constant identifying the 1.4.x JVM (J2SE 1.4).
<DT><A HREF="./org/apache/shiro/util/JavaEnvironment.html#JAVA_15"><B>JAVA_15</B></A> -
Static variable in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JavaEnvironment.html" title="class in org.apache.shiro.util">JavaEnvironment</A>
<DD>Constant identifying the 1.5 JVM (Java 5).
<DT><A HREF="./org/apache/shiro/util/JavaEnvironment.html#JAVA_16"><B>JAVA_16</B></A> -
Static variable in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JavaEnvironment.html" title="class in org.apache.shiro.util">JavaEnvironment</A>
<DD>Constant identifying the 1.6 JVM (Java 6).
<DT><A HREF="./org/apache/shiro/util/JavaEnvironment.html#JAVA_17"><B>JAVA_17</B></A> -
Static variable in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JavaEnvironment.html" title="class in org.apache.shiro.util">JavaEnvironment</A>
<DD>Constant identifying the 1.7 JVM.
<DT><A HREF="./org/apache/shiro/util/JavaEnvironment.html" title="class in org.apache.shiro.util"><B>JavaEnvironment</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Internal helper class used to find the Java/JDK version
that Shiro is operating within, to allow for automatically
adapting to the present platform's capabilities.<DT><A HREF="./org/apache/shiro/util/JavaEnvironment.html#JavaEnvironment()"><B>JavaEnvironment()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/JavaEnvironment.html" title="class in org.apache.shiro.util">JavaEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/JavaUuidSessionIdGenerator.html" title="class in org.apache.shiro.session.mgt.eis"><B>JavaUuidSessionIdGenerator</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</A><DD><A HREF="./org/apache/shiro/session/mgt/eis/SessionIdGenerator.html" title="interface in org.apache.shiro.session.mgt.eis"><CODE>SessionIdGenerator</CODE></A> that generates String values of JDK <A HREF="http://java.sun.com/javase/6/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util"><CODE>UUID</CODE></A>'s as the session IDs.<DT><A HREF="./org/apache/shiro/session/mgt/eis/JavaUuidSessionIdGenerator.html#JavaUuidSessionIdGenerator()"><B>JavaUuidSessionIdGenerator()</B></A> -
Constructor for class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/JavaUuidSessionIdGenerator.html" title="class in org.apache.shiro.session.mgt.eis">JavaUuidSessionIdGenerator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto"><B>JcaCipherService</B></A> - Class in <A HREF="./org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</A><DD>Abstract <code>CipherService</code> implementation utilizing Java's JCA APIs.<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#JcaCipherService(java.lang.String)"><B>JcaCipherService(String)</B></A> -
Constructor for class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>Creates a new <code>JcaCipherService</code> instance which will use the specified cipher <code>algorithmName</code>
for all encryption, decryption, and key operations.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc"><B>JdbcRealm</B></A> - Class in <A HREF="./org/apache/shiro/realm/jdbc/package-summary.html">org.apache.shiro.realm.jdbc</A><DD>Realm that allows authentication and authorization via JDBC calls.<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#JdbcRealm()"><B>JdbcRealm()</B></A> -
Constructor for class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.SaltStyle.html" title="enum in org.apache.shiro.realm.jdbc"><B>JdbcRealm.SaltStyle</B></A> - Enum in <A HREF="./org/apache/shiro/realm/jdbc/package-summary.html">org.apache.shiro.realm.jdbc</A><DD>Password hash salt configuration.<DT><A HREF="./org/apache/shiro/util/JdbcUtils.html" title="class in org.apache.shiro.util"><B>JdbcUtils</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>A set of static helper methods for managing JDBC API objects.<DT><A HREF="./org/apache/shiro/jndi/JndiCallback.html" title="interface in org.apache.shiro.jndi"><B>JndiCallback</B></A> - Interface in <A HREF="./org/apache/shiro/jndi/package-summary.html">org.apache.shiro.jndi</A><DD>Callback interface to be implemented by classes that need to perform an
operation (such as a lookup) in a JNDI context.<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap"><B>JndiLdapContextFactory</B></A> - Class in <A HREF="./org/apache/shiro/realm/ldap/package-summary.html">org.apache.shiro.realm.ldap</A><DD><A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap"><CODE>LdapContextFactory</CODE></A> implementation using the default Sun/Oracle JNDI Ldap API, utilizing JNDI
environment properties and an <A HREF="http://java.sun.com/javase/6/docs/api/javax/naming/InitialContext.html?is-external=true" title="class or interface in javax.naming"><CODE>InitialContext</CODE></A>.<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#JndiLdapContextFactory()"><B>JndiLdapContextFactory()</B></A> -
Constructor for class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Default no-argument constructor that initializes the backing <A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#getEnvironment()"><CODE>environment template</CODE></A> with
the <A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#setContextFactoryClassName(java.lang.String)"><CODE>contextFactoryClassName</CODE></A> equal to
<code>com.sun.jndi.ldap.LdapCtxFactory</code> (the Sun/Oracle default) and the default
<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#setReferral(java.lang.String)"><CODE>referral</CODE></A> behavior to <code>follow</code>.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap"><B>JndiLdapRealm</B></A> - Class in <A HREF="./org/apache/shiro/realm/ldap/package-summary.html">org.apache.shiro.realm.ldap</A><DD>An LDAP <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A> implementation utilizing Sun's/Oracle's
<a href="http://download-llnw.oracle.com/javase/tutorial/jndi/ldap/jndi.html">JNDI API as an LDAP API</a>.<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#JndiLdapRealm()"><B>JndiLdapRealm()</B></A> -
Constructor for class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>Default no-argument constructor that defaults the internal <A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap"><CODE>LdapContextFactory</CODE></A> instance to a
<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap"><CODE>JndiLdapContextFactory</CODE></A>.
<DT><A HREF="./org/apache/shiro/jndi/JndiLocator.html" title="class in org.apache.shiro.jndi"><B>JndiLocator</B></A> - Class in <A HREF="./org/apache/shiro/jndi/package-summary.html">org.apache.shiro.jndi</A><DD>Convenient superclass for JNDI accessors, providing "jndiTemplate"
and "jndiEnvironment" bean properties.<DT><A HREF="./org/apache/shiro/jndi/JndiLocator.html#JndiLocator()"><B>JndiLocator()</B></A> -
Constructor for class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiLocator.html" title="class in org.apache.shiro.jndi">JndiLocator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/jndi/JndiObjectFactory.html" title="class in org.apache.shiro.jndi"><B>JndiObjectFactory</B></A>&lt;<A HREF="./org/apache/shiro/jndi/JndiObjectFactory.html" title="type parameter in JndiObjectFactory">T</A>&gt; - Class in <A HREF="./org/apache/shiro/jndi/package-summary.html">org.apache.shiro.jndi</A><DD>A factory implementation intended to be used to look up objects in jndi.<DT><A HREF="./org/apache/shiro/jndi/JndiObjectFactory.html#JndiObjectFactory()"><B>JndiObjectFactory()</B></A> -
Constructor for class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiObjectFactory.html" title="class in org.apache.shiro.jndi">JndiObjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html" title="class in org.apache.shiro.realm.jndi"><B>JndiRealmFactory</B></A> - Class in <A HREF="./org/apache/shiro/realm/jndi/package-summary.html">org.apache.shiro.realm.jndi</A><DD>Looks up one or more Realm instances from JNDI using specified <A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html#setJndiNames(java.util.Collection)"><CODE>jndiNames</CODE></A>.<DT><A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html#JndiRealmFactory()"><B>JndiRealmFactory()</B></A> -
Constructor for class org.apache.shiro.realm.jndi.<A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html" title="class in org.apache.shiro.realm.jndi">JndiRealmFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/jndi/JndiTemplate.html" title="class in org.apache.shiro.jndi"><B>JndiTemplate</B></A> - Class in <A HREF="./org/apache/shiro/jndi/package-summary.html">org.apache.shiro.jndi</A><DD>Helper class that simplifies JNDI operations.<DT><A HREF="./org/apache/shiro/jndi/JndiTemplate.html#JndiTemplate()"><B>JndiTemplate()</B></A> -
Constructor for class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiTemplate.html" title="class in org.apache.shiro.jndi">JndiTemplate</A>
<DD>Create a new JndiTemplate instance.
<DT><A HREF="./org/apache/shiro/jndi/JndiTemplate.html#JndiTemplate(java.util.Properties)"><B>JndiTemplate(Properties)</B></A> -
Constructor for class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiTemplate.html" title="class in org.apache.shiro.jndi">JndiTemplate</A>
<DD>Create a new JndiTemplate instance, using the given environment.
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#join(java.util.Iterator, java.lang.String)"><B>join(Iterator&lt;?&gt;, String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Joins the elements of the provided <code>Iterator</code> into
a single String containing the provided elements.
</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/cache/Cache.html#keys()"><B>keys()</B></A> -
Method in interface org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache">Cache</A>
<DD>Returns a view of all the keys for entries contained in this cache.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCache.html#keys()"><B>keys()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache">EhCache</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cache/MapCache.html#keys()"><B>keys()</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/MapCache.html" title="class in org.apache.shiro.cache">MapCache</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#keySet()"><B>keySet()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#keySet()"><B>keySet()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#keySet()"><B>keySet()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/MapContext.html#keySet()"><B>keySet()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#keySet()"><B>keySet()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</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/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap"><B>LdapContextFactory</B></A> - Interface in <A HREF="./org/apache/shiro/realm/ldap/package-summary.html">org.apache.shiro.realm.ldap</A><DD>Interface that encapsulates the creation of <code>LdapContext</code> objects that are used by <A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap"><CODE>JndiLdapRealm</CODE></A>s to
perform authentication attempts and query for authorization data.<DT><A HREF="./org/apache/shiro/realm/ldap/LdapUtils.html" title="class in org.apache.shiro.realm.ldap"><B>LdapUtils</B></A> - Class in <A HREF="./org/apache/shiro/realm/ldap/package-summary.html">org.apache.shiro.realm.ldap</A><DD>Utility class providing static methods to make working with LDAP
easier.<DT><A HREF="./org/apache/shiro/realm/ldap/LdapUtils.html#LdapUtils()"><B>LdapUtils()</B></A> -
Constructor for class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/LdapUtils.html" title="class in org.apache.shiro.realm.ldap">LdapUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html" title="class in org.apache.shiro.spring"><B>LifecycleBeanPostProcessor</B></A> - Class in <A HREF="./org/apache/shiro/spring/package-summary.html">org.apache.shiro.spring</A><DD>Bean post processor for Spring that automatically calls the <tt>init()</tt> and/or
<tt>destroy()</tt> methods on Shiro objects that implement the <A HREF="./org/apache/shiro/util/Initializable.html" title="interface in org.apache.shiro.util"><CODE>Initializable</CODE></A>
or <A HREF="./org/apache/shiro/util/Destroyable.html" title="interface in org.apache.shiro.util"><CODE>Destroyable</CODE></A> interfaces, respectfully.<DT><A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html#LifecycleBeanPostProcessor()"><B>LifecycleBeanPostProcessor()</B></A> -
Constructor for class org.apache.shiro.spring.<A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html" title="class in org.apache.shiro.spring">LifecycleBeanPostProcessor</A>
<DD>Default Constructor.
<DT><A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html#LifecycleBeanPostProcessor(int)"><B>LifecycleBeanPostProcessor(int)</B></A> -
Constructor for class org.apache.shiro.spring.<A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html" title="class in org.apache.shiro.spring">LifecycleBeanPostProcessor</A>
<DD>Constructor with definable <A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html#getOrder()"><CODE>order value</CODE></A>.
<DT><A HREF="./org/apache/shiro/util/LifecycleUtils.html" title="class in org.apache.shiro.util"><B>LifecycleUtils</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Utility class to help call <A HREF="./org/apache/shiro/util/Initializable.html#init()"><CODE>Initializable.init()</CODE></A> and
<A HREF="./org/apache/shiro/util/Destroyable.html#destroy()"><CODE>Destroyable.destroy()</CODE></A> methods cleanly on any object.<DT><A HREF="./org/apache/shiro/util/LifecycleUtils.html#LifecycleUtils()"><B>LifecycleUtils()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/LifecycleUtils.html" title="class in org.apache.shiro.util">LifecycleUtils</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/config/Ini.html#load(java.lang.String)"><B>load(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Loads the specified raw INI-formatted text into this instance.
<DT><A HREF="./org/apache/shiro/config/Ini.html#load(java.io.InputStream)"><B>load(InputStream)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Loads the INI-formatted text backed by the given InputStream into this instance.
<DT><A HREF="./org/apache/shiro/config/Ini.html#load(java.io.Reader)"><B>load(Reader)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Loads the INI-formatted text backed by the given Reader into this instance.
<DT><A HREF="./org/apache/shiro/config/Ini.html#load(java.util.Scanner)"><B>load(Scanner)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Loads the INI-formatted text backed by the given Scanner.
<DT><A HREF="./org/apache/shiro/config/IniFactorySupport.html#loadDefaultClassPathIni()"><B>loadDefaultClassPathIni()</B></A> -
Static method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniFactorySupport.html" title="class in org.apache.shiro.config">IniFactorySupport</A>
<DD>Returns a new Ini instance created from the default <code>classpath:shiro.ini</code> file, or <code>null</code> if
the file does not exist.
<DT><A HREF="./org/apache/shiro/config/Ini.html#loadFromPath(java.lang.String)"><B>loadFromPath(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Loads data from the specified resource path into this current <code>Ini</code> instance.
<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/authc/LockedAccountException.html" title="class in org.apache.shiro.authc"><B>LockedAccountException</B></A> - Exception in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>A special kind of <tt>DisabledAccountException</tt>, this exception is thrown when attempting
to authenticate and the corresponding account has been disabled explicitly due to being locked.<DT><A HREF="./org/apache/shiro/authc/LockedAccountException.html#LockedAccountException()"><B>LockedAccountException()</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/LockedAccountException.html" title="class in org.apache.shiro.authc">LockedAccountException</A>
<DD>Creates a new LockedAccountException.
<DT><A HREF="./org/apache/shiro/authc/LockedAccountException.html#LockedAccountException(java.lang.String)"><B>LockedAccountException(String)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/LockedAccountException.html" title="class in org.apache.shiro.authc">LockedAccountException</A>
<DD>Constructs a new LockedAccountException.
<DT><A HREF="./org/apache/shiro/authc/LockedAccountException.html#LockedAccountException(java.lang.Throwable)"><B>LockedAccountException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/LockedAccountException.html" title="class in org.apache.shiro.authc">LockedAccountException</A>
<DD>Constructs a new LockedAccountException.
<DT><A HREF="./org/apache/shiro/authc/LockedAccountException.html#LockedAccountException(java.lang.String, java.lang.Throwable)"><B>LockedAccountException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/LockedAccountException.html" title="class in org.apache.shiro.authc">LockedAccountException</A>
<DD>Constructs a new LockedAccountException.
<DT><A HREF="./org/apache/shiro/authz/annotation/Logical.html" title="enum in org.apache.shiro.authz.annotation"><B>Logical</B></A> - Enum in <A HREF="./org/apache/shiro/authz/annotation/package-summary.html">org.apache.shiro.authz.annotation</A><DD>An enum for specifying a logical operation that can be used for
interpreting authorization annotations<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#login(org.apache.shiro.subject.Subject, org.apache.shiro.authc.AuthenticationToken)"><B>login(Subject, AuthenticationToken)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>First authenticates the <code>AuthenticationToken</code> argument, and if successful, constructs a
<code>Subject</code> instance representing the authenticated account's identity.
<DT><A HREF="./org/apache/shiro/mgt/SecurityManager.html#login(org.apache.shiro.subject.Subject, org.apache.shiro.authc.AuthenticationToken)"><B>login(Subject, AuthenticationToken)</B></A> -
Method in interface org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt">SecurityManager</A>
<DD>Logs in the specified Subject using the given <code>authenticationToken</code>, returning an updated Subject
instance reflecting the authenticated state if successful or throwing <code>AuthenticationException</code> if it is
not.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#login(org.apache.shiro.authc.AuthenticationToken)"><B>login(AuthenticationToken)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Performs a login attempt for this Subject/user.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#login(org.apache.shiro.authc.AuthenticationToken)"><B>login(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#LOGOUT"><B>LOGOUT</B></A> -
Static variable in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#logout(org.apache.shiro.subject.Subject)"><B>logout(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/SecurityManager.html#logout(org.apache.shiro.subject.Subject)"><B>logout(Subject)</B></A> -
Method in interface org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt">SecurityManager</A>
<DD>Logs out the specified Subject from the system.
<DT><A HREF="./org/apache/shiro/subject/Subject.html#logout()"><B>logout()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Logs out this Subject and invalidates and/or removes any associated entities,
such as a <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> and authorization data.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#logout()"><B>logout()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/LogoutAware.html" title="interface in org.apache.shiro.authc"><B>LogoutAware</B></A> - Interface in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>An SPI interface allowing cleanup logic to be executed during logout of a previously authenticated Subject/user.<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;
<DT><A HREF="./org/apache/shiro/jndi/JndiLocator.html#lookup(java.lang.String)"><B>lookup(String)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiLocator.html" title="class in org.apache.shiro.jndi">JndiLocator</A>
<DD>Perform an actual JNDI lookup for the given name via the JndiTemplate.
<DT><A HREF="./org/apache/shiro/jndi/JndiLocator.html#lookup(java.lang.String, java.lang.Class)"><B>lookup(String, Class)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiLocator.html" title="class in org.apache.shiro.jndi">JndiLocator</A>
<DD>Perform an actual JNDI lookup for the given name via the JndiTemplate.
<DT><A HREF="./org/apache/shiro/jndi/JndiTemplate.html#lookup(java.lang.String)"><B>lookup(String)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiTemplate.html" title="class in org.apache.shiro.jndi">JndiTemplate</A>
<DD>Look up the object with the given name in the current JNDI context.
<DT><A HREF="./org/apache/shiro/jndi/JndiTemplate.html#lookup(java.lang.String, java.lang.Class)"><B>lookup(String, Class)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiTemplate.html" title="class in org.apache.shiro.jndi">JndiTemplate</A>
<DD>Look up the object with the given name in the current JNDI context.
<DT><A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#lookupHashFormatClass(java.lang.String)"><B>lookupHashFormatClass(String)</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/env/DefaultEnvironment.html#lookupSecurityManager()"><B>lookupSecurityManager()</B></A> -
Method in class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>Looks up the <code>SecurityManager</code> instance in the backing map without performing any non-null guarantees.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/tools/hasher/Hasher.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class org.apache.shiro.tools.hasher.<A HREF="./org/apache/shiro/tools/hasher/Hasher.html" title="class in org.apache.shiro.tools.hasher">Hasher</A>
<DD>&nbsp;
<DT><A HREF="./Quickstart.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class <A HREF="./Quickstart.html" title="class in &lt;Unnamed&gt;">Quickstart</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#MAIN_SECTION_NAME"><B>MAIN_SECTION_NAME</B></A> -
Static variable in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html#manager"><B>manager</B></A> -
Variable in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html" title="class in org.apache.shiro.cache.ehcache">EhCacheManager</A>
<DD>The EhCache cache manager used by this implementation to create caches.
<DT><A HREF="./org/apache/shiro/cache/MapCache.html" title="class in org.apache.shiro.cache"><B>MapCache</B></A>&lt;<A HREF="./org/apache/shiro/cache/MapCache.html" title="type parameter in MapCache">K</A>,<A HREF="./org/apache/shiro/cache/MapCache.html" title="type parameter in MapCache">V</A>&gt; - Class in <A HREF="./org/apache/shiro/cache/package-summary.html">org.apache.shiro.cache</A><DD>A <code>MapCache</code> is a <A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache"><CODE>Cache</CODE></A> implementation that uses a backing <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A> instance to store
and retrieve cached data.<DT><A HREF="./org/apache/shiro/cache/MapCache.html#MapCache(java.lang.String, java.util.Map)"><B>MapCache(String, Map&lt;K, V&gt;)</B></A> -
Constructor for class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/MapCache.html" title="class in org.apache.shiro.cache">MapCache</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util"><B>MapContext</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>A <code>MapContext</code> provides a common base for context-based data storage in a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A>.<DT><A HREF="./org/apache/shiro/util/MapContext.html#MapContext()"><B>MapContext()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/MapContext.html#MapContext(java.util.Map)"><B>MapContext(Map&lt;String, Object&gt;)</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/AntPathMatcher.html#match(java.lang.String, java.lang.String)"><B>match(String, String)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AntPathMatcher.html" title="class in org.apache.shiro.util">AntPathMatcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.html#matches(java.lang.reflect.Method, java.lang.Class)"><B>matches(Method, Class)</B></A> -
Method in class org.apache.shiro.spring.security.interceptor.<A HREF="./org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.html" title="class in org.apache.shiro.spring.security.interceptor">AuthorizationAttributeSourceAdvisor</A>
<DD>Returns <tt>true</tt> if the method has any Shiro annotations, false otherwise.
<DT><A HREF="./org/apache/shiro/util/AntPathMatcher.html#matches(java.lang.String, java.lang.String)"><B>matches(String, String)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AntPathMatcher.html" title="class in org.apache.shiro.util">AntPathMatcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/PatternMatcher.html#matches(java.lang.String, java.lang.String)"><B>matches(String, String)</B></A> -
Method in interface org.apache.shiro.util.<A HREF="./org/apache/shiro/util/PatternMatcher.html" title="interface in org.apache.shiro.util">PatternMatcher</A>
<DD>Returns <code>true</code> if the given <code>source</code> matches the specified <code>pattern</code>,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/util/RegExPatternMatcher.html#matches(java.lang.String, java.lang.String)"><B>matches(String, String)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/RegExPatternMatcher.html" title="class in org.apache.shiro.util">RegExPatternMatcher</A>
<DD>Simple implementation that merely uses the default pattern comparison logic provided by the
JDK.
<DT><A HREF="./org/apache/shiro/util/AntPathMatcher.html#matchStart(java.lang.String, java.lang.String)"><B>matchStart(String, String)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AntPathMatcher.html" title="class in org.apache.shiro.util">AntPathMatcher</A>
<DD>&nbsp;
<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/crypto/hash/format/Shiro1CryptFormat.html#MCF_PREFIX"><B>MCF_PREFIX</B></A> -
Static variable in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format">Shiro1CryptFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/Md2CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><B>Md2CredentialsMatcher</B></A> - Class in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD><B>Deprecated.</B>&nbsp;<I>since 1.1 - use the HashedCredentialsMatcher directly and set its
<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#setHashAlgorithmName(java.lang.String)"><CODE>hashAlgorithmName</CODE></A> property.</I><DT><A HREF="./org/apache/shiro/authc/credential/Md2CredentialsMatcher.html#Md2CredentialsMatcher()"><B>Md2CredentialsMatcher()</B></A> -
Constructor for class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/Md2CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">Md2CredentialsMatcher</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash"><B>Md2Hash</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>Generates an MD2 Hash (RFC 1319) from a given input <tt>source</tt> with an optional <tt>salt</tt> and
hash iterations.<DT><A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html#Md2Hash()"><B>Md2Hash()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html#Md2Hash(java.lang.Object)"><B>Md2Hash(Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html#Md2Hash(java.lang.Object, java.lang.Object)"><B>Md2Hash(Object, Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html#Md2Hash(java.lang.Object, java.lang.Object, int)"><B>Md2Hash(Object, Object, int)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/Md5CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><B>Md5CredentialsMatcher</B></A> - Class in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD><B>Deprecated.</B>&nbsp;<I>since 1.1 - use the HashedCredentialsMatcher directly and set its
<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#setHashAlgorithmName(java.lang.String)"><CODE>hashAlgorithmName</CODE></A> property.</I><DT><A HREF="./org/apache/shiro/authc/credential/Md5CredentialsMatcher.html#Md5CredentialsMatcher()"><B>Md5CredentialsMatcher()</B></A> -
Constructor for class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/Md5CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">Md5CredentialsMatcher</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash"><B>Md5Hash</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>Generates an MD5 Hash (RFC 1321) from a given input <tt>source</tt> with an optional <tt>salt</tt> and
hash iterations.<DT><A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html#Md5Hash()"><B>Md5Hash()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html#Md5Hash(java.lang.Object)"><B>Md5Hash(Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html#Md5Hash(java.lang.Object, java.lang.Object)"><B>Md5Hash(Object, Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html#Md5Hash(java.lang.Object, java.lang.Object, int)"><B>Md5Hash(Object, Object, int)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cache/MemoryConstrainedCacheManager.html" title="class in org.apache.shiro.cache"><B>MemoryConstrainedCacheManager</B></A> - Class in <A HREF="./org/apache/shiro/cache/package-summary.html">org.apache.shiro.cache</A><DD>Simple memory-only based <A HREF="./org/apache/shiro/cache/CacheManager.html" title="interface in org.apache.shiro.cache"><CODE>CacheManager</CODE></A> implementation usable in production
environments.<DT><A HREF="./org/apache/shiro/cache/MemoryConstrainedCacheManager.html#MemoryConstrainedCacheManager()"><B>MemoryConstrainedCacheManager()</B></A> -
Constructor for class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/MemoryConstrainedCacheManager.html" title="class in org.apache.shiro.cache">MemoryConstrainedCacheManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html" title="class in org.apache.shiro.session.mgt.eis"><B>MemorySessionDAO</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</A><DD>Simple memory-based implementation of the SessionDAO that stores all of its sessions in an in-memory
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ConcurrentMap</CODE></A>.<DT><A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html#MemorySessionDAO()"><B>MemorySessionDAO()</B></A> -
Constructor for class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">MemorySessionDAO</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/MergableAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><B>MergableAuthenticationInfo</B></A> - Interface in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>An extension of the <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A> interface to be implemented by
classes that support merging with other <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A> instances.<DT><A HREF="./org/apache/shiro/authc/MergableAuthenticationInfo.html#merge(org.apache.shiro.authc.AuthenticationInfo)"><B>merge(AuthenticationInfo)</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/MergableAuthenticationInfo.html" title="interface in org.apache.shiro.authc">MergableAuthenticationInfo</A>
<DD>Merges the given <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A> into this instance.
<DT><A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html#merge(org.apache.shiro.authc.AuthenticationInfo, org.apache.shiro.authc.AuthenticationInfo)"><B>merge(AuthenticationInfo, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html" title="class in org.apache.shiro.authc.pam">AbstractAuthenticationStrategy</A>
<DD>Merges the specified <code>info</code> argument into the <code>aggregate</code> argument and then returns an
aggregate for continued use throughout the login process.
<DT><A HREF="./org/apache/shiro/authc/pam/FirstSuccessfulStrategy.html#merge(org.apache.shiro.authc.AuthenticationInfo, org.apache.shiro.authc.AuthenticationInfo)"><B>merge(AuthenticationInfo, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/FirstSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam">FirstSuccessfulStrategy</A>
<DD>Returns the specified <code>aggregate</code> instance if is non null and valid (that is, has principals and they are
not empty) immediately, or, if it is null or not valid, the <code>info</code> argument is returned instead.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#merge(org.apache.shiro.authc.AuthenticationInfo)"><B>merge(AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Merges the specified <code>AuthenticationInfo</code> into this <code>Account</code>.
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#merge(org.apache.shiro.authc.AuthenticationInfo)"><B>merge(AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Takes the specified <code>info</code> argument and adds its principals and credentials into this instance.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html#mergeAuthenticationState(org.apache.shiro.subject.Subject)"><B>mergeAuthenticationState(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html" title="class in org.apache.shiro.mgt">DefaultSubjectDAO</A>
<DD>Merges the Subject's current authentication state with whatever may be in
any available session.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html#mergePrincipals(org.apache.shiro.subject.Subject)"><B>mergePrincipals(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html" title="class in org.apache.shiro.mgt">DefaultSubjectDAO</A>
<DD>Merges the Subject's current <A HREF="./org/apache/shiro/subject/Subject.html#getPrincipals()"><CODE>Subject.getPrincipals()</CODE></A> with whatever may be in
any available session.
<DT><A HREF="./org/apache/shiro/aop/MethodInterceptor.html" title="interface in org.apache.shiro.aop"><B>MethodInterceptor</B></A> - Interface in <A HREF="./org/apache/shiro/aop/package-summary.html">org.apache.shiro.aop</A><DD>A <tt>MethodInterceptor</tt> intercepts a <tt>MethodInvocation</tt> to perform before or after logic (aka 'advice').<DT><A HREF="./org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html#methodInterceptors"><B>methodInterceptors</B></A> -
Variable in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AnnotationsAuthorizingMethodInterceptor</A>
<DD>The method interceptors to execute for the annotated method.
<DT><A HREF="./org/apache/shiro/aop/MethodInterceptorSupport.html" title="class in org.apache.shiro.aop"><B>MethodInterceptorSupport</B></A> - Class in <A HREF="./org/apache/shiro/aop/package-summary.html">org.apache.shiro.aop</A><DD>This class is an abstraction of AOP method interceptor behavior specific to Shiro that
leaves AOP implementation specifics to be handled by subclass implementations.<DT><A HREF="./org/apache/shiro/aop/MethodInterceptorSupport.html#MethodInterceptorSupport()"><B>MethodInterceptorSupport()</B></A> -
Constructor for class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/MethodInterceptorSupport.html" title="class in org.apache.shiro.aop">MethodInterceptorSupport</A>
<DD>Default no-argument constructor for subclasses.
<DT><A HREF="./org/apache/shiro/aop/MethodInvocation.html" title="interface in org.apache.shiro.aop"><B>MethodInvocation</B></A> - Interface in <A HREF="./org/apache/shiro/aop/package-summary.html">org.apache.shiro.aop</A><DD>3rd-party API independent representation of a method invocation.<DT><A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html#MILLIS_PER_HOUR"><B>MILLIS_PER_HOUR</B></A> -
Static variable in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#MILLIS_PER_HOUR"><B>MILLIS_PER_HOUR</B></A> -
Static variable in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html#MILLIS_PER_MINUTE"><B>MILLIS_PER_MINUTE</B></A> -
Static variable in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#MILLIS_PER_MINUTE"><B>MILLIS_PER_MINUTE</B></A> -
Static variable in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html#MILLIS_PER_SECOND"><B>MILLIS_PER_SECOND</B></A> -
Static variable in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#MILLIS_PER_SECOND"><B>MILLIS_PER_SECOND</B></A> -
Static variable in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/format/ModularCryptFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><B>ModularCryptFormat</B></A> - Interface in <A HREF="./org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</A><DD>A <code>HashFormat</code> that supports
<a href="http://packages.python.org/passlib/modular_crypt_format.html">Modular Crypt Format</a> token rules.<DT><A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam"><B>ModularRealmAuthenticator</B></A> - Class in <A HREF="./org/apache/shiro/authc/pam/package-summary.html">org.apache.shiro.authc.pam</A><DD>A <code>ModularRealmAuthenticator</code> delgates account lookups to a pluggable (modular) collection of
<A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A>s.<DT><A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html#ModularRealmAuthenticator()"><B>ModularRealmAuthenticator()</B></A> -
Constructor for class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam">ModularRealmAuthenticator</A>
<DD>Default no-argument constructor which
<A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html#setAuthenticationStrategy(org.apache.shiro.authc.pam.AuthenticationStrategy)"><CODE>enables</CODE></A> an
<A HREF="./org/apache/shiro/authc/pam/AtLeastOneSuccessfulStrategy.html" title="class in org.apache.shiro.authc.pam"><CODE>AtLeastOneSuccessfulStrategy</CODE></A> by default.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz"><B>ModularRealmAuthorizer</B></A> - Class in <A HREF="./org/apache/shiro/authz/package-summary.html">org.apache.shiro.authz</A><DD>A <tt>ModularRealmAuthorizer</tt> is an <tt>Authorizer</tt> implementation that consults one or more configured
<A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A>s during an authorization operation.<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#ModularRealmAuthorizer()"><B>ModularRealmAuthorizer()</B></A> -
Constructor for class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Default no-argument constructor, does nothing.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#ModularRealmAuthorizer(java.util.Collection)"><B>ModularRealmAuthorizer(Collection&lt;Realm&gt;)</B></A> -
Constructor for class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Constructor that accepts the <code>Realm</code>s to consult during an authorization check.
<DT><A HREF="./org/apache/shiro/subject/MutablePrincipalCollection.html" title="interface in org.apache.shiro.subject"><B>MutablePrincipalCollection</B></A> - Interface in <A HREF="./org/apache/shiro/subject/package-summary.html">org.apache.shiro.subject</A><DD>A <A HREF="./org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject"><CODE>PrincipalCollection</CODE></A> that allows modification.<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/authz/SimpleRole.html#name"><B>name</B></A> -
Variable in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<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/util/Nameable.html" title="interface in org.apache.shiro.util"><B>Nameable</B></A> - Interface in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Interface implemented by components that can be named, such as via configuration, and wish to have that name
set once it has been configured.<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/env/NamedObjectEnvironment.html" title="interface in org.apache.shiro.env"><B>NamedObjectEnvironment</B></A> - Interface in <A HREF="./org/apache/shiro/env/package-summary.html">org.apache.shiro.env</A><DD>An environment that supports object lookup by name.<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/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt"><B>NativeSessionManager</B></A> - Interface in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>A <code>Native</code> session manager is one that manages sessions natively - that is, it is directly responsible
for the creation, persistence and removal of <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> instances and their
lifecycles.<DT><A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#newHashFormatInstance(java.lang.Class)"><B>newHashFormatInstance(Class)</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#newHashInstance()"><B>newHashInstance()</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>Returns a new, <em>uninitialized</em> instance, without its byte array set.
<DT><A HREF="./org/apache/shiro/util/ClassUtils.html#newInstance(java.lang.String)"><B>newInstance(String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ClassUtils.html" title="class in org.apache.shiro.util">ClassUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ClassUtils.html#newInstance(java.lang.String, java.lang.Object...)"><B>newInstance(String, Object...)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ClassUtils.html" title="class in org.apache.shiro.util">ClassUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ClassUtils.html#newInstance(java.lang.Class)"><B>newInstance(Class)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ClassUtils.html" title="class in org.apache.shiro.util">ClassUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ClassUtils.html#newInstance(java.lang.Class, java.lang.Object...)"><B>newInstance(Class, Object...)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ClassUtils.html" title="class in org.apache.shiro.util">ClassUtils</A>
<DD>&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/session/mgt/DefaultSessionManager.html#newSessionInstance(org.apache.shiro.session.mgt.SessionContext)"><B>newSessionInstance(SessionContext)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.Builder.html#newSubjectContextInstance()"><B>newSubjectContextInstance()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</A>
<DD>Creates a new <code>SubjectContext</code> instance to be used to populate with subject contextual data that
will then be sent to the <code>SecurityManager</code> to create a new <code>Subject</code> instance.
<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/mgt/DefaultSubjectFactory.html#newSubjectInstance(org.apache.shiro.subject.PrincipalCollection, boolean, java.lang.String, org.apache.shiro.session.Session, org.apache.shiro.mgt.SecurityManager)"><B>newSubjectInstance(PrincipalCollection, boolean, String, Session, SecurityManager)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectFactory.html" title="class in org.apache.shiro.mgt">DefaultSubjectFactory</A>
<DD><B>Deprecated.</B>&nbsp;<I>since 1.2 - override <A HREF="./org/apache/shiro/mgt/DefaultSubjectFactory.html#createSubject(org.apache.shiro.subject.SubjectContext)"><CODE>DefaultSubjectFactory.createSubject(org.apache.shiro.subject.SubjectContext)</CODE></A> directly if you
need to instantiate a custom <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> class.</I>
<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 <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> class.</I>
<DT><A HREF="./org/apache/shiro/crypto/RandomNumberGenerator.html#nextBytes()"><B>nextBytes()</B></A> -
Method in interface org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/RandomNumberGenerator.html" title="interface in org.apache.shiro.crypto">RandomNumberGenerator</A>
<DD>Generates a byte array of fixed length filled with random data, often useful for generating salts,
initialization vectors or other seed data.
<DT><A HREF="./org/apache/shiro/crypto/RandomNumberGenerator.html#nextBytes(int)"><B>nextBytes(int)</B></A> -
Method in interface org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/RandomNumberGenerator.html" title="interface in org.apache.shiro.crypto">RandomNumberGenerator</A>
<DD>Generates a byte array of the specified length filled with random data.
<DT><A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html#nextBytes()"><B>nextBytes()</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html#nextBytes(int)"><B>nextBytes(int)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#NO_SESSION_CREATION"><B>NO_SESSION_CREATION</B></A> -
Static variable in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<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;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#notifyExpiration(org.apache.shiro.session.Session)"><B>notifyExpiration(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html#notifyFailure(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationException)"><B>notifyFailure(AuthenticationToken, AuthenticationException)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html" title="class in org.apache.shiro.authc">AbstractAuthenticator</A>
<DD>Notifies any registered <A HREF="./org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationListener</CODE></A>s that
authentication failed for the
specified <code>token</code> which resulted in the specified <code>ae</code> exception.
<DT><A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html#notifyLogout(org.apache.shiro.subject.PrincipalCollection)"><B>notifyLogout(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html" title="class in org.apache.shiro.authc">AbstractAuthenticator</A>
<DD>Notifies any registered <A HREF="./org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationListener</CODE></A>s that a
<code>Subject</code> has logged-out.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#notifyStart(org.apache.shiro.session.Session)"><B>notifyStart(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>Notifies any interested <A HREF="./org/apache/shiro/session/SessionListener.html" title="interface in org.apache.shiro.session"><CODE>SessionListener</CODE></A>s that a Session has started.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#notifyStop(org.apache.shiro.session.Session)"><B>notifyStop(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html#notifySuccess(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>notifySuccess(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html" title="class in org.apache.shiro.authc">AbstractAuthenticator</A>
<DD>Notifies any registered <A HREF="./org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationListener</CODE></A>s that
authentication was successful for the specified <code>token</code> which resulted in the specified
<code>info</code>.
<DT><A HREF="./org/apache/shiro/util/MapContext.html#nullSafePut(java.lang.String, java.lang.Object)"><B>nullSafePut(String, Object)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>Places a value in this context map under the given key only if the given <code>value</code> argument is not null.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#objectPermissions"><B>objectPermissions</B></A> -
Variable in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Collection of all object-based permissions associaed with the account.
<DT><A HREF="./org/apache/shiro/env/DefaultEnvironment.html#objects"><B>objects</B></A> -
Variable in class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#objectToBytes(java.lang.Object)"><B>objectToBytes(Object)</B></A> -
Method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Default implementation throws a CodecException immediately since it can't infer how to convert the Object
to a byte array.
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#objectToString(java.lang.Object)"><B>objectToString(Object)</B></A> -
Method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Default implementation merely returns <code>objectArgument.toString()</code>.
<DT><A HREF="./org/apache/shiro/cas/CasFilter.html#onAccessDenied(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>onAccessDenied(ServletRequest, ServletResponse)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasFilter.html" title="class in org.apache.shiro.cas">CasFilter</A>
<DD>Execute login by creating <A HREF="./org/apache/shiro/cas/CasFilter.html#createToken(javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><CODE>token</CODE></A> and logging subject
with this token.
<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/session/mgt/AbstractNativeSessionManager.html#onChange(org.apache.shiro.session.Session)"><B>onChange(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#onChange(org.apache.shiro.session.Session)"><B>onChange(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</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/subject/PrincipalCollection.html#oneByType(java.lang.Class)"><B>oneByType(Class&lt;T&gt;)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</A>
<DD>Returns the first discovered principal assignable from the specified type, or <code>null</code> if there are none
of the specified type.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#oneByType(java.lang.Class)"><B>oneByType(Class&lt;T&gt;)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#oneByType(java.lang.Class)"><B>oneByType(Class&lt;T&gt;)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#onEquals(org.apache.shiro.session.mgt.SimpleSession)"><B>onEquals(SimpleSession)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>Provides an attribute-based comparison (no ID comparison) - incurred <em>only</em> when 'this' or the
session object being compared for equality do not have a session id.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.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.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#onExpiration(org.apache.shiro.session.Session)"><B>onExpiration(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#onExpiration(org.apache.shiro.session.Session)"><B>onExpiration(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/SessionListener.html#onExpiration(org.apache.shiro.session.Session)"><B>onExpiration(Session)</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/SessionListener.html" title="interface in org.apache.shiro.session">SessionListener</A>
<DD>Notification callback that occurs when the corresponding Session has expired.
<DT><A HREF="./org/apache/shiro/session/SessionListenerAdapter.html#onExpiration(org.apache.shiro.session.Session)"><B>onExpiration(Session)</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/SessionListenerAdapter.html" title="class in org.apache.shiro.session">SessionListenerAdapter</A>
<DD>Adapter no-op implemenation - does nothing and returns immediately.
<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/mgt/AbstractRememberMeManager.html#onFailedLogin(org.apache.shiro.subject.Subject, org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationException)"><B>onFailedLogin(Subject, AuthenticationToken, AuthenticationException)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Reacts to a failed login by immediately <A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#forgetIdentity(org.apache.shiro.subject.Subject)"><CODE>forgetting</CODE></A> any
previously remembered identity.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#onFailedLogin(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationException, org.apache.shiro.subject.Subject)"><B>onFailedLogin(AuthenticationToken, AuthenticationException, Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/RememberMeManager.html#onFailedLogin(org.apache.shiro.subject.Subject, org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationException)"><B>onFailedLogin(Subject, AuthenticationToken, AuthenticationException)</B></A> -
Method in interface org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RememberMeManager.html" title="interface in org.apache.shiro.mgt">RememberMeManager</A>
<DD>Reacts to a failed authentication attempt, typically by forgetting any previously remembered principals for the
Subject.
<DT><A HREF="./org/apache/shiro/authc/AuthenticationListener.html#onFailure(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationException)"><B>onFailure(AuthenticationToken, AuthenticationException)</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc">AuthenticationListener</A>
<DD>Callback triggered when an authentication attempt for a <code>Subject</code> has failed.
<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/cas/CasRealm.html#onInit()"><B>onInit()</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#onInit()"><B>onInit()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Template method for subclasses to implement any initialization logic.
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#onInit()"><B>onInit()</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>Initializes this realm and potentially enables a cache, depending on configuration.
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#onInit()"><B>onInit()</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/IniRealm.html#onInit()"><B>onInit()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/IniRealm.html" title="class in org.apache.shiro.realm.text">IniRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#onInit()"><B>onInit()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html#onInit()"><B>onInit()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</A>
<DD>Will call 'processDefinitions' on startup.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.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.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</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/cas/CasFilter.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.cas.<A HREF="./org/apache/shiro/cas/CasFilter.html" title="class in org.apache.shiro.cas">CasFilter</A>
<DD>If login has failed, redirect user to the CAS error page (no ticket or ticket validation failed) except if the user is already
authenticated, in which case redirect to the default success url.
<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/cas/CasFilter.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.cas.<A HREF="./org/apache/shiro/cas/CasFilter.html" title="class in org.apache.shiro.cas">CasFilter</A>
<DD>If login has been successful, redirect user to the original protected url.
<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/authc/AbstractAuthenticator.html#onLogout(org.apache.shiro.subject.PrincipalCollection)"><B>onLogout(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html" title="class in org.apache.shiro.authc">AbstractAuthenticator</A>
<DD>This implementation merely calls
<A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html#notifyLogout(org.apache.shiro.subject.PrincipalCollection)"><CODE>notifyLogout</CODE></A> to allow any registered listeners
to react to the logout.
<DT><A HREF="./org/apache/shiro/authc/AuthenticationListener.html#onLogout(org.apache.shiro.subject.PrincipalCollection)"><B>onLogout(PrincipalCollection)</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc">AuthenticationListener</A>
<DD>Callback triggered when a <code>Subject</code> logs-out of the system.
<DT><A HREF="./org/apache/shiro/authc/LogoutAware.html#onLogout(org.apache.shiro.subject.PrincipalCollection)"><B>onLogout(PrincipalCollection)</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/LogoutAware.html" title="interface in org.apache.shiro.authc">LogoutAware</A>
<DD>Callback triggered when a <code>Subject</code> logs out of the system.
<DT><A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html#onLogout(org.apache.shiro.subject.PrincipalCollection)"><B>onLogout(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam">ModularRealmAuthenticator</A>
<DD>First calls <code>super.onLogout(principals)</code> to ensure a logout notification is issued, and for each
wrapped <code>Realm</code> that implements the <A HREF="./org/apache/shiro/authc/LogoutAware.html" title="interface in org.apache.shiro.authc"><CODE>LogoutAware</CODE></A> interface, calls
<code>((LogoutAware)realm).onLogout(principals)</code> to allow each realm the opportunity to perform
logout/cleanup operations during an user-logout.
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#onLogout(org.apache.shiro.subject.Subject)"><B>onLogout(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Reacts to a subject logging out of the application and immediately
<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#forgetIdentity(org.apache.shiro.subject.Subject)"><CODE>forgets</CODE></A> any previously stored identity and returns.
<DT><A HREF="./org/apache/shiro/mgt/RememberMeManager.html#onLogout(org.apache.shiro.subject.Subject)"><B>onLogout(Subject)</B></A> -
Method in interface org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RememberMeManager.html" title="interface in org.apache.shiro.mgt">RememberMeManager</A>
<DD>Reacts to a Subject logging out of the application, typically by forgetting any previously remembered
principals for the Subject.
<DT><A HREF="./org/apache/shiro/realm/CachingRealm.html#onLogout(org.apache.shiro.subject.PrincipalCollection)"><B>onLogout(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm">CachingRealm</A>
<DD>If caching is enabled, this will clear any cached data associated with the specified account identity.
<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/mgt/AbstractRememberMeManager.html#onRememberedPrincipalFailure(java.lang.RuntimeException, org.apache.shiro.subject.SubjectContext)"><B>onRememberedPrincipalFailure(RuntimeException, SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Called when an exception is thrown while trying to retrieve principals.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.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.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>Template method that allows subclasses to react to a new session being created.
<DT><A HREF="./org/apache/shiro/session/SessionListener.html#onStart(org.apache.shiro.session.Session)"><B>onStart(Session)</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/SessionListener.html" title="interface in org.apache.shiro.session">SessionListener</A>
<DD>Notification callback that occurs when the corresponding Session has started.
<DT><A HREF="./org/apache/shiro/session/SessionListenerAdapter.html#onStart(org.apache.shiro.session.Session)"><B>onStart(Session)</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/SessionListenerAdapter.html" title="class in org.apache.shiro.session">SessionListenerAdapter</A>
<DD>Adapter no-op implemenation - does nothing and returns immediately.
<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/session/mgt/AbstractNativeSessionManager.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.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#onStop(org.apache.shiro.session.Session)"><B>onStop(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#onStop(org.apache.shiro.session.Session)"><B>onStop(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/SessionListener.html#onStop(org.apache.shiro.session.Session)"><B>onStop(Session)</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/SessionListener.html" title="interface in org.apache.shiro.session">SessionListener</A>
<DD>Notification callback that occurs when the corresponding Session has stopped, either programmatically via
<A HREF="./org/apache/shiro/session/Session.html#stop()"><CODE>Session.stop()</CODE></A> or automatically upon a subject logging out.
<DT><A HREF="./org/apache/shiro/session/SessionListenerAdapter.html#onStop(org.apache.shiro.session.Session)"><B>onStop(Session)</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/SessionListenerAdapter.html" title="class in org.apache.shiro.session">SessionListenerAdapter</A>
<DD>Adapter no-op implemenation - does nothing and returns immediately.
<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/authc/AuthenticationListener.html#onSuccess(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>onSuccess(AuthenticationToken, AuthenticationInfo)</B></A> -
Method in interface org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc">AuthenticationListener</A>
<DD>Callback triggered when an authentication attempt for a <code>Subject</code> has succeeded.
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#onSuccessfulLogin(org.apache.shiro.subject.Subject, org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>onSuccessfulLogin(Subject, AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Reacts to the successful login attempt by first always <A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#forgetIdentity(org.apache.shiro.subject.Subject)"><CODE>forgetting</CODE></A> any previously
stored identity.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#onSuccessfulLogin(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo, org.apache.shiro.subject.Subject)"><B>onSuccessfulLogin(AuthenticationToken, AuthenticationInfo, Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/RememberMeManager.html#onSuccessfulLogin(org.apache.shiro.subject.Subject, org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>onSuccessfulLogin(Subject, AuthenticationToken, AuthenticationInfo)</B></A> -
Method in interface org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RememberMeManager.html" title="interface in org.apache.shiro.mgt">RememberMeManager</A>
<DD>Reacts to a successful authentication attempt, typically saving the principals to be retrieved ('remembered')
for future system access.
<DT><A HREF="./org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto"><B>OperationMode</B></A> - Enum in <A HREF="./org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</A><DD>A cipher <a href="http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation">mode of operation</a>
directs a cipher algorithm how to convert data during the encryption or decryption process.<DT><A HREF="./org/apache/shiro/package-summary.html"><B>org.apache.shiro</B></A> - package org.apache.shiro<DD>This package primarily exists as a root classpath distinction, but it does contain two core classes widely used
by applications, <A HREF="./org/apache/shiro/SecurityUtils.html" title="class in org.apache.shiro"><CODE>SecurityUtils</CODE></A> and
<A HREF="./org/apache/shiro/ShiroException.html" title="class in org.apache.shiro"><CODE>ShiroException</CODE></A>.<DT><A HREF="./org/apache/shiro/aop/package-summary.html"><B>org.apache.shiro.aop</B></A> - package org.apache.shiro.aop<DD>Components used to support the framework's AOP/interception support classes.<DT><A HREF="./org/apache/shiro/aspectj/package-summary.html"><B>org.apache.shiro.aspectj</B></A> - package org.apache.shiro.aspectj<DD><a href="http://www.eclipse.org/aspectj/">AspectJ</a> support for enabling
dynamic authorization using Shiro's annotations.<DT><A HREF="./org/apache/shiro/authc/package-summary.html"><B>org.apache.shiro.authc</B></A> - package org.apache.shiro.authc<DD>Core interfaces and exceptions concerning Authentication (the act of logging-in).<DT><A HREF="./org/apache/shiro/authc/credential/package-summary.html"><B>org.apache.shiro.authc.credential</B></A> - package org.apache.shiro.authc.credential<DD>Support for validating <em>credentials</em> (such as passwords or X509 certificates) during
authentication via the <A HREF="./org/apache/shiro/authc/credential/CredentialsMatcher.html" title="interface in org.apache.shiro.authc.credential"><CODE>CredentialsMatcher</CODE></A>
interface and its supporting implementations.<DT><A HREF="./org/apache/shiro/authc/pam/package-summary.html"><B>org.apache.shiro.authc.pam</B></A> - package org.apache.shiro.authc.pam<DD>Support for <em>PAM</em>, or <b>P</b>luggable <b>A</b>uthentication <b>M</b>odules, which is
the capability to authenticate a user against multiple configurable (pluggable) <em>modules</em> (Shiro
calls these <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A>s).<DT><A HREF="./org/apache/shiro/authz/package-summary.html"><B>org.apache.shiro.authz</B></A> - package org.apache.shiro.authz<DD>Core interfaces and exceptions supporting Authorization (access control).<DT><A HREF="./org/apache/shiro/authz/annotation/package-summary.html"><B>org.apache.shiro.authz.annotation</B></A> - package org.apache.shiro.authz.annotation<DD>Annotations used to restrict which classes, instances, or methods may be accessed or invoked depending on the
caller's access abilities or authentication state.<DT><A HREF="./org/apache/shiro/authz/aop/package-summary.html"><B>org.apache.shiro.authz.aop</B></A> - package org.apache.shiro.authz.aop<DD>Contains AOP implementation support classes specifically used for authorization operations, particularly supporting
AOP Method Interceptors and JSR-175 metadata Annotations.<DT><A HREF="./org/apache/shiro/authz/permission/package-summary.html"><B>org.apache.shiro.authz.permission</B></A> - package org.apache.shiro.authz.permission<DD>Support and default implementations for Shiro's <A HREF="./org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz"><CODE>Permission</CODE></A>
interface.<DT><A HREF="./org/apache/shiro/cache/package-summary.html"><B>org.apache.shiro.cache</B></A> - package org.apache.shiro.cache<DD>Caching support used to enhance performance for any security operation.<DT><A HREF="./org/apache/shiro/cache/ehcache/package-summary.html"><B>org.apache.shiro.cache.ehcache</B></A> - package org.apache.shiro.cache.ehcache<DD><a href="http://ehcache.sourceforge.net" target="_top">Ehcache</a>-based implementations of Shiro's
cache interfaces.<DT><A HREF="./org/apache/shiro/cas/package-summary.html"><B>org.apache.shiro.cas</B></A> - package org.apache.shiro.cas<DD>&nbsp;<DT><A HREF="./org/apache/shiro/codec/package-summary.html"><B>org.apache.shiro.codec</B></A> - package org.apache.shiro.codec<DD>Components for encoding and decoding of data across multiple formats, especially useful in Shiro's
cryptography and web functionality.<DT><A HREF="./org/apache/shiro/concurrent/package-summary.html"><B>org.apache.shiro.concurrent</B></A> - package org.apache.shiro.concurrent<DD><A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Executor</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutorService</CODE></A>,
and <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ScheduledExecutorService</CODE></A> implementations for transparent
<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> association with threads in an asynchronous execution environment.<DT><A HREF="./org/apache/shiro/config/package-summary.html"><B>org.apache.shiro.config</B></A> - package org.apache.shiro.config<DD>Components that support configuring Shiro in any application.<DT><A HREF="./org/apache/shiro/crypto/package-summary.html"><B>org.apache.shiro.crypto</B></A> - package org.apache.shiro.crypto<DD>Cryptography Cipher and Hashing components that greatly simplify the JDK's cryptography concepts and
add additional convenient behavior.<DT><A HREF="./org/apache/shiro/crypto/hash/package-summary.html"><B>org.apache.shiro.crypto.hash</B></A> - package org.apache.shiro.crypto.hash<DD>Cryptographic Hashing components that greatly simplify one-way data hashing in an application.<DT><A HREF="./org/apache/shiro/crypto/hash/format/package-summary.html"><B>org.apache.shiro.crypto.hash.format</B></A> - package org.apache.shiro.crypto.hash.format<DD>&nbsp;<DT><A HREF="./org/apache/shiro/dao/package-summary.html"><B>org.apache.shiro.dao</B></A> - package org.apache.shiro.dao<DD>Package containing various components useful when building Data Access Objects (DAOs), including a generic
Data Access Exception hierarchy.<DT><A HREF="./org/apache/shiro/env/package-summary.html"><B>org.apache.shiro.env</B></A> - package org.apache.shiro.env<DD>Concepts used to represent Shiro's aggregate state in an application.<DT><A HREF="./org/apache/shiro/functor/package-summary.html"><B>org.apache.shiro.functor</B></A> - package org.apache.shiro.functor<DD>Package containing <a href="http://en.wikipedia.org/wiki/Functor">functor</a> components used for data translation
or conversion.<DT><A HREF="./org/apache/shiro/guice/package-summary.html"><B>org.apache.shiro.guice</B></A> - package org.apache.shiro.guice<DD>&nbsp;<DT><A HREF="./org/apache/shiro/guice/aop/package-summary.html"><B>org.apache.shiro.guice.aop</B></A> - package org.apache.shiro.guice.aop<DD>&nbsp;<DT><A HREF="./org/apache/shiro/guice/web/package-summary.html"><B>org.apache.shiro.guice.web</B></A> - package org.apache.shiro.guice.web<DD>&nbsp;<DT><A HREF="./org/apache/shiro/io/package-summary.html"><B>org.apache.shiro.io</B></A> - package org.apache.shiro.io<DD>Support for reading and writing (input/output) raw data from multiple resource locations.<DT><A HREF="./org/apache/shiro/jndi/package-summary.html"><B>org.apache.shiro.jndi</B></A> - package org.apache.shiro.jndi<DD>Enables accessing objects located in JNDI that might be useful when configuring a Shiro-enabled application.<DT><A HREF="./org/apache/shiro/ldap/package-summary.html"><B>org.apache.shiro.ldap</B></A> - package org.apache.shiro.ldap<DD>&nbsp;<DT><A HREF="./org/apache/shiro/mgt/package-summary.html"><B>org.apache.shiro.mgt</B></A> - package org.apache.shiro.mgt<DD>Provides the master <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> interface and a default implementation
hierarchy for managing all aspects of Shiro's functionality in an application.<DT><A HREF="./org/apache/shiro/realm/package-summary.html"><B>org.apache.shiro.realm</B></A> - package org.apache.shiro.realm<DD>Components and sub-packages used in supporting the core <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A> interface.<DT><A HREF="./org/apache/shiro/realm/activedirectory/package-summary.html"><B>org.apache.shiro.realm.activedirectory</B></A> - package org.apache.shiro.realm.activedirectory<DD>Realms that acquire security data from a Microsoft Active Directory.<DT><A HREF="./org/apache/shiro/realm/jdbc/package-summary.html"><B>org.apache.shiro.realm.jdbc</B></A> - package org.apache.shiro.realm.jdbc<DD>Realms that acquire security data from an RDBMS (Relational Database Management System) using the
JDBC API.<DT><A HREF="./org/apache/shiro/realm/jndi/package-summary.html"><B>org.apache.shiro.realm.jndi</B></A> - package org.apache.shiro.realm.jndi<DD>Support for acquiring Realms from JNDI, particularly useful for configuring Shiro in JEE or EJB environments.<DT><A HREF="./org/apache/shiro/realm/ldap/package-summary.html"><B>org.apache.shiro.realm.ldap</B></A> - package org.apache.shiro.realm.ldap<DD>Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server
utilizing LDAP/Naming APIs.<DT><A HREF="./org/apache/shiro/realm/text/package-summary.html"><B>org.apache.shiro.realm.text</B></A> - package org.apache.shiro.realm.text<DD>Realms that acquire security data from text-based data sources such as <code>File</code>s or
text streams.<DT><A HREF="./org/apache/shiro/session/package-summary.html"><B>org.apache.shiro.session</B></A> - package org.apache.shiro.session<DD>Components related to managing sessions, the time-based data contexts in which a Subject
interacts with an application.<DT><A HREF="./org/apache/shiro/session/mgt/package-summary.html"><B>org.apache.shiro.session.mgt</B></A> - package org.apache.shiro.session.mgt<DD><A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionManager</CODE></A> components supporting enterprise session management.<DT><A HREF="./org/apache/shiro/session/mgt/eis/package-summary.html"><B>org.apache.shiro.session.mgt.eis</B></A> - package org.apache.shiro.session.mgt.eis<DD>EIS (Enterprise Information System)-tier components that can perform CRUD operations for sessions
using any EIS API.<DT><A HREF="./org/apache/shiro/session/mgt/quartz/package-summary.html"><B>org.apache.shiro.session.mgt.quartz</B></A> - package org.apache.shiro.session.mgt.quartz<DD><a href="http://www.opensymphony.com/quartz/" target="_top">Quartz</a>-based implementations of
components that help <tt>SessionManager</tt> implementations maintain sessions (timed expiration, orphan cleanup,
etc).<DT><A HREF="./org/apache/shiro/spring/package-summary.html"><B>org.apache.shiro.spring</B></A> - package org.apache.shiro.spring<DD><a href="http://www.springframework.org" target="_top">Spring Application Framework</a> support for enabling
Shiro in spring applications.<DT><A HREF="./org/apache/shiro/spring/aop/package-summary.html"><B>org.apache.shiro.spring.aop</B></A> - package org.apache.shiro.spring.aop<DD>&nbsp;<DT><A HREF="./org/apache/shiro/spring/remoting/package-summary.html"><B>org.apache.shiro.spring.remoting</B></A> - package org.apache.shiro.spring.remoting<DD>Support to enable Spring-based remote method invocations to carry a Shiro session ID as part of the
invocation payload, allowing remote clients to perform security operations.<DT><A HREF="./org/apache/shiro/spring/security/interceptor/package-summary.html"><B>org.apache.shiro.spring.security.interceptor</B></A> - package org.apache.shiro.spring.security.interceptor<DD>Spring AOP support for enabling Shiro annotations in Spring-configured applications.<DT><A HREF="./org/apache/shiro/spring/web/package-summary.html"><B>org.apache.shiro.spring.web</B></A> - package org.apache.shiro.spring.web<DD>Spring-specific components for use in Spring-based web applications.<DT><A HREF="./org/apache/shiro/subject/package-summary.html"><B>org.apache.shiro.subject</B></A> - package org.apache.shiro.subject<DD>Components supporting the <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> interface, the most important concept in
Shiro's API.<DT><A HREF="./org/apache/shiro/subject/support/package-summary.html"><B>org.apache.shiro.subject.support</B></A> - package org.apache.shiro.subject.support<DD>Concrete support implementations of most of the <code>org.apache.shiro.subject</code> interfaces.<DT><A HREF="./org/apache/shiro/tools/hasher/package-summary.html"><B>org.apache.shiro.tools.hasher</B></A> - package org.apache.shiro.tools.hasher<DD>&nbsp;<DT><A HREF="./org/apache/shiro/util/package-summary.html"><B>org.apache.shiro.util</B></A> - package org.apache.shiro.util<DD>Your run-of-the-mill 'util' pacakge for components and logic widely used across the framework that can't
find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies).<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 <A HREF="./org/apache/shiro/env/Environment.html" title="interface in org.apache.shiro.env"><CODE>Environment</CODE></A> 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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/Filter.html?is-external=true" title="class or interface in javax.servlet"><CODE>Filter</CODE></A> implementations used to control
access to web pages and URL resources.<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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/Filter.html?is-external=true" title="class or interface in javax.servlet"><CODE>Filter</CODE></A> implementations specific to controlling access based on a
subject's authentication status, or those that can execute authentications (log-ins) directly.<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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/Filter.html?is-external=true" title="class or interface in javax.servlet"><CODE>Filter</CODE></A> implementations that perform authorization (access control)
checks based on the Subject's abilities (for example, role or permission checks).<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
<A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> 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 <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> 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/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto"><B>PaddingScheme</B></A> - Enum in <A HREF="./org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</A><DD>A <code>CipherPaddingScheme</code> represents well-known
<a href="http://en.wikipedia.org/wiki/Padding_(cryptography)">padding schemes</a> supported by JPA providers in a
type-safe manner.<DT><A HREF="./org/apache/shiro/crypto/hash/format/ParsableHashFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><B>ParsableHashFormat</B></A> - Interface in <A HREF="./org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</A><DD>A <code>ParsableHashFormat</code> is able to parse a formatted string and convert it into a <A HREF="./org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash"><CODE>Hash</CODE></A> instance.<DT><A HREF="./org/apache/shiro/crypto/hash/format/ParsableHashFormat.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Method in interface org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/ParsableHashFormat.html" title="interface in org.apache.shiro.crypto.hash.format">ParsableHashFormat</A>
<DD>Parses the specified formatted string and returns the corresponding Hash instance.
<DT><A HREF="./org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format">Shiro1CryptFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#PART_DIVIDER_TOKEN"><B>PART_DIVIDER_TOKEN</B></A> -
Static variable in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>&nbsp;
<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/authc/credential/PasswordMatcher.html" title="class in org.apache.shiro.authc.credential"><B>PasswordMatcher</B></A> - Class in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD>A <A HREF="./org/apache/shiro/authc/credential/CredentialsMatcher.html" title="interface in org.apache.shiro.authc.credential"><CODE>CredentialsMatcher</CODE></A> that employs best-practices comparisons for hashed text passwords.<DT><A HREF="./org/apache/shiro/authc/credential/PasswordMatcher.html#PasswordMatcher()"><B>PasswordMatcher()</B></A> -
Constructor for class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/PasswordMatcher.html" title="class in org.apache.shiro.authc.credential">PasswordMatcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/PasswordService.html" title="interface in org.apache.shiro.authc.credential"><B>PasswordService</B></A> - Interface in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD>A <code>PasswordService</code> supports common use cases when using passwords as a credentials mechanism.<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#passwordsMatch(java.lang.Object, org.apache.shiro.crypto.hash.Hash)"><B>passwordsMatch(Object, Hash)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#passwordsMatch(java.lang.Object, java.lang.String)"><B>passwordsMatch(Object, String)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/HashingPasswordService.html#passwordsMatch(java.lang.Object, org.apache.shiro.crypto.hash.Hash)"><B>passwordsMatch(Object, Hash)</B></A> -
Method in interface org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashingPasswordService.html" title="interface in org.apache.shiro.authc.credential">HashingPasswordService</A>
<DD>Returns <code>true</code> if the <code>submittedPlaintext</code> password matches the existing <code>savedPasswordHash</code>,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/authc/credential/PasswordService.html#passwordsMatch(java.lang.Object, java.lang.String)"><B>passwordsMatch(Object, String)</B></A> -
Method in interface org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/PasswordService.html" title="interface in org.apache.shiro.authc.credential">PasswordService</A>
<DD>Returns <code>true</code> if the <code>submittedPlaintext</code> password matches the existing <code>saved</code> password,
<code>false</code> otherwise.
<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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/FilterChain.html?is-external=true" title="class or interface in javax.servlet"><CODE>FilterChain</CODE></A>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/util/PatternMatcher.html" title="interface in org.apache.shiro.util"><B>PatternMatcher</B></A> - Interface in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Interface for components that can match source strings against a specified pattern string.<DT><A HREF="./org/apache/shiro/aspectj/AspectjAnnotationsAuthorizingMethodInterceptor.html#performBeforeInterception(org.aspectj.lang.JoinPoint)"><B>performBeforeInterception(JoinPoint)</B></A> -
Method in class org.apache.shiro.aspectj.<A HREF="./org/apache/shiro/aspectj/AspectjAnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.aspectj">AspectjAnnotationsAuthorizingMethodInterceptor</A>
<DD>Performs the method interception of the before advice at the specified joint point.
<DT><A HREF="./org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz"><B>Permission</B></A> - Interface in <A HREF="./org/apache/shiro/authz/package-summary.html">org.apache.shiro.authz</A><DD>A Permission represents the ability to perform an action or access a resource.<DT><A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationHandler.html" title="class in org.apache.shiro.authz.aop"><B>PermissionAnnotationHandler</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>Checks to see if a @<A HREF="./org/apache/shiro/authz/annotation/RequiresPermissions.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresPermissions</CODE></A> annotation is
declared, and if so, performs a permission check to see if the calling <code>Subject</code> is allowed continued
access.<DT><A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationHandler.html#PermissionAnnotationHandler()"><B>PermissionAnnotationHandler()</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">PermissionAnnotationHandler</A>
<DD>Default no-argument constructor that ensures this handler looks for
<A HREF="./org/apache/shiro/authz/annotation/RequiresPermissions.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresPermissions</CODE></A> annotations.
<DT><A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop"><B>PermissionAnnotationMethodInterceptor</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>Checks to see if a @<A HREF="./org/apache/shiro/authz/annotation/RequiresPermissions.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresPermissions</CODE></A> annotation is declared, and if so, performs
a permission check to see if the calling <code>Subject</code> is allowed to call the method.<DT><A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationMethodInterceptor.html#PermissionAnnotationMethodInterceptor()"><B>PermissionAnnotationMethodInterceptor()</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">PermissionAnnotationMethodInterceptor</A>
<DD>Default no-argument constructor that ensures this interceptor looks for
<A HREF="./org/apache/shiro/authz/annotation/RequiresPermissions.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresPermissions</CODE></A> annotations in a method declaration.
<DT><A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationMethodInterceptor.html#PermissionAnnotationMethodInterceptor(org.apache.shiro.aop.AnnotationResolver)"><B>PermissionAnnotationMethodInterceptor(AnnotationResolver)</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/PermissionAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">PermissionAnnotationMethodInterceptor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#permissionResolver"><B>permissionResolver</B></A> -
Variable in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>A PermissionResolver to be used by <em>all</em> configured realms.
<DT><A HREF="./org/apache/shiro/authz/permission/PermissionResolver.html" title="interface in org.apache.shiro.authz.permission"><B>PermissionResolver</B></A> - Interface in <A HREF="./org/apache/shiro/authz/permission/package-summary.html">org.apache.shiro.authz.permission</A><DD>A <code>PermisisonResolver</code> resolves a String value and converts it into a
<A HREF="./org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz"><CODE>Permission</CODE></A> instance.<DT><A HREF="./org/apache/shiro/authz/permission/PermissionResolverAware.html" title="interface in org.apache.shiro.authz.permission"><B>PermissionResolverAware</B></A> - Interface in <A HREF="./org/apache/shiro/authz/permission/package-summary.html">org.apache.shiro.authz.permission</A><DD>Interface implemented by a component that wishes to use any application-configured <tt>PermissionResolver</tt> that
might already exist instead of potentially creating one itself.<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#permissions"><B>permissions</B></A> -
Variable in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<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/realm/jdbc/JdbcRealm.html#permissionsLookupEnabled"><B>permissionsLookupEnabled</B></A> -
Variable in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#permissionsQuery"><B>permissionsQuery</B></A> -
Variable in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</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/util/PermissionUtils.html" title="class in org.apache.shiro.util"><B>PermissionUtils</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Utility class to help with String-to-Permission object resolution.<DT><A HREF="./org/apache/shiro/util/PermissionUtils.html#PermissionUtils()"><B>PermissionUtils()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/PermissionUtils.html" title="class in org.apache.shiro.util">PermissionUtils</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/guice/web/ShiroWebModule.html#PERMS"><B>PERMS</B></A> -
Static variable in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#PORT"><B>PORT</B></A> -
Static variable in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</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/spring/LifecycleBeanPostProcessor.html#postProcessAfterInitialization(java.lang.Object, java.lang.String)"><B>postProcessAfterInitialization(Object, String)</B></A> -
Method in class org.apache.shiro.spring.<A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html" title="class in org.apache.shiro.spring">LifecycleBeanPostProcessor</A>
<DD>Does nothing - merely returns the object argument immediately.
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#postProcessAfterInitialization(java.lang.Object, java.lang.String)"><B>postProcessAfterInitialization(Object, String)</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Does nothing - only exists to satisfy the BeanPostProcessor interface and immediately returns the
<code>bean</code> argument.
<DT><A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html#postProcessBeforeDestruction(java.lang.Object, java.lang.String)"><B>postProcessBeforeDestruction(Object, String)</B></A> -
Method in class org.apache.shiro.spring.<A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html" title="class in org.apache.shiro.spring">LifecycleBeanPostProcessor</A>
<DD>Calls the <tt>destroy()</tt> methods on the bean if it implements <A HREF="./org/apache/shiro/util/Destroyable.html" title="interface in org.apache.shiro.util"><CODE>Destroyable</CODE></A>
<DT><A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html#postProcessBeforeInitialization(java.lang.Object, java.lang.String)"><B>postProcessBeforeInitialization(Object, String)</B></A> -
Method in class org.apache.shiro.spring.<A HREF="./org/apache/shiro/spring/LifecycleBeanPostProcessor.html" title="class in org.apache.shiro.spring">LifecycleBeanPostProcessor</A>
<DD>Calls the <tt>init()</tt> methods on the bean if it implements <A HREF="./org/apache/shiro/util/Initializable.html" title="interface in org.apache.shiro.util"><CODE>Initializable</CODE></A>
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#postProcessBeforeInitialization(java.lang.Object, java.lang.String)"><B>postProcessBeforeInitialization(Object, String)</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Inspects a bean, and if it implements the <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/Filter.html?is-external=true" title="class or interface in javax.servlet"><CODE>Filter</CODE></A> interface, automatically adds that filter
instance to the internal <A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#setFilters(java.util.Map)"><CODE>filters map</CODE></A> that will be referenced
later during filter chain construction.
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#PREFERRED_ENCODING"><B>PREFERRED_ENCODING</B></A> -
Static variable in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Shiro's default preferred character encoding, equal to <b><code>UTF-8</code></b>.
<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/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject"><B>PrincipalCollection</B></A> - Interface in <A HREF="./org/apache/shiro/subject/package-summary.html">org.apache.shiro.subject</A><DD>A collection of all principals associated with a corresponding <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A>.<DT><A HREF="./org/apache/shiro/subject/PrincipalMap.html" title="interface in org.apache.shiro.subject"><B>PrincipalMap</B></A> - Interface in <A HREF="./org/apache/shiro/subject/package-summary.html">org.apache.shiro.subject</A><DD>EXPERIMENTAL - DO NOT USE YET
<p/>
A <code>PrincipalMap</code> is map of all of a subject's principals - its identifying attributes like username, userId,
etc.<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#principals"><B>principals</B></A> -
Variable in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>The principals identifying the account associated with this AuthenticationInfo instance.
<DT><A HREF="./org/apache/shiro/subject/Subject.Builder.html#principals(org.apache.shiro.subject.PrincipalCollection)"><B>principals(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</A>
<DD>Ensures the <code>Subject</code> being built will reflect the specified principals (aka identity).
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#principals"><B>principals</B></A> -
Variable in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#PRINCIPALS_SESSION_KEY"><B>PRINCIPALS_SESSION_KEY</B></A> -
Static variable in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>The session key that is used to store subject principals.
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#principalSuffix"><B>principalSuffix</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#principalSuffix"><B>principalSuffix</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<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/aop/MethodInvocation.html#proceed()"><B>proceed()</B></A> -
Method in interface org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/MethodInvocation.html" title="interface in org.apache.shiro.aop">MethodInvocation</A>
<DD>Continues the method invocation chain, or if the last in the chain, the method itself.
<DT><A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html#proceed()"><B>proceed()</B></A> -
Method in class org.apache.shiro.aspectj.<A HREF="./org/apache/shiro/aspectj/BeforeAdviceMethodInvocationAdapter.html" title="class in org.apache.shiro.aspectj">BeforeAdviceMethodInvocationAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html#processDefinitions()"><B>processDefinitions()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</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/realm/text/TextConfigurationRealm.html#processRoleDefinitions()"><B>processRoleDefinitions()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html#processRoleDefinitions(java.util.Map)"><B>processRoleDefinitions(Map&lt;String, String&gt;)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html#processUserDefinitions()"><B>processUserDefinitions()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html#processUserDefinitions(java.util.Map)"><B>processUserDefinitions(Map&lt;String, String&gt;)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text"><B>PropertiesRealm</B></A> - Class in <A HREF="./org/apache/shiro/realm/text/package-summary.html">org.apache.shiro.realm.text</A><DD>A <A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text"><CODE>TextConfigurationRealm</CODE></A> that defers all logic to the parent class, but just enables
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util"><CODE>Properties</CODE></A> based configuration in addition to the parent class's String configuration.<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#PropertiesRealm()"><B>PropertiesRealm()</B></A> -
Constructor for class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html" title="enum in org.apache.shiro.crypto.hash.format"><B>ProvidedHashFormat</B></A> - Enum in <A HREF="./org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</A><DD>An enum representing Shiro's default provided <A HREF="./org/apache/shiro/crypto/hash/format/HashFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><CODE>HashFormat</CODE></A> implementations.<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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/FilterChain.html?is-external=true" title="class or interface in javax.servlet"><CODE>FilterChain</CODE></A> instance that proxies an original <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/FilterChain.html?is-external=true" title="class or interface in javax.servlet"><CODE>FilterChain</CODE></A> as well
as a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><CODE>List</CODE></A> of other <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/Filter.html?is-external=true" title="class or interface in javax.servlet"><CODE>Filter</CODE></A>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/session/ProxiedSession.html" title="class in org.apache.shiro.session"><B>ProxiedSession</B></A> - Class in <A HREF="./org/apache/shiro/session/package-summary.html">org.apache.shiro.session</A><DD>Simple <code>Session</code> implementation that immediately delegates all corresponding calls to an
underlying proxied session instance.<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#ProxiedSession(org.apache.shiro.session.Session)"><B>ProxiedSession(Session)</B></A> -
Constructor for class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Constructs an instance that proxies the specified <code>target</code>.
<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/cache/Cache.html#put(K, V)"><B>put(K, V)</B></A> -
Method in interface org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache">Cache</A>
<DD>Adds a Cache entry.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCache.html#put(K, V)"><B>put(K, V)</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache">EhCache</A>
<DD>Puts an object into the cache.
<DT><A HREF="./org/apache/shiro/cache/MapCache.html#put(K, V)"><B>put(K, V)</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/MapCache.html" title="class in org.apache.shiro.cache">MapCache</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#put(java.lang.String, org.apache.shiro.config.Ini.Section)"><B>put(String, Ini.Section)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#put(java.lang.String, java.lang.String)"><B>put(String, String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#put(java.lang.String, java.lang.Object)"><B>put(String, Object)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/MapContext.html#put(java.lang.String, java.lang.Object)"><B>put(String, Object)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#put(K, V)"><B>put(K, V)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>Creates a new entry, but wraps the value in a SoftValue instance to enable auto garbage collection.
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>Binds <tt>value</tt> for the given <code>key</code> to the current thread.
<DT><A HREF="./org/apache/shiro/config/Ini.html#putAll(java.util.Map)"><B>putAll(Map&lt;? extends String, ? extends Ini.Section&gt;)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#putAll(java.util.Map)"><B>putAll(Map&lt;? extends String, ? extends String&gt;)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#putAll(java.util.Map)"><B>putAll(Map&lt;? extends String, ?&gt;)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/MapContext.html#putAll(java.util.Map)"><B>putAll(Map&lt;? extends String, ?&gt;)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#putAll(java.util.Map)"><B>putAll(Map&lt;? extends K, ? extends V&gt;)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</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/session/mgt/quartz/QuartzSessionValidationJob.html" title="class in org.apache.shiro.session.mgt.quartz"><B>QuartzSessionValidationJob</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/quartz/package-summary.html">org.apache.shiro.session.mgt.quartz</A><DD>A quartz job that basically just calls the <A HREF="./org/apache/shiro/session/mgt/ValidatingSessionManager.html#validateSessions()"><CODE>ValidatingSessionManager.validateSessions()</CODE></A>
method on a configured session manager.<DT><A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationJob.html#QuartzSessionValidationJob()"><B>QuartzSessionValidationJob()</B></A> -
Constructor for class org.apache.shiro.session.mgt.quartz.<A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationJob.html" title="class in org.apache.shiro.session.mgt.quartz">QuartzSessionValidationJob</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt.quartz"><B>QuartzSessionValidationScheduler</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/quartz/package-summary.html">org.apache.shiro.session.mgt.quartz</A><DD>An implementation of the <A HREF="./org/apache/shiro/session/mgt/SessionValidationScheduler.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionValidationScheduler</CODE></A> that uses Quartz to schedule a
job to call <A HREF="./org/apache/shiro/session/mgt/ValidatingSessionManager.html#validateSessions()"><CODE>ValidatingSessionManager.validateSessions()</CODE></A> on
a regular basis.<DT><A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html#QuartzSessionValidationScheduler()"><B>QuartzSessionValidationScheduler()</B></A> -
Constructor for class org.apache.shiro.session.mgt.quartz.<A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt.quartz">QuartzSessionValidationScheduler</A>
<DD>Default constructor.
<DT><A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html#QuartzSessionValidationScheduler(org.apache.shiro.session.mgt.ValidatingSessionManager)"><B>QuartzSessionValidationScheduler(ValidatingSessionManager)</B></A> -
Constructor for class org.apache.shiro.session.mgt.quartz.<A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt.quartz">QuartzSessionValidationScheduler</A>
<DD>Constructor that specifies the session manager that should be used for validating sessions.
<DT><A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html#queryForAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.realm.ldap.LdapContextFactory)"><B>queryForAuthenticationInfo(AuthenticationToken, LdapContextFactory)</B></A> -
Method in class org.apache.shiro.realm.activedirectory.<A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html" title="class in org.apache.shiro.realm.activedirectory">ActiveDirectoryRealm</A>
<DD>Builds an <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A> object by querying the active directory LDAP context for the
specified username.
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#queryForAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.realm.ldap.LdapContextFactory)"><B>queryForAuthenticationInfo(AuthenticationToken, LdapContextFactory)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>Abstract method that should be implemented by subclasses to builds an
<A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A> object by querying the LDAP context for the
specified username.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#queryForAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.realm.ldap.LdapContextFactory)"><B>queryForAuthenticationInfo(AuthenticationToken, LdapContextFactory)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>This implementation opens an LDAP connection using the token's
<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#getLdapPrincipal(org.apache.shiro.authc.AuthenticationToken)"><CODE>discovered principal</CODE></A> and provided
<A HREF="./org/apache/shiro/authc/AuthenticationToken.html#getCredentials()"><CODE>credentials</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html#queryForAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.realm.ldap.LdapContextFactory)"><B>queryForAuthorizationInfo(PrincipalCollection, LdapContextFactory)</B></A> -
Method in class org.apache.shiro.realm.activedirectory.<A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html" title="class in org.apache.shiro.realm.activedirectory">ActiveDirectoryRealm</A>
<DD>Builds an <A HREF="./org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz"><CODE>AuthorizationInfo</CODE></A> object by querying the active directory LDAP context for the
groups that a user is a member of.
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#queryForAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.realm.ldap.LdapContextFactory)"><B>queryForAuthorizationInfo(PrincipalCollection, LdapContextFactory)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>Abstract method that should be implemented by subclasses to builds an
<A HREF="./org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz"><CODE>AuthorizationInfo</CODE></A> object by querying the LDAP context for the
specified principal.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#queryForAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection, org.apache.shiro.realm.ldap.LdapContextFactory)"><B>queryForAuthorizationInfo(PrincipalCollection, LdapContextFactory)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>Method that should be implemented by subclasses to build an
<A HREF="./org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz"><CODE>AuthorizationInfo</CODE></A> object by querying the LDAP context for the
specified principal.
<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.
<DT><A HREF="./Quickstart.html" title="class in &lt;Unnamed&gt;"><B>Quickstart</B></A> - Class in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>Simple Quickstart application showing how to use Shiro's API.<DT><A HREF="./Quickstart.html#Quickstart()"><B>Quickstart()</B></A> -
Constructor for class <A HREF="./Quickstart.html" title="class in &lt;Unnamed&gt;">Quickstart</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/crypto/RandomNumberGenerator.html" title="interface in org.apache.shiro.crypto"><B>RandomNumberGenerator</B></A> - Interface in <A HREF="./org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</A><DD>A component that can generate random number/byte values as needed.<DT><A HREF="./org/apache/shiro/session/mgt/eis/RandomSessionIdGenerator.html" title="class in org.apache.shiro.session.mgt.eis"><B>RandomSessionIdGenerator</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</A><DD>Generates session IDs by using a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Random.html?is-external=true" title="class or interface in java.util"><CODE>Random</CODE></A> instance to generate random IDs.<DT><A HREF="./org/apache/shiro/session/mgt/eis/RandomSessionIdGenerator.html#RandomSessionIdGenerator()"><B>RandomSessionIdGenerator()</B></A> -
Constructor for class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/RandomSessionIdGenerator.html" title="class in org.apache.shiro.session.mgt.eis">RandomSessionIdGenerator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html#readSession(java.io.Serializable)"><B>readSession(Serializable)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">AbstractSessionDAO</A>
<DD>Retrieves the Session object from the underlying EIS identified by <tt>sessionId</tt> by delegating to
the <A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html#doReadSession(java.io.Serializable)"><CODE>AbstractSessionDAO.doReadSession(java.io.Serializable)</CODE></A> method.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#readSession(java.io.Serializable)"><B>readSession(Serializable)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Attempts to acquire the Session from the cache first using the session ID as the cache key.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/SessionDAO.html#readSession(java.io.Serializable)"><B>readSession(Serializable)</B></A> -
Method in interface org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/SessionDAO.html" title="interface in org.apache.shiro.session.mgt.eis">SessionDAO</A>
<DD>Retrieves the session from the EIS uniquely identified by the specified
<code>sessionId</code>.
<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/realm/Realm.html" title="interface in org.apache.shiro.realm"><B>Realm</B></A> - Interface in <A HREF="./org/apache/shiro/realm/package-summary.html">org.apache.shiro.realm</A><DD>A <tt>Realm</tt> is a security component that can access application-specific security entities
such as users, roles, and permissions to determine authentication and authorization operations.<DT><A HREF="./org/apache/shiro/realm/RealmFactory.html" title="interface in org.apache.shiro.realm"><B>RealmFactory</B></A> - Interface in <A HREF="./org/apache/shiro/realm/package-summary.html">org.apache.shiro.realm</A><DD>Enables Shiro end-users to configure and initialize one or more <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A> instances
in any manner desired.<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#realms"><B>realms</B></A> -
Variable in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>The realms to consult during any authorization check.
<DT><A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html" title="class in org.apache.shiro.mgt"><B>RealmSecurityManager</B></A> - Class in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>Shiro support of a <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> class hierarchy based around a collection of
<A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A>s.<DT><A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#RealmSecurityManager()"><B>RealmSecurityManager()</B></A> -
Constructor for class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html" title="class in org.apache.shiro.mgt">RealmSecurityManager</A>
<DD>Default no-arg constructor.
<DT><A HREF="./org/apache/shiro/jndi/JndiTemplate.html#rebind(java.lang.String, java.lang.Object)"><B>rebind(String, Object)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiTemplate.html" title="class in org.apache.shiro.jndi">JndiTemplate</A>
<DD>Rebind the given object to the current JNDI context, using the given name.
<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/realm/ldap/DefaultLdapContextFactory.html#referral"><B>referral</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config"><B>ReflectionBuilder</B></A> - Class in <A HREF="./org/apache/shiro/config/package-summary.html">org.apache.shiro.config</A><DD>Object builder that uses reflection and Apache Commons BeanUtils to build objects given a
map of "property values".<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#ReflectionBuilder()"><B>ReflectionBuilder()</B></A> -
Constructor for class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#ReflectionBuilder(java.util.Map)"><B>ReflectionBuilder(Map&lt;String, ?&gt;)</B></A> -
Constructor for class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/RegExPatternMatcher.html" title="class in org.apache.shiro.util"><B>RegExPatternMatcher</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD><code>PatternMatcher</code> implementation that uses standard <A HREF="http://java.sun.com/javase/6/docs/api/java/util/regex/package-summary.html?is-external=true"><CODE>java.util.regex</CODE></A> objects.<DT><A HREF="./org/apache/shiro/util/RegExPatternMatcher.html#RegExPatternMatcher()"><B>RegExPatternMatcher()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/RegExPatternMatcher.html" title="class in org.apache.shiro.util">RegExPatternMatcher</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/subject/Subject.html#releaseRunAs()"><B>releaseRunAs()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Releases the current 'run as' (assumed) identity and reverts back to the previous 'pre run as'
identity that existed before <code>#runAs runAs</code> was called.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#releaseRunAs()"><B>releaseRunAs()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#reloadIntervalSeconds"><B>reloadIntervalSeconds</B></A> -
Variable in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#rememberIdentity(org.apache.shiro.subject.Subject, org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo)"><B>rememberIdentity(Subject, AuthenticationToken, AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Remembers a subject-unique identity for retrieval later.
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#rememberIdentity(org.apache.shiro.subject.Subject, org.apache.shiro.subject.PrincipalCollection)"><B>rememberIdentity(Subject, PrincipalCollection)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Remembers the specified account principals by first
<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#convertPrincipalsToBytes(org.apache.shiro.subject.PrincipalCollection)"><CODE>converting</CODE></A> them to a byte
array and then <A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#rememberSerializedIdentity(org.apache.shiro.subject.Subject, byte[])"><CODE>remembers</CODE></A> that
byte array.
<DT><A HREF="./org/apache/shiro/authc/RememberMeAuthenticationToken.html" title="interface in org.apache.shiro.authc"><B>RememberMeAuthenticationToken</B></A> - Interface in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>An <code>AuthenticationToken</code> that indicates if the user wishes their identity to be remembered across sessions.<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#rememberMeFailedLogin(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationException, org.apache.shiro.subject.Subject)"><B>rememberMeFailedLogin(AuthenticationToken, AuthenticationException, Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#rememberMeLogout(org.apache.shiro.subject.Subject)"><B>rememberMeLogout(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#rememberMeManager"><B>rememberMeManager</B></A> -
Variable in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/RememberMeManager.html" title="interface in org.apache.shiro.mgt"><B>RememberMeManager</B></A> - Interface in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>A RememberMeManager is responsible for remembering a Subject's identity across that Subject's sessions with
the application.<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#rememberMeSuccessfulLogin(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo, org.apache.shiro.subject.Subject)"><B>rememberMeSuccessfulLogin(AuthenticationToken, AuthenticationInfo, Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#rememberSerializedIdentity(org.apache.shiro.subject.Subject, byte[])"><B>rememberSerializedIdentity(Subject, byte[])</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Persists the identity bytes to a persistent store for retrieval later via the
<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getRememberedSerializedIdentity(org.apache.shiro.subject.SubjectContext)"><CODE>AbstractRememberMeManager.getRememberedSerializedIdentity(SubjectContext)</CODE></A> method.
<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/cache/Cache.html#remove(K)"><B>remove(K)</B></A> -
Method in interface org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache">Cache</A>
<DD>Remove the cache entry corresponding to the specified key.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCache.html#remove(K)"><B>remove(K)</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache">EhCache</A>
<DD>Removes the element which matches the key.
<DT><A HREF="./org/apache/shiro/cache/MapCache.html#remove(K)"><B>remove(K)</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/MapCache.html" title="class in org.apache.shiro.cache">MapCache</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/MapContext.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>Unbinds the value for the given <code>key</code> from the current
thread.
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#remove()"><B>remove()</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ThreadLocal.html?is-external=true#remove()" title="class or interface in java.lang"><CODE>Remove</CODE></A>s the underlying <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ThreadLocal.html?is-external=true" title="class or interface in java.lang"><CODE>ThreadLocal</CODE></A> from the thread.
<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/session/mgt/AbstractNativeSessionManager.html#removeAttribute(org.apache.shiro.session.mgt.SessionKey, java.lang.Object)"><B>removeAttribute(SessionKey, Object)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#removeAttribute(java.lang.Object)"><B>removeAttribute(Object)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html#removeAttribute(java.lang.Object)"><B>removeAttribute(Object)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html" title="class in org.apache.shiro.session.mgt">ImmutableProxiedSession</A>
<DD>Immediately <A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html#throwImmutableException()"><CODE>throws</CODE></A> an <code>InvalidSessionException</code> in all
cases because this proxy is immutable.
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#removeAttribute(org.apache.shiro.session.mgt.SessionKey, java.lang.Object)"><B>removeAttribute(SessionKey, Object)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Removes (unbinds) the object bound to associated <code>Session</code> under the given <code>attributeKey</code>.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#removeAttribute(java.lang.Object)"><B>removeAttribute(Object)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#removeAttribute(java.lang.Object)"><B>removeAttribute(Object)</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Immediately delegates to the underlying proxied session.
<DT><A HREF="./org/apache/shiro/session/Session.html#removeAttribute(java.lang.Object)"><B>removeAttribute(Object)</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session">Session</A>
<DD>Removes (unbinds) the object bound to this session under the specified <code>key</code> name.
<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/mgt/DefaultSubjectDAO.html#removeFromSession(org.apache.shiro.subject.Subject)"><B>removeFromSession(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html" title="class in org.apache.shiro.mgt">DefaultSubjectDAO</A>
<DD>Removes any existing subject state from the Subject's session (if the session exists).
<DT><A HREF="./org/apache/shiro/subject/PrincipalMap.html#removeRealmPrincipal(java.lang.String, java.lang.String)"><B>removeRealmPrincipal(String, String)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalMap.html" title="interface in org.apache.shiro.subject">PrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#removeRealmPrincipal(java.lang.String, java.lang.String)"><B>removeRealmPrincipal(String, String)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</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/config/Ini.html#removeSection(java.lang.String)"><B>removeSection(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Removes the section with the specified name and returns it, or <code>null</code> if the section did not exist.
<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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletRequest.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletRequest</CODE></A> and
<A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletResponse.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletResponse</CODE></A> pair associated with a currently executing request.<DT><A HREF="./org/apache/shiro/env/RequiredTypeException.html" title="class in org.apache.shiro.env"><B>RequiredTypeException</B></A> - Exception in <A HREF="./org/apache/shiro/env/package-summary.html">org.apache.shiro.env</A><DD>Exception thrown when attempting to acquire an object of a required type and that object does not equal, extend, or
implement a specified <code>Class</code>.<DT><A HREF="./org/apache/shiro/env/RequiredTypeException.html#RequiredTypeException(java.lang.String)"><B>RequiredTypeException(String)</B></A> -
Constructor for exception org.apache.shiro.env.<A HREF="./org/apache/shiro/env/RequiredTypeException.html" title="class in org.apache.shiro.env">RequiredTypeException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/env/RequiredTypeException.html#RequiredTypeException(java.lang.String, java.lang.Throwable)"><B>RequiredTypeException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.env.<A HREF="./org/apache/shiro/env/RequiredTypeException.html" title="class in org.apache.shiro.env">RequiredTypeException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/annotation/RequiresAuthentication.html" title="annotation in org.apache.shiro.authz.annotation"><B>RequiresAuthentication</B></A> - Annotation Type in <A HREF="./org/apache/shiro/authz/annotation/package-summary.html">org.apache.shiro.authz.annotation</A><DD>Requires the current Subject to have been authenticated <em>during their current session</em> for the annotated
class/instance/method to be accessed or invoked.<DT><A HREF="./org/apache/shiro/authz/annotation/RequiresGuest.html" title="annotation in org.apache.shiro.authz.annotation"><B>RequiresGuest</B></A> - Annotation Type in <A HREF="./org/apache/shiro/authz/annotation/package-summary.html">org.apache.shiro.authz.annotation</A><DD>Requires the current Subject to be a &quot;guest&quot;, that is, they are not authenticated <em>or</em> remembered
from a previous session for the annotated class/instance/method to be accessed or invoked.<DT><A HREF="./org/apache/shiro/authz/annotation/RequiresPermissions.html" title="annotation in org.apache.shiro.authz.annotation"><B>RequiresPermissions</B></A> - Annotation Type in <A HREF="./org/apache/shiro/authz/annotation/package-summary.html">org.apache.shiro.authz.annotation</A><DD>
Requires the current executor's Subject to imply a particular permission in
order to execute the annotated method.<DT><A HREF="./org/apache/shiro/authz/annotation/RequiresRoles.html" title="annotation in org.apache.shiro.authz.annotation"><B>RequiresRoles</B></A> - Annotation Type in <A HREF="./org/apache/shiro/authz/annotation/package-summary.html">org.apache.shiro.authz.annotation</A><DD>Requires the currently executing <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> to have all of the
specified roles.<DT><A HREF="./org/apache/shiro/authz/annotation/RequiresUser.html" title="annotation in org.apache.shiro.authz.annotation"><B>RequiresUser</B></A> - Annotation Type in <A HREF="./org/apache/shiro/authz/annotation/package-summary.html">org.apache.shiro.authz.annotation</A><DD>Requires the current Subject to be an application <em>user</em> for the annotated class/instance/method to be
accessed or invoked.<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#resolveAuthenticated()"><B>resolveAuthenticated()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#resolveAuthenticated()"><B>resolveAuthenticated()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/io/ClassResolvingObjectInputStream.html#resolveClass(java.io.ObjectStreamClass)"><B>resolveClass(ObjectStreamClass)</B></A> -
Method in class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/ClassResolvingObjectInputStream.html" title="class in org.apache.shiro.io">ClassResolvingObjectInputStream</A>
<DD>Resolves an <A HREF="http://java.sun.com/javase/6/docs/api/java/io/ObjectStreamClass.html?is-external=true" title="class or interface in java.io"><CODE>ObjectStreamClass</CODE></A> by delegating to Shiro's
<A HREF="./org/apache/shiro/util/ClassUtils.html#forName(java.lang.String)"><CODE>ClassUtils.forName(String)</CODE></A> utility method, which is known to work in all ClassLoader environments.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#resolveContextSession(org.apache.shiro.subject.SubjectContext)"><B>resolveContextSession(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/PermissionUtils.html#resolveDelimitedPermissions(java.lang.String, org.apache.shiro.authz.permission.PermissionResolver)"><B>resolveDelimitedPermissions(String, PermissionResolver)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/PermissionUtils.html" title="class in org.apache.shiro.util">PermissionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#resolveHost()"><B>resolveHost()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#resolveHost()"><B>resolveHost()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<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/config/IniFactorySupport.html#resolveIni()"><B>resolveIni()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniFactorySupport.html" title="class in org.apache.shiro.config">IniFactorySupport</A>
<DD>Tries to resolve the Ini instance to use for configuration.
<DT><A HREF="./org/apache/shiro/authz/permission/PermissionResolver.html#resolvePermission(java.lang.String)"><B>resolvePermission(String)</B></A> -
Method in interface org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/PermissionResolver.html" title="interface in org.apache.shiro.authz.permission">PermissionResolver</A>
<DD>Resolves a Permission based on the given String representation.
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermissionResolver.html#resolvePermission(java.lang.String)"><B>resolvePermission(String)</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermissionResolver.html" title="class in org.apache.shiro.authz.permission">WildcardPermissionResolver</A>
<DD>Returns a new <A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission"><CODE>WildcardPermission</CODE></A> instance constructed based on the specified
<tt>permissionString</tt>.
<DT><A HREF="./org/apache/shiro/util/PermissionUtils.html#resolvePermissions(java.util.Collection, org.apache.shiro.authz.permission.PermissionResolver)"><B>resolvePermissions(Collection&lt;String&gt;, PermissionResolver)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/PermissionUtils.html" title="class in org.apache.shiro.util">PermissionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/RolePermissionResolver.html#resolvePermissionsInRole(java.lang.String)"><B>resolvePermissionsInRole(String)</B></A> -
Method in interface org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/RolePermissionResolver.html" title="interface in org.apache.shiro.authz.permission">RolePermissionResolver</A>
<DD>Resolves a Collection of Permissions based on the given String representation.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#resolvePrincipals(org.apache.shiro.subject.SubjectContext)"><B>resolvePrincipals(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Attempts to resolve an identity (a <A HREF="./org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject"><CODE>PrincipalCollection</CODE></A>) for the context using heuristics.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#resolvePrincipals()"><B>resolvePrincipals()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#resolvePrincipals()"><B>resolvePrincipals()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#resolveReference(java.lang.String)"><B>resolveReference(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#resolveSecurityManager()"><B>resolveSecurityManager()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Resolves the <code>SecurityManager</code> instance that should be used to back the constructed <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A>
instance (typically used to support <A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support"><CODE>DelegatingSubject</CODE></A> implementations).
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#resolveSecurityManager()"><B>resolveSecurityManager()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</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/mgt/DefaultSecurityManager.html#resolveSession(org.apache.shiro.subject.SubjectContext)"><B>resolveSession(SubjectContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Attempts to resolve any associated session based on the context and returns a
context that represents this resolved <code>Session</code> to ensure it may be referenced if necessary by the
invoked <A HREF="./org/apache/shiro/mgt/SubjectFactory.html" title="interface in org.apache.shiro.mgt"><CODE>SubjectFactory</CODE></A> that performs actual <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> construction.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#resolveSession()"><B>resolveSession()</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#resolveSession()"><B>resolveSession()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#resolveValue(java.lang.String)"><B>resolveValue(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</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/config/ResourceConfigurable.html" title="interface in org.apache.shiro.config"><B>ResourceConfigurable</B></A> - Interface in <A HREF="./org/apache/shiro/config/package-summary.html">org.apache.shiro.config</A><DD>Interface implemented by components that can be configured by resource locations (paths).<DT><A HREF="./org/apache/shiro/io/ResourceUtils.html#resourceExists(java.lang.String)"><B>resourceExists(String)</B></A> -
Static method in class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/ResourceUtils.html" title="class in org.apache.shiro.io">ResourceUtils</A>
<DD>Returns <code>true</code> if the resource at the specified path exists, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#resourcePath"><B>resourcePath</B></A> -
Variable in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/io/ResourceUtils.html" title="class in org.apache.shiro.io"><B>ResourceUtils</B></A> - Class in <A HREF="./org/apache/shiro/io/package-summary.html">org.apache.shiro.io</A><DD>Static helper methods for loading <code>Stream</code>-backed resources.<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#REST"><B>REST</B></A> -
Static variable in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/SubjectThreadState.html#restore()"><B>restore()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectThreadState.html" title="class in org.apache.shiro.subject.support">SubjectThreadState</A>
<DD><A HREF="./org/apache/shiro/util/ThreadContext.html#remove(java.lang.Object)"><CODE>Remove</CODE></A>s all thread-state that was bound by this instance.
<DT><A HREF="./org/apache/shiro/util/ThreadState.html#restore()"><B>restore()</B></A> -
Method in interface org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadState.html" title="interface in org.apache.shiro.util">ThreadState</A>
<DD>Restores a thread to its state before bind <A HREF="./org/apache/shiro/util/ThreadState.html#bind()"><CODE>bind</CODE></A> was invoked.
<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/session/mgt/AbstractValidatingSessionManager.html#retrieveSession(org.apache.shiro.session.mgt.SessionKey)"><B>retrieveSession(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>Looks up a session from the underlying data store based on the specified session key.
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#retrieveSession(org.apache.shiro.session.mgt.SessionKey)"><B>retrieveSession(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#retrieveSessionFromDataSource(java.io.Serializable)"><B>retrieveSessionFromDataSource(Serializable)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/aop/RoleAnnotationHandler.html" title="class in org.apache.shiro.authz.aop"><B>RoleAnnotationHandler</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>Checks to see if a @<A HREF="./org/apache/shiro/authz/annotation/RequiresRoles.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresRoles</CODE></A> annotation is declared, and if so, performs
a role check to see if the calling <code>Subject</code> is allowed to proceed.<DT><A HREF="./org/apache/shiro/authz/aop/RoleAnnotationHandler.html#RoleAnnotationHandler()"><B>RoleAnnotationHandler()</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/RoleAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">RoleAnnotationHandler</A>
<DD>Default no-argument constructor that ensures this handler looks for
<A HREF="./org/apache/shiro/authz/annotation/RequiresRoles.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresRoles</CODE></A> annotations.
<DT><A HREF="./org/apache/shiro/authz/aop/RoleAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop"><B>RoleAnnotationMethodInterceptor</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>Checks to see if a @<A HREF="./org/apache/shiro/authz/annotation/RequiresRoles.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresRoles</CODE></A> annotation is declared, and if so, performs
a role check to see if the calling <code>Subject</code> is allowed to invoke the method.<DT><A HREF="./org/apache/shiro/authz/aop/RoleAnnotationMethodInterceptor.html#RoleAnnotationMethodInterceptor()"><B>RoleAnnotationMethodInterceptor()</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/RoleAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">RoleAnnotationMethodInterceptor</A>
<DD>Default no-argument constructor that ensures this interceptor looks for
<A HREF="./org/apache/shiro/authz/annotation/RequiresRoles.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresRoles</CODE></A> annotations in a method declaration.
<DT><A HREF="./org/apache/shiro/authz/aop/RoleAnnotationMethodInterceptor.html#RoleAnnotationMethodInterceptor(org.apache.shiro.aop.AnnotationResolver)"><B>RoleAnnotationMethodInterceptor(AnnotationResolver)</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/RoleAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">RoleAnnotationMethodInterceptor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#roleExists(java.lang.String)"><B>roleExists(String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#rolePermissionResolver"><B>rolePermissionResolver</B></A> -
Variable in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>A RolePermissionResolver to be used by <em>all</em> configured realms.
<DT><A HREF="./org/apache/shiro/authz/permission/RolePermissionResolver.html" title="interface in org.apache.shiro.authz.permission"><B>RolePermissionResolver</B></A> - Interface in <A HREF="./org/apache/shiro/authz/permission/package-summary.html">org.apache.shiro.authz.permission</A><DD>A RolePermissionResolver resolves a String value and converts it into a Collection of
<A HREF="./org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz"><CODE>Permission</CODE></A> instances.<DT><A HREF="./org/apache/shiro/authz/permission/RolePermissionResolverAware.html" title="interface in org.apache.shiro.authz.permission"><B>RolePermissionResolverAware</B></A> - Interface in <A HREF="./org/apache/shiro/authz/permission/package-summary.html">org.apache.shiro.authz.permission</A><DD>Interface implemented by a component that wishes to use any application-configured <tt>RolePermissionResolver</tt> that
might already exist instead of potentially creating one itself.<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#roles"><B>roles</B></A> -
Variable in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>The internal roles collection.
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#ROLES"><B>ROLES</B></A> -
Static variable in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#roles"><B>roles</B></A> -
Variable in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#ROLES_LOCK"><B>ROLES_LOCK</B></A> -
Variable in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/IniRealm.html#ROLES_SECTION_NAME"><B>ROLES_SECTION_NAME</B></A> -
Static variable in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/IniRealm.html" title="class in org.apache.shiro.realm.text">IniRealm</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.
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#run()"><B>run()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html#run()"><B>run()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt">ExecutorServiceSessionValidationScheduler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/SubjectRunnable.html#run()"><B>run()</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectRunnable.html" title="class in org.apache.shiro.subject.support">SubjectRunnable</A>
<DD><A HREF="./org/apache/shiro/util/ThreadState.html#bind()"><CODE>Bind</CODE></A>s the Subject thread state, executes the target <code>Runnable</code> and then guarantees
the previous thread state's <A HREF="./org/apache/shiro/util/ThreadState.html#restore()"><CODE>restoration</CODE></A>:
<DT><A HREF="./org/apache/shiro/subject/Subject.html#runAs(org.apache.shiro.subject.PrincipalCollection)"><B>runAs(PrincipalCollection)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject">Subject</A>
<DD>Allows this subject to 'run as' or 'assume' another identity indefinitely.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#runAs(org.apache.shiro.subject.PrincipalCollection)"><B>runAs(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><B>SaltedAuthenticationInfo</B></A> - Interface in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>Interface representing account information that may use a salt when hashing credentials.<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#saltStyle"><B>saltStyle</B></A> -
Variable in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#save(org.apache.shiro.subject.Subject)"><B>save(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Saves the subject's state to a persistent location for future reference if necessary.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html#save(org.apache.shiro.subject.Subject)"><B>save(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html" title="class in org.apache.shiro.mgt">DefaultSubjectDAO</A>
<DD>Saves the subject's state to the subject's <A HREF="./org/apache/shiro/subject/Subject.html#getSession()"><CODE>session</CODE></A> only
if <A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html#isSessionStorageEnabled(org.apache.shiro.subject.Subject)"><CODE>sessionStorageEnabled(subject)</CODE></A>.
<DT><A HREF="./org/apache/shiro/mgt/SubjectDAO.html#save(org.apache.shiro.subject.Subject)"><B>save(Subject)</B></A> -
Method in interface org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SubjectDAO.html" title="interface in org.apache.shiro.mgt">SubjectDAO</A>
<DD>Persists the specified Subject's state for later access.
<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><A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> 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/mgt/DefaultSubjectDAO.html#saveToSession(org.apache.shiro.subject.Subject)"><B>saveToSession(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html" title="class in org.apache.shiro.mgt">DefaultSubjectDAO</A>
<DD>Saves the subject's state (it's principals and authentication state) to its
<A HREF="./org/apache/shiro/subject/Subject.html#getSession()"><CODE>session</CODE></A>.
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html#schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit)"><B>schedule(Runnable, long, TimeUnit)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareScheduledExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html#schedule(java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit)"><B>schedule(Callable&lt;V&gt;, long, TimeUnit)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareScheduledExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html#scheduleAtFixedRate(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit)"><B>scheduleAtFixedRate(Runnable, long, long, TimeUnit)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareScheduledExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#scheduler"><B>scheduler</B></A> -
Variable in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html#scheduleWithFixedDelay(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit)"><B>scheduleWithFixedDelay(Runnable, long, long, TimeUnit)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareScheduledExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/ShiroSessionScope.html#scope(com.google.inject.Key, com.google.inject.Provider)"><B>scope(Key&lt;T&gt;, Provider&lt;T&gt;)</B></A> -
Method in class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroSessionScope.html" title="class in org.apache.shiro.guice">ShiroSessionScope</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#searchBase"><B>searchBase</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#searchBase"><B>searchBase</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#SECTION_PREFIX"><B>SECTION_PREFIX</B></A> -
Static variable in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#SECTION_SUFFIX"><B>SECTION_SUFFIX</B></A> -
Static variable in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</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/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto"><B>SecureRandomNumberGenerator</B></A> - Class in <A HREF="./org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</A><DD>Default implementation of the <A HREF="./org/apache/shiro/crypto/RandomNumberGenerator.html" title="interface in org.apache.shiro.crypto"><CODE>RandomNumberGenerator</CODE></A> interface, backed by a
<A HREF="http://java.sun.com/javase/6/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security"><CODE>SecureRandom</CODE></A> instance.<DT><A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html#SecureRandomNumberGenerator()"><B>SecureRandomNumberGenerator()</B></A> -
Constructor for class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</A>
<DD>Creates a new instance with a default backing <A HREF="http://java.sun.com/javase/6/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security"><CODE>SecureRandom</CODE></A> and a
<A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html#getDefaultNextBytesSize()"><CODE>defaultNextBytesSize</CODE></A> of <code>16</code>, which equals 128 bits, a size commonly
used in cryptographic algorithms.
<DT><A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationExecutor.html" title="class in org.apache.shiro.spring.remoting"><B>SecureRemoteInvocationExecutor</B></A> - Class in <A HREF="./org/apache/shiro/spring/remoting/package-summary.html">org.apache.shiro.spring.remoting</A><DD>An implementation of the Spring <CODE>RemoteInvocationExecutor</CODE>
that binds a <code>sessionId</code> to the incoming thread to make it available to the <code>SecurityManager</code>
implementation during the thread execution.<DT><A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationExecutor.html#SecureRemoteInvocationExecutor()"><B>SecureRemoteInvocationExecutor()</B></A> -
Constructor for class org.apache.shiro.spring.remoting.<A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationExecutor.html" title="class in org.apache.shiro.spring.remoting">SecureRemoteInvocationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.html" title="class in org.apache.shiro.spring.remoting"><B>SecureRemoteInvocationFactory</B></A> - Class in <A HREF="./org/apache/shiro/spring/remoting/package-summary.html">org.apache.shiro.spring.remoting</A><DD>A <CODE>RemoteInvocationFactory</CODE> that passes the session ID to the server via a
<CODE>RemoteInvocation</CODE> <CODE>attribute</CODE>.<DT><A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.html#SecureRemoteInvocationFactory()"><B>SecureRemoteInvocationFactory()</B></A> -
Constructor for class org.apache.shiro.spring.remoting.<A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.html" title="class in org.apache.shiro.spring.remoting">SecureRemoteInvocationFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.html#SecureRemoteInvocationFactory(java.lang.String)"><B>SecureRemoteInvocationFactory(String)</B></A> -
Constructor for class org.apache.shiro.spring.remoting.<A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.html" title="class in org.apache.shiro.spring.remoting">SecureRemoteInvocationFactory</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/util/ThreadContext.html#SECURITY_MANAGER_KEY"><B>SECURITY_MANAGER_KEY</B></A> -
Static variable in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#SECURITY_MANAGER_NAME"><B>SECURITY_MANAGER_NAME</B></A> -
Static variable in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><B>SecurityManager</B></A> - Interface in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>A <code>SecurityManager</code> executes all security operations for <em>all</em> Subjects (aka users) across a
single application.<DT><A HREF="./org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.html#securityManager"><B>securityManager</B></A> -
Variable in class org.apache.shiro.spring.security.interceptor.<A HREF="./org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.html" title="class in org.apache.shiro.spring.security.interceptor">AuthorizationAttributeSourceAdvisor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#securityManager"><B>securityManager</B></A> -
Variable in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/SecurityUtils.html" title="class in org.apache.shiro"><B>SecurityUtils</B></A> - Class in <A HREF="./org/apache/shiro/package-summary.html">org.apache.shiro</A><DD>Accesses the currently accessible <code>Subject</code> for the calling code depending on runtime environment.<DT><A HREF="./org/apache/shiro/SecurityUtils.html#SecurityUtils()"><B>SecurityUtils()</B></A> -
Constructor for class org.apache.shiro.<A HREF="./org/apache/shiro/SecurityUtils.html" title="class in org.apache.shiro">SecurityUtils</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/io/SerializationException.html" title="class in org.apache.shiro.io"><B>SerializationException</B></A> - Exception in <A HREF="./org/apache/shiro/io/package-summary.html">org.apache.shiro.io</A><DD>Root exception for problems either serializing or de-serializing data.<DT><A HREF="./org/apache/shiro/io/SerializationException.html#SerializationException()"><B>SerializationException()</B></A> -
Constructor for exception org.apache.shiro.io.<A HREF="./org/apache/shiro/io/SerializationException.html" title="class in org.apache.shiro.io">SerializationException</A>
<DD>Creates a new SerializationException.
<DT><A HREF="./org/apache/shiro/io/SerializationException.html#SerializationException(java.lang.String)"><B>SerializationException(String)</B></A> -
Constructor for exception org.apache.shiro.io.<A HREF="./org/apache/shiro/io/SerializationException.html" title="class in org.apache.shiro.io">SerializationException</A>
<DD>Constructs a new SerializationException.
<DT><A HREF="./org/apache/shiro/io/SerializationException.html#SerializationException(java.lang.Throwable)"><B>SerializationException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.io.<A HREF="./org/apache/shiro/io/SerializationException.html" title="class in org.apache.shiro.io">SerializationException</A>
<DD>Constructs a new SerializationException.
<DT><A HREF="./org/apache/shiro/io/SerializationException.html#SerializationException(java.lang.String, java.lang.Throwable)"><B>SerializationException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.io.<A HREF="./org/apache/shiro/io/SerializationException.html" title="class in org.apache.shiro.io">SerializationException</A>
<DD>Constructs a new SerializationException.
<DT><A HREF="./org/apache/shiro/io/DefaultSerializer.html#serialize(T)"><B>serialize(T)</B></A> -
Method in class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/DefaultSerializer.html" title="class in org.apache.shiro.io">DefaultSerializer</A>
<DD>This implementation serializes the Object by using an <A HREF="http://java.sun.com/javase/6/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io"><CODE>ObjectOutputStream</CODE></A> backed by a
<A HREF="http://java.sun.com/javase/6/docs/api/java/io/ByteArrayOutputStream.html?is-external=true" title="class or interface in java.io"><CODE>ByteArrayOutputStream</CODE></A>.
<DT><A HREF="./org/apache/shiro/io/Serializer.html#serialize(T)"><B>serialize(T)</B></A> -
Method in interface org.apache.shiro.io.<A HREF="./org/apache/shiro/io/Serializer.html" title="interface in org.apache.shiro.io">Serializer</A>
<DD>Converts the specified Object into a byte[] array.
<DT><A HREF="./org/apache/shiro/io/XmlSerializer.html#serialize(java.lang.Object)"><B>serialize(Object)</B></A> -
Method in class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/XmlSerializer.html" title="class in org.apache.shiro.io">XmlSerializer</A>
<DD>Serializes the specified <code>source</code> into a byte[] array by using the
<A HREF="http://java.sun.com/javase/6/docs/api/java/beans/XMLEncoder.html?is-external=true" title="class or interface in java.beans"><CODE>XMLEncoder</CODE></A> to encode the object out to a
<A HREF="http://java.sun.com/javase/6/docs/api/java/io/ByteArrayOutputStream.html?is-external=true" title="class or interface in java.io"><CODE>ByteArrayOutputStream</CODE></A>, where the resulting byte[] array is returned.
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#serialize(org.apache.shiro.subject.PrincipalCollection)"><B>serialize(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Serializes the given <code>principals</code> by serializing them to a byte array by using the
<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#getSerializer()"><CODE>serializer</CODE></A>'s <A HREF="./org/apache/shiro/io/Serializer.html#serialize(T)"><CODE>serialize</CODE></A> method.
<DT><A HREF="./org/apache/shiro/io/Serializer.html" title="interface in org.apache.shiro.io"><B>Serializer</B></A>&lt;<A HREF="./org/apache/shiro/io/Serializer.html" title="type parameter in Serializer">T</A>&gt; - Interface in <A HREF="./org/apache/shiro/io/package-summary.html">org.apache.shiro.io</A><DD>A <code>Serializer</code> converts objects to raw binary data and vice versa, enabling persistent storage
of objects to files, HTTP cookies, or other mechanism.<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 <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> implementations that are merely wrappers for the
Servlet container's <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/http/HttpSession.html?is-external=true" title="class or interface in javax.servlet.http"><CODE>HttpSession</CODE></A>.<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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletContext.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletContext</CODE></A>.<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/session/Session.html" title="interface in org.apache.shiro.session"><B>Session</B></A> - Interface in <A HREF="./org/apache/shiro/session/package-summary.html">org.apache.shiro.session</A><DD>A <code>Session</code> is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time.<DT><A HREF="./org/apache/shiro/subject/Subject.Builder.html#session(org.apache.shiro.session.Session)"><B>session(Session)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</A>
<DD>Ensures the <code>Subject</code> being built will use the specified <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> instance.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#session"><B>session</B></A> -
Variable in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</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/subject/support/DefaultSubjectContext.html#SESSION_CREATION_ENABLED"><B>SESSION_CREATION_ENABLED</B></A> -
Static variable in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.html#SESSION_ID_KEY"><B>SESSION_ID_KEY</B></A> -
Static variable in class org.apache.shiro.spring.remoting.<A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationFactory.html" title="class in org.apache.shiro.spring.remoting">SecureRemoteInvocationFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt"><B>SessionContext</B></A> - Interface in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>A <code>SessionContext</code> is a 'bucket' of data presented to a <A HREF="./org/apache/shiro/session/mgt/SessionFactory.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionFactory</CODE></A> which interprets
this data to construct <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> instances.<DT><A HREF="./org/apache/shiro/subject/Subject.Builder.html#sessionCreationEnabled(boolean)"><B>sessionCreationEnabled(boolean)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</A>
<DD>Configures whether or not the created Subject instance can create a new <code>Session</code> if one does not
already exist.
<DT><A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html#sessionCreationEnabled"><B>sessionCreationEnabled</B></A> -
Variable in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support">DelegatingSubject</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#sessionDAO"><B>sessionDAO</B></A> -
Variable in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/SessionDAO.html" title="interface in org.apache.shiro.session.mgt.eis"><B>SessionDAO</B></A> - Interface in <A HREF="./org/apache/shiro/session/mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</A><DD>Data Access Object design pattern specification to enable <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> access to an
EIS (Enterprise Information System).<DT><A HREF="./org/apache/shiro/session/SessionException.html" title="class in org.apache.shiro.session"><B>SessionException</B></A> - Exception in <A HREF="./org/apache/shiro/session/package-summary.html">org.apache.shiro.session</A><DD>General security exception attributed to problems during interaction with the system during
a session.<DT><A HREF="./org/apache/shiro/session/SessionException.html#SessionException()"><B>SessionException()</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/SessionException.html" title="class in org.apache.shiro.session">SessionException</A>
<DD>Creates a new SessionException.
<DT><A HREF="./org/apache/shiro/session/SessionException.html#SessionException(java.lang.String)"><B>SessionException(String)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/SessionException.html" title="class in org.apache.shiro.session">SessionException</A>
<DD>Constructs a new SessionException.
<DT><A HREF="./org/apache/shiro/session/SessionException.html#SessionException(java.lang.Throwable)"><B>SessionException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/SessionException.html" title="class in org.apache.shiro.session">SessionException</A>
<DD>Constructs a new SessionException.
<DT><A HREF="./org/apache/shiro/session/SessionException.html#SessionException(java.lang.String, java.lang.Throwable)"><B>SessionException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/SessionException.html" title="class in org.apache.shiro.session">SessionException</A>
<DD>Constructs a new SessionException.
<DT><A HREF="./org/apache/shiro/session/mgt/SessionFactory.html" title="interface in org.apache.shiro.session.mgt"><B>SessionFactory</B></A> - Interface in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>A simple factory class that instantiates concrete <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> instances.<DT><A HREF="./org/apache/shiro/subject/Subject.Builder.html#sessionId(java.io.Serializable)"><B>sessionId(Serializable)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</A>
<DD>Enables building a <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> instance that owns the <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> with the
specified <code>sessionId</code>.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/SessionIdGenerator.html" title="interface in org.apache.shiro.session.mgt.eis"><B>SessionIdGenerator</B></A> - Interface in <A HREF="./org/apache/shiro/session/mgt/eis/package-summary.html">org.apache.shiro.session.mgt.eis</A><DD>Interface allowing pluggable session ID generation strategies to be used with various <A HREF="./org/apache/shiro/session/mgt/eis/SessionDAO.html" title="interface in org.apache.shiro.session.mgt.eis"><CODE>SessionDAO</CODE></A>
implementations.<DT><A HREF="./org/apache/shiro/session/mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt"><B>SessionKey</B></A> - Interface in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>A <code>SessionKey</code> is a key that allows look-up of any particular <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A>
instance.<DT><A HREF="./org/apache/shiro/session/SessionListener.html" title="interface in org.apache.shiro.session"><B>SessionListener</B></A> - Interface in <A HREF="./org/apache/shiro/session/package-summary.html">org.apache.shiro.session</A><DD>Interface to be implemented by components that wish to be notified of events that occur during a
<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A>'s life cycle.<DT><A HREF="./org/apache/shiro/session/SessionListenerAdapter.html" title="class in org.apache.shiro.session"><B>SessionListenerAdapter</B></A> - Class in <A HREF="./org/apache/shiro/session/package-summary.html">org.apache.shiro.session</A><DD>Simple adapter implementation of the <A HREF="./org/apache/shiro/session/SessionListener.html" title="interface in org.apache.shiro.session"><CODE>SessionListener</CODE></A> interface, effectively providing
no-op implementations of all methods.<DT><A HREF="./org/apache/shiro/session/SessionListenerAdapter.html#SessionListenerAdapter()"><B>SessionListenerAdapter()</B></A> -
Constructor for class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/SessionListenerAdapter.html" title="class in org.apache.shiro.session">SessionListenerAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt"><B>SessionManager</B></A> - Interface in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>A SessionManager manages the creation, maintenance, and clean-up of all application
<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A>s.<DT><A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html" title="class in org.apache.shiro.mgt"><B>SessionsSecurityManager</B></A> - Class in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>Shiro support of a <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> class hierarchy that delegates all
<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>session</CODE></A> operations to a wrapped
<A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionManager</CODE></A> instance.<DT><A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html#SessionsSecurityManager()"><B>SessionsSecurityManager()</B></A> -
Constructor for class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html" title="class in org.apache.shiro.mgt">SessionsSecurityManager</A>
<DD>Default no-arg constructor, internally creates a suitable default <A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionManager</CODE></A> delegate
instance.
<DT><A HREF="./org/apache/shiro/mgt/SessionStorageEvaluator.html" title="interface in org.apache.shiro.mgt"><B>SessionStorageEvaluator</B></A> - Interface in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>Evaluates whether or not Shiro may use a <code>Subject</code>'s <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A>
to persist that <code>Subject</code>'s internal state.<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#sessionValidationInterval"><B>sessionValidationInterval</B></A> -
Variable in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#sessionValidationScheduler"><B>sessionValidationScheduler</B></A> -
Variable in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>Scheduler used to validate sessions on a regular basis.
<DT><A HREF="./org/apache/shiro/session/mgt/SessionValidationScheduler.html" title="interface in org.apache.shiro.session.mgt"><B>SessionValidationScheduler</B></A> - Interface in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>Interface that should be implemented by classes that can control validating sessions on a regular
basis.<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#sessionValidationSchedulerEnabled"><B>sessionValidationSchedulerEnabled</B></A> -
Variable in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</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/authz/permission/DomainPermission.html#setActions(java.util.Set)"><B>setActions(Set&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission">DomainPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#setActiveSessionsCache(org.apache.shiro.cache.Cache)"><B>setActiveSessionsCache(Cache&lt;Serializable, Session&gt;)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Sets the cache instance to use for storing active sessions.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#setActiveSessionsCacheName(java.lang.String)"><B>setActiveSessionsCacheName(String)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Sets the name of the active sessions cache to be returned by the <code>CacheManager</code>.
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#setAdditionalEnvironment(java.util.Map)"><B>setAdditionalEnvironment(Map&lt;String, String&gt;)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;These entries are added to the environment map before initializing the LDAP context.
<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html#setAlgorithmName(java.lang.String)"><B>setAlgorithmName(String)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</A>
<DD>Sets the name of the hash algorithm the <code>HashService</code> should use when computing the <A HREF="./org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash"><CODE>Hash</CODE></A>.
<DT><A HREF="./org/apache/shiro/aop/AnnotationHandler.html#setAnnotationClass(java.lang.Class)"><B>setAnnotationClass(Class&lt;? extends Annotation&gt;)</B></A> -
Method in class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationHandler.html" title="class in org.apache.shiro.aop">AnnotationHandler</A>
<DD>Sets the type of annotation this handler will inspect and process.
<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/session/mgt/AbstractNativeSessionManager.html#setAttribute(org.apache.shiro.session.mgt.SessionKey, java.lang.Object, java.lang.Object)"><B>setAttribute(SessionKey, Object, Object)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#setAttribute(java.lang.Object, java.lang.Object)"><B>setAttribute(Object, Object)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html#setAttribute(java.lang.Object, java.lang.Object)"><B>setAttribute(Object, Object)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html" title="class in org.apache.shiro.session.mgt">ImmutableProxiedSession</A>
<DD>Immediately <A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html#throwImmutableException()"><CODE>throws</CODE></A> an <code>InvalidSessionException</code> in all
cases because this proxy is immutable.
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#setAttribute(org.apache.shiro.session.mgt.SessionKey, java.lang.Object, java.lang.Object)"><B>setAttribute(SessionKey, Object, Object)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Binds the specified <code>value</code> to the associated session uniquely identified by the <code>attributeKey</code>.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#setAttribute(java.lang.Object, java.lang.Object)"><B>setAttribute(Object, Object)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#setAttribute(java.lang.Object, java.lang.Object)"><B>setAttribute(Object, Object)</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Immediately delegates to the underlying proxied session.
<DT><A HREF="./org/apache/shiro/session/Session.html#setAttribute(java.lang.Object, java.lang.Object)"><B>setAttribute(Object, Object)</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session">Session</A>
<DD>Binds the specified <code>value</code> to this session, uniquely identified by the specifed
<code>key</code> name.
<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/session/mgt/SimpleSession.html#setAttributes(java.util.Map)"><B>setAttributes(Map&lt;Object, Object&gt;)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</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/subject/SubjectContext.html#setAuthenticated(boolean)"><B>setAuthenticated(boolean)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Sets whether or not the constructed <code>Subject</code> instance should be considered as authenticated.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#setAuthenticated(boolean)"><B>setAuthenticated(boolean)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#setAuthentication(java.lang.String)"><B>setAuthentication(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;Sets the type of LDAP authentication to perform when connecting to the LDAP server.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#setAuthenticationCache(org.apache.shiro.cache.Cache)"><B>setAuthenticationCache(Cache&lt;Object, AuthenticationInfo&gt;)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Sets an explicit <A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache"><CODE>Cache</CODE></A> instance to use for authentication caching.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#setAuthenticationCacheName(java.lang.String)"><B>setAuthenticationCacheName(String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Sets the name of a <A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache"><CODE>Cache</CODE></A> to lookup from any available <A HREF="./org/apache/shiro/realm/CachingRealm.html#getCacheManager()"><CODE>cacheManager</CODE></A> if
a cache is not explicitly configured via <A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#setAuthenticationCache(org.apache.shiro.cache.Cache)"><CODE>AuthenticatingRealm.setAuthenticationCache(org.apache.shiro.cache.Cache)</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#setAuthenticationCachingEnabled(boolean)"><B>setAuthenticationCachingEnabled(boolean)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Sets whether or not authentication caching should be utilized if a <A HREF="./org/apache/shiro/cache/CacheManager.html" title="interface in org.apache.shiro.cache"><CODE>CacheManager</CODE></A> has been
<A HREF="./org/apache/shiro/realm/CachingRealm.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><CODE>configured</CODE></A>, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#setAuthenticationInfo(org.apache.shiro.authc.AuthenticationInfo)"><B>setAuthenticationInfo(AuthenticationInfo)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#setAuthenticationInfo(org.apache.shiro.authc.AuthenticationInfo)"><B>setAuthenticationInfo(AuthenticationInfo)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html#setAuthenticationListeners(java.util.Collection)"><B>setAuthenticationListeners(Collection&lt;AuthenticationListener&gt;)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/AbstractAuthenticator.html" title="class in org.apache.shiro.authc">AbstractAuthenticator</A>
<DD>Sets the <A HREF="./org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationListener</CODE></A>s that should be notified during authentication
attempts.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#setAuthenticationMechanism(java.lang.String)"><B>setAuthenticationMechanism(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Sets the type of LDAP authentication mechanism to use when connecting to the LDAP server.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#setAuthenticationQuery(java.lang.String)"><B>setAuthenticationQuery(String)</B></A> -
Method in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>Overrides the default query used to retrieve a user's password during authentication.
<DT><A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html#setAuthenticationStrategy(org.apache.shiro.authc.pam.AuthenticationStrategy)"><B>setAuthenticationStrategy(AuthenticationStrategy)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam">ModularRealmAuthenticator</A>
<DD>Allows overriding the default <code>AuthenticationStrategy</code> utilized during multi-realm log-in attempts.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#setAuthenticationToken(org.apache.shiro.authc.AuthenticationToken)"><B>setAuthenticationToken(AuthenticationToken)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#setAuthenticationToken(org.apache.shiro.authc.AuthenticationToken)"><B>setAuthenticationToken(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#setAuthenticationTokenClass(java.lang.Class)"><B>setAuthenticationTokenClass(Class&lt;? extends AuthenticationToken&gt;)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Sets the authenticationToken class supported by this realm.
<DT><A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html#setAuthenticator(org.apache.shiro.authc.Authenticator)"><B>setAuthenticator(Authenticator)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthenticatingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthenticatingSecurityManager</A>
<DD>Sets the delegate <code>Authenticator</code> instance that this SecurityManager uses to perform all
authentication operations.
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#setAuthorizationCache(org.apache.shiro.cache.Cache)"><B>setAuthorizationCache(Cache&lt;Object, AuthorizationInfo&gt;)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#setAuthorizationCacheName(java.lang.String)"><B>setAuthorizationCacheName(String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#setAuthorizationCachingEnabled(boolean)"><B>setAuthorizationCachingEnabled(boolean)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>Sets whether or not authorization caching should be utilized if a <A HREF="./org/apache/shiro/cache/CacheManager.html" title="interface in org.apache.shiro.cache"><CODE>CacheManager</CODE></A> has been
<A HREF="./org/apache/shiro/realm/CachingRealm.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><CODE>configured</CODE></A>, <code>false</code> otherwise.
<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/mgt/AuthorizingSecurityManager.html#setAuthorizer(org.apache.shiro.authz.Authorizer)"><B>setAuthorizer(Authorizer)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AuthorizingSecurityManager.html" title="class in org.apache.shiro.mgt">AuthorizingSecurityManager</A>
<DD>Sets the underlying <tt>Authorizer</tt> instance to which this <tt>SecurityManager</tt> implementation will
delegate all of its authorization calls.
<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/crypto/DefaultBlockCipherService.html#setBlockSize(int)"><B>setBlockSize(int)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Sets the block cipher's block size to be used when constructing
<A HREF="http://java.sun.com/javase/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><CODE>Cipher</CODE></A> transformation string.
<DT><A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#setBytes(byte[])"><B>setBytes(byte[])</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Sets the raw bytes stored by this hash instance.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#setBytes(byte[])"><B>setBytes(byte[])</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Sets the raw bytes stored by this hash instance.
<DT><A HREF="./org/apache/shiro/cache/CacheManagerAware.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><B>setCacheManager(CacheManager)</B></A> -
Method in interface org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/CacheManagerAware.html" title="interface in org.apache.shiro.cache">CacheManagerAware</A>
<DD>Sets the available CacheManager instance on this component.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html#setCacheManager(net.sf.ehcache.CacheManager)"><B>setCacheManager(CacheManager)</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html" title="class in org.apache.shiro.cache.ehcache">EhCacheManager</A>
<DD>Sets the wrapped Ehcache <CODE>CacheManager</CODE> instance.
<DT><A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><B>setCacheManager(CacheManager)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/CachingSecurityManager.html" title="class in org.apache.shiro.mgt">CachingSecurityManager</A>
<DD>Sets the CacheManager used by this <code>SecurityManager</code> and potentially any of its
children components.
<DT><A HREF="./org/apache/shiro/realm/CachingRealm.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><B>setCacheManager(CacheManager)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm">CachingRealm</A>
<DD>Sets the <tt>CacheManager</tt> to be used for data caching to reduce EIS round trips.
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><B>setCacheManager(CacheManager)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><B>setCacheManager(CacheManager)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Sets the cacheManager to use for acquiring the <A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#getActiveSessionsCache()"><CODE>activeSessionsCache</CODE></A> if
one is not configured.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html#setCacheManagerConfigFile(java.lang.String)"><B>setCacheManagerConfigFile(String)</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCacheManager.html" title="class in org.apache.shiro.cache.ehcache">EhCacheManager</A>
<DD>Sets the resource location of the config file used to initialize the wrapped
EhCache CacheManager instance.
<DT><A HREF="./org/apache/shiro/realm/CachingRealm.html#setCachingEnabled(boolean)"><B>setCachingEnabled(boolean)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm">CachingRealm</A>
<DD>Sets whether or not caching should be used if a <A HREF="./org/apache/shiro/cache/CacheManager.html" title="interface in org.apache.shiro.cache"><CODE>CacheManager</CODE></A> has been
<A HREF="./org/apache/shiro/realm/CachingRealm.html#setCacheManager(org.apache.shiro.cache.CacheManager)"><CODE>configured</CODE></A>.
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#setCasServerUrlPrefix(java.lang.String)"><B>setCasServerUrlPrefix(String)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#setCasService(java.lang.String)"><B>setCasService(String)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#setCipherKey(byte[])"><B>setCipherKey(byte[])</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Convenience method that sets the cipher key to use for <em>both</em> encryption and decryption.
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#setCipherService(org.apache.shiro.crypto.CipherService)"><B>setCipherService(CipherService)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Sets the <code>CipherService</code> to use for encrypting and decrypting serialized identity data to prevent easy
inspection of Subject identity data.
<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 <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> 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/config/ResourceConfigurable.html#setConfigLocations(java.lang.String)"><B>setConfigLocations(String)</B></A> -
Method in interface org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ResourceConfigurable.html" title="interface in org.apache.shiro.config">ResourceConfigurable</A>
<DD>Convenience method that accepts a comma-delimited string of config locations (resource paths).
<DT><A HREF="./org/apache/shiro/config/ResourceConfigurable.html#setConfigLocations(java.lang.String[])"><B>setConfigLocations(String[])</B></A> -
Method in interface org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ResourceConfigurable.html" title="interface in org.apache.shiro.config">ResourceConfigurable</A>
<DD>Sets the configuration locations (resource paths) that will be used to configure the instance.
<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/realm/ldap/JndiLdapRealm.html#setContextFactory(org.apache.shiro.realm.ldap.LdapContextFactory)"><B>setContextFactory(LdapContextFactory)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>Sets the LdapContextFactory instance used to acquire connections to the LDAP directory during authentication
attempts and authorization queries.
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#setContextFactoryClassName(java.lang.String)"><B>setContextFactoryClassName(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;The context factory to use.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#setContextFactoryClassName(java.lang.String)"><B>setContextFactoryClassName(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>The name of the ContextFactory class to use.
<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/authc/SimpleAccount.html#setCredentials(java.lang.Object)"><B>setCredentials(Object)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Sets this Account's credentials that verify one or more of the Account's
<A HREF="./org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><CODE>principals</CODE></A>, such as a password or private key.
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#setCredentials(java.lang.Object)"><B>setCredentials(Object)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Sets the credentials that verify the principals/identity of the associated Realm account.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#setCredentialsExpired(boolean)"><B>setCredentialsExpired(boolean)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Sets whether or not the Account's credentials are expired.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#setCredentialsMatcher(org.apache.shiro.authc.credential.CredentialsMatcher)"><B>setCredentialsMatcher(CredentialsMatcher)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Sets the CrendialsMatcher used during an authentication attempt to verify submitted credentials with those
stored in the system.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#setCredentialsSalt(org.apache.shiro.util.ByteSource)"><B>setCredentialsSalt(ByteSource)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Sets the salt to use to hash this Account's credentials (eg for password hashing), or <code>null</code> if no salt
is used or credentials are not hashed at all.
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#setCredentialsSalt(org.apache.shiro.util.ByteSource)"><B>setCredentialsSalt(ByteSource)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Sets the salt used to hash the credentials, or <code>null</code> if no salt was used or credentials were not
hashed at all.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#setDataSource(javax.sql.DataSource)"><B>setDataSource(DataSource)</B></A> -
Method in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>Sets the datasource that should be used to retrieve connections used by this realm.
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#setDecryptionCipherKey(byte[])"><B>setDecryptionCipherKey(byte[])</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Sets the decryption key to use for decryption operations.
<DT><A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html#setDefaultNextBytesSize(int)"><B>setDefaultNextBytesSize(int)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</A>
<DD>Sets the size of the generated byte array for calls to <A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html#nextBytes()"><CODE>nextBytes()</CODE></A>.
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#setDefaultPermissions(java.lang.String)"><B>setDefaultPermissions(String)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#setDefaultRoles(java.lang.String)"><B>setDefaultRoles(String)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<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/session/mgt/DefaultSessionManager.html#setDeleteInvalidSessions(boolean)"><B>setDeleteInvalidSessions(boolean)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>Sets whether or not sessions should be automatically deleted after they are discovered to be invalid.
<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/authz/permission/DomainPermission.html#setDomain(java.lang.String)"><B>setDomain(String)</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission">DomainPermission</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/mgt/AbstractRememberMeManager.html#setEncryptionCipherKey(byte[])"><B>setEncryptionCipherKey(byte[])</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Sets the encryption key to use for encryption operations.
<DT><A HREF="./org/apache/shiro/jndi/JndiTemplate.html#setEnvironment(java.util.Properties)"><B>setEnvironment(Properties)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiTemplate.html" title="class in org.apache.shiro.jndi">JndiTemplate</A>
<DD>Set the environment for the JNDI InitialContext.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#setEnvironment(java.util.Map)"><B>setEnvironment(Map)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Sets the base JNDI environment template to use when acquiring LDAP connections.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#setExpired(boolean)"><B>setExpired(boolean)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<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/cas/CasFilter.html#setFailureUrl(java.lang.String)"><B>setFailureUrl(String)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasFilter.html" title="class in org.apache.shiro.cas">CasFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#setFilterChainDefinitionMap(java.util.Map)"><B>setFilterChainDefinitionMap(Map&lt;String, String&gt;)</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Sets the chainName-to-chainDefinition map of chain definitions to use for creating filter chains intercepted
by the Shiro Filter.
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#setFilterChainDefinitions(java.lang.String)"><B>setFilterChainDefinitions(String)</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>A convenience method that sets the <A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#setFilterChainDefinitionMap(java.util.Map)"><CODE>filterChainDefinitionMap</CODE></A>
property by accepting a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util"><CODE>Properties</CODE></A>-compatible string (multi-line key/value pairs).
<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/spring/web/ShiroFilterFactoryBean.html#setFilters(java.util.Map)"><B>setFilters(Map&lt;String, Filter&gt;)</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Sets the filterName-to-Filter map of filters available for reference when creating
<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#setFilterChainDefinitionMap(java.util.Map)"><CODE>filter chain definitions</CODE></A>.
<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/crypto/hash/format/DefaultHashFormatFactory.html#setFormatClassNames(java.util.Map)"><B>setFormatClassNames(Map&lt;String, String&gt;)</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</A>
<DD>Sets the <code>hash-format-alias</code>-to-<code>fullyQualifiedHashFormatClassNameImplementation</code> map to be used in
the <A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getInstance(java.lang.String)"><CODE>DefaultHashFormatFactory.getInstance(String)</CODE></A> implementation.
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#setGenerateInitializationVectors(boolean)"><B>setGenerateInitializationVectors(boolean)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#setGeneratePublicSalt(boolean)"><B>setGeneratePublicSalt(boolean)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>Sets whether or not a public salt should be randomly generated and used to compute a hash if a
<A HREF="./org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashRequest</CODE></A> does not specify a salt.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html#setGlobalSessionTimeout(long)"><B>setGlobalSessionTimeout(long)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractSessionManager</A>
<DD>Sets the system-wide default time in milliseconds that any session may remain idle before expiring.
<DT><A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html#setGroupRolesMap(java.util.Map)"><B>setGroupRolesMap(Map&lt;String, String&gt;)</B></A> -
Method in class org.apache.shiro.realm.activedirectory.<A HREF="./org/apache/shiro/realm/activedirectory/ActiveDirectoryRealm.html" title="class in org.apache.shiro.realm.activedirectory">ActiveDirectoryRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html#setHandler(org.apache.shiro.aop.AnnotationHandler)"><B>setHandler(AnnotationHandler)</B></A> -
Method in class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html" title="class in org.apache.shiro.aop">AnnotationMethodInterceptor</A>
<DD>Sets the <code>AnnotationHandler</code> used to perform authorization behavior based on
an annotation discovered at runtime.
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#setHashAlgorithmName(java.lang.String)"><B>setHashAlgorithmName(String)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>Sets the <code>Hash</code> <A HREF="./org/apache/shiro/crypto/hash/Hash.html#getAlgorithmName()"><CODE>algorithmName</CODE></A> to use
when performing hashes for credentials matching.
<DT><A HREF="./org/apache/shiro/crypto/hash/ConfigurableHashService.html#setHashAlgorithmName(java.lang.String)"><B>setHashAlgorithmName(String)</B></A> -
Method in interface org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/ConfigurableHashService.html" title="interface in org.apache.shiro.crypto.hash">ConfigurableHashService</A>
<DD>Sets the name of the <A HREF="http://java.sun.com/javase/6/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><CODE>MessageDigest</CODE></A> algorithm that will be used to compute
hashes.
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#setHashAlgorithmName(java.lang.String)"><B>setHashAlgorithmName(String)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#setHashFormat(org.apache.shiro.crypto.hash.format.HashFormat)"><B>setHashFormat(HashFormat)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#setHashFormatFactory(org.apache.shiro.crypto.hash.format.HashFormatFactory)"><B>setHashFormatFactory(HashFormatFactory)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#setHashIterations(int)"><B>setHashIterations(int)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>Sets the number of times a submitted <code>AuthenticationToken</code>'s credentials will be hashed before comparing
to the credentials stored in the system.
<DT><A HREF="./org/apache/shiro/crypto/hash/ConfigurableHashService.html#setHashIterations(int)"><B>setHashIterations(int)</B></A> -
Method in interface org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/ConfigurableHashService.html" title="interface in org.apache.shiro.crypto.hash">ConfigurableHashService</A>
<DD>Sets the number of hash iterations that will be performed during hash computation.
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#setHashIterations(int)"><B>setHashIterations(int)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#setHashSalted(boolean)"><B>setHashSalted(boolean)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD><B>Deprecated.</B>&nbsp;<I>since Shiro 1.1. Hash salting is now expected to be based on if the <A HREF="./org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationInfo</CODE></A>
returned from the <code>Realm</code> is a <A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>SaltedAuthenticationInfo</CODE></A> instance and its
<A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html#getCredentialsSalt()"><CODE>getCredentialsSalt()</CODE></A> method returns a non-null value.
This method and the 1.0 behavior still exists for backwards compatibility if the <code>Realm</code> does not return
<code>SaltedAuthenticationInfo</code> instances, but <b>it is highly recommended that <code>Realm</code> implementations
that support hashed credentials start returning <A HREF="./org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>SaltedAuthenticationInfo</CODE></A>
instances as soon as possible</b>.
<p/>
This is because salts should always be obtained from the stored account information and
never be interpreted based on user/Subject-entered data. User-entered data is easier to compromise for
attackers, whereas account-unique (and secure randomly-generated) salts never disseminated to the end-user
are almost impossible to break. This method will be removed in Shiro 2.0.</I>
<DT><A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html#setHashService(org.apache.shiro.crypto.hash.HashService)"><B>setHashService(HashService)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential">DefaultPasswordService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#setHost(java.lang.String)"><B>setHost(String)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Sets the host name or IP string from where the authentication attempt occurs.
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html#setHost(java.lang.String)"><B>setHost(String)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html" title="class in org.apache.shiro.session.mgt">DefaultSessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SessionContext.html#setHost(java.lang.String)"><B>setHost(String)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</A>
<DD>Sets the originating host name or IP address (as a String) from where the <code>Subject</code> is initiating the
<code>Session</code>.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#setHost(java.lang.String)"><B>setHost(String)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#setHost(java.lang.String)"><B>setHost(String)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Sets the host name or IP that should reflect the constructed <code>Subject</code>'s originating location.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#setHost(java.lang.String)"><B>setHost(String)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</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/authz/HostUnauthorizedException.html#setHostAddress(java.lang.String)"><B>setHostAddress(String)</B></A> -
Method in exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/HostUnauthorizedException.html" title="class in org.apache.shiro.authz">HostUnauthorizedException</A>
<DD>Sets the host associated with this exception.
<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/session/mgt/SimpleSession.html#setId(java.io.Serializable)"><B>setId(Serializable)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/IniFactorySupport.html#setIni(org.apache.shiro.config.Ini)"><B>setIni(Ini)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniFactorySupport.html" title="class in org.apache.shiro.config">IniFactorySupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/IniRealm.html#setIni(org.apache.shiro.config.Ini)"><B>setIni(Ini)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/IniRealm.html" title="class in org.apache.shiro.realm.text">IniRealm</A>
<DD>Sets the Ini instance used to configure this realm.
<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 <A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config"><CODE>Ini</CODE></A> instance instead of via
<A HREF="./org/apache/shiro/web/env/ResourceBasedWebEnvironment.html#getConfigLocations()"><CODE>config locations</CODE></A>.
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#setInitializationVectorSize(int)"><B>setInitializationVectorSize(int)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>Sets the algorithm-specific initialization vector size in bits (not bytes!) to be used when generating
initialization vectors.
<DT><A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html#setInterval(long)"><B>setInterval(long)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt">ExecutorServiceSessionValidationScheduler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html#setIterations(int)"><B>setIterations(int)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</A>
<DD>Sets the number of requested hash iterations to be performed when computing the final <code>Hash</code> result.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#setIterations(int)"><B>setIterations(int)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Sets the iterations used to previously compute AN ALREADY GENERATED HASH.
<DT><A HREF="./org/apache/shiro/jndi/JndiLocator.html#setJndiEnvironment(java.util.Properties)"><B>setJndiEnvironment(Properties)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiLocator.html" title="class in org.apache.shiro.jndi">JndiLocator</A>
<DD>Set the JNDI environment to use for JNDI lookups.
<DT><A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html#setJndiNames(java.util.Collection)"><B>setJndiNames(Collection&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.realm.jndi.<A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html" title="class in org.apache.shiro.realm.jndi">JndiRealmFactory</A>
<DD>Sets the JNDI names that will be used to look up Realm(s) from JNDI.
<DT><A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html#setJndiNames(java.lang.String)"><B>setJndiNames(String)</B></A> -
Method in class org.apache.shiro.realm.jndi.<A HREF="./org/apache/shiro/realm/jndi/JndiRealmFactory.html" title="class in org.apache.shiro.realm.jndi">JndiRealmFactory</A>
<DD>Specifies a comma-delimited list of JNDI names to lookup, each one corresponding to a jndi-bound
<A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A>.
<DT><A HREF="./org/apache/shiro/jndi/JndiLocator.html#setJndiTemplate(org.apache.shiro.jndi.JndiTemplate)"><B>setJndiTemplate(JndiTemplate)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiLocator.html" title="class in org.apache.shiro.jndi">JndiLocator</A>
<DD>Set the JNDI template to use for JNDI lookups.
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#setKeySize(int)"><B>setKeySize(int)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>Sets the size in bits (not bytes) of generated cipher keys.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#setLastAccessTime(java.util.Date)"><B>setLastAccessTime(Date)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#setLdapContextFactory(org.apache.shiro.realm.ldap.LdapContextFactory)"><B>setLdapContextFactory(LdapContextFactory)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>Configures the <A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap"><CODE>LdapContextFactory</CODE></A> implementation that is used to create LDAP connections for
authentication and authorization.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#setLocked(boolean)"><B>setLocked(boolean)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Sets whether or not the account is locked and can be used to login.
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#setLoginUrl(java.lang.String)"><B>setLoginUrl(String)</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Sets the application's login URL to be assigned to all acquired Filters that subclass
<A HREF="./org/apache/shiro/web/filter/AccessControlFilter.html" title="class in org.apache.shiro.web.filter"><CODE>AccessControlFilter</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/authz/aop/AnnotationsAuthorizingMethodInterceptor.html#setMethodInterceptors(java.util.Collection)"><B>setMethodInterceptors(Collection&lt;AuthorizingAnnotationMethodInterceptor&gt;)</B></A> -
Method in class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">AnnotationsAuthorizingMethodInterceptor</A>
<DD>Sets the method interceptors to execute for the annotated method.
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setMode(org.apache.shiro.crypto.OperationMode)"><B>setMode(OperationMode)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Sets the cipher operation mode of operation to be used when constructing the
<A HREF="http://java.sun.com/javase/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><CODE>Cipher</CODE></A> transformation string.
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setModeName(java.lang.String)"><B>setModeName(String)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Sets the cipher operation mode name to be used when constructing the
<A HREF="http://java.sun.com/javase/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><CODE>Cipher</CODE></A> transformation string.
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/CachingRealm.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/CachingRealm.html" title="class in org.apache.shiro.realm">CachingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/Nameable.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in interface org.apache.shiro.util.<A HREF="./org/apache/shiro/util/Nameable.html" title="interface in org.apache.shiro.util">Nameable</A>
<DD>Sets the (preferably application unique) name for this component.
<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/env/DefaultEnvironment.html#setObject(java.lang.String, java.lang.Object)"><B>setObject(String, Object)</B></A> -
Method in class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#setObjectPermissions(java.util.Set)"><B>setObjectPermissions(Set&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Sets all object-based permissions assigned directly to this Account (not any of its realms).
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#setObjectPermissions(java.util.Set)"><B>setObjectPermissions(Set&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Sets the object-based permissions assigned directly to the account.
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#setObjects(java.util.Map)"><B>setObjects(Map&lt;String, ?&gt;)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setPaddingScheme(org.apache.shiro.crypto.PaddingScheme)"><B>setPaddingScheme(PaddingScheme)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Sets the padding scheme to be used when constructing the
<A HREF="http://java.sun.com/javase/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><CODE>Cipher</CODE></A> transformation string.
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setPaddingSchemeName(java.lang.String)"><B>setPaddingSchemeName(String)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Sets the padding scheme name to be used when constructing the
<A HREF="http://java.sun.com/javase/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><CODE>Cipher</CODE></A> transformation string, or <code>null</code> if the JCA Provider default mode for
the specified <A HREF="./org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><CODE>algorithm</CODE></A> should be used.
<DT><A HREF="./org/apache/shiro/authz/permission/DomainPermission.html#setParts(java.lang.String, java.util.Set, java.util.Set)"><B>setParts(String, Set&lt;String&gt;, Set&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission">DomainPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#setParts(java.lang.String)"><B>setParts(String)</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#setParts(java.lang.String, boolean)"><B>setParts(String, boolean)</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#setPassword(char[])"><B>setPassword(char[])</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Sets the password for submission during an authentication attempt.
<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/authc/credential/PasswordMatcher.html#setPasswordService(org.apache.shiro.authc.credential.PasswordService)"><B>setPasswordService(PasswordService)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/PasswordMatcher.html" title="class in org.apache.shiro.authc.credential">PasswordMatcher</A>
<DD>&nbsp;
<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/util/AntPathMatcher.html#setPathSeparator(java.lang.String)"><B>setPathSeparator(String)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AntPathMatcher.html" title="class in org.apache.shiro.util">AntPathMatcher</A>
<DD>Set the path separator to use for pattern parsing.
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#setPermissionAttributeNames(java.lang.String)"><B>setPermissionAttributeNames(String)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#setPermissionResolver(org.apache.shiro.authz.permission.PermissionResolver)"><B>setPermissionResolver(PermissionResolver)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Sets the specified <A HREF="./org/apache/shiro/authz/permission/PermissionResolver.html" title="interface in org.apache.shiro.authz.permission"><CODE>PermissionResolver</CODE></A> on <em>all</em> of the wrapped realms that
implement the <A HREF="./org/apache/shiro/authz/permission/PermissionResolverAware.html" title="interface in org.apache.shiro.authz.permission"><CODE>PermissionResolverAware</CODE></A> interface.
<DT><A HREF="./org/apache/shiro/authz/permission/PermissionResolverAware.html#setPermissionResolver(org.apache.shiro.authz.permission.PermissionResolver)"><B>setPermissionResolver(PermissionResolver)</B></A> -
Method in interface org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/PermissionResolverAware.html" title="interface in org.apache.shiro.authz.permission">PermissionResolverAware</A>
<DD>Sets the specified <tt>PermissionResolver</tt> on this instance.
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#setPermissionResolver(org.apache.shiro.authz.permission.PermissionResolver)"><B>setPermissionResolver(PermissionResolver)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#setPermissions(java.util.Set)"><B>setPermissions(Set&lt;Permission&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#setPermissionsLookupEnabled(boolean)"><B>setPermissionsLookupEnabled(boolean)</B></A> -
Method in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>Enables lookup of permissions during authorization.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#setPermissionsQuery(java.lang.String)"><B>setPermissionsQuery(String)</B></A> -
Method in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>Overrides the default query used to retrieve a user's permissions during authorization.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#setPoolingEnabled(boolean)"><B>setPoolingEnabled(boolean)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Sets whether or not connection pooling should be used when possible and appropriate.
<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/authc/SimpleAccount.html#setPrincipals(org.apache.shiro.subject.PrincipalCollection)"><B>setPrincipals(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Sets the principals, aka the identifying attributes (username, user id, first name, last name, etc) of this
Account.
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#setPrincipals(org.apache.shiro.subject.PrincipalCollection)"><B>setPrincipals(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Sets the identifying principal(s) represented by this instance.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#setPrincipals(org.apache.shiro.subject.PrincipalCollection)"><B>setPrincipals(PrincipalCollection)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Sets the principals (aka identity) that the constructed <code>Subject</code> should reflect.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#setPrincipals(org.apache.shiro.subject.PrincipalCollection)"><B>setPrincipals(PrincipalCollection)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#setPrincipalSuffix(java.lang.String)"><B>setPrincipalSuffix(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>Used when initializing the default <A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap"><CODE>LdapContextFactory</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#setPrincipalSuffix(java.lang.String)"><B>setPrincipalSuffix(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;A suffix appended to the username.
<DT><A HREF="./org/apache/shiro/crypto/hash/ConfigurableHashService.html#setPrivateSalt(org.apache.shiro.util.ByteSource)"><B>setPrivateSalt(ByteSource)</B></A> -
Method in interface org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/ConfigurableHashService.html" title="interface in org.apache.shiro.crypto.hash">ConfigurableHashService</A>
<DD>Sets the 'private' (internal) salt to be paired with a 'public' (random or supplied) salt during hash computation.
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#setPrivateSalt(org.apache.shiro.util.ByteSource)"><B>setPrivateSalt(ByteSource)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</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/session/mgt/eis/RandomSessionIdGenerator.html#setRandom(java.util.Random)"><B>setRandom(Random)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/RandomSessionIdGenerator.html" title="class in org.apache.shiro.session.mgt.eis">RandomSessionIdGenerator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/ConfigurableHashService.html#setRandomNumberGenerator(org.apache.shiro.crypto.RandomNumberGenerator)"><B>setRandomNumberGenerator(RandomNumberGenerator)</B></A> -
Method in interface org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/ConfigurableHashService.html" title="interface in org.apache.shiro.crypto.hash">ConfigurableHashService</A>
<DD>Sets a source of randomness used to generate public salts that will in turn be used during hash computation.
<DT><A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html#setRandomNumberGenerator(org.apache.shiro.crypto.RandomNumberGenerator)"><B>setRandomNumberGenerator(RandomNumberGenerator)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#setRealm(org.apache.shiro.realm.Realm)"><B>setRealm(Realm)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html" title="class in org.apache.shiro.mgt">RealmSecurityManager</A>
<DD>Convenience method for applications using a single realm that merely wraps the realm in a list and then invokes
the <A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#setRealms(java.util.Collection)"><CODE>RealmSecurityManager.setRealms(java.util.Collection<org.apache.shiro.realm.Realm>)</CODE></A> method.
<DT><A HREF="./org/apache/shiro/subject/PrincipalMap.html#setRealmPrincipal(java.lang.String, java.lang.String, java.lang.Object)"><B>setRealmPrincipal(String, String, Object)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalMap.html" title="interface in org.apache.shiro.subject">PrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#setRealmPrincipal(java.lang.String, java.lang.String, java.lang.Object)"><B>setRealmPrincipal(String, String, Object)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/PrincipalMap.html#setRealmPrincipals(java.lang.String, java.util.Map)"><B>setRealmPrincipals(String, Map&lt;String, Object&gt;)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/PrincipalMap.html" title="interface in org.apache.shiro.subject">PrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#setRealmPrincipals(java.lang.String, java.util.Map)"><B>setRealmPrincipals(String, Map&lt;String, Object&gt;)</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html#setRealms(java.util.Collection)"><B>setRealms(Collection&lt;Realm&gt;)</B></A> -
Method in class org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/ModularRealmAuthenticator.html" title="class in org.apache.shiro.authc.pam">ModularRealmAuthenticator</A>
<DD>Sets all realms used by this Authenticator, providing PAM (Pluggable Authentication Module) configuration.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#setRealms(java.util.Collection)"><B>setRealms(Collection&lt;Realm&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Sets the realms wrapped by this <code>Authorizer</code> which are consulted during an authorization check.
<DT><A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html#setRealms(java.util.Collection)"><B>setRealms(Collection&lt;Realm&gt;)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/RealmSecurityManager.html" title="class in org.apache.shiro.mgt">RealmSecurityManager</A>
<DD>Sets the realms managed by this <tt>SecurityManager</tt> instance.
<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/realm/ldap/DefaultLdapContextFactory.html#setReferral(java.lang.String)"><B>setReferral(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;Sets the LDAP referral property.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#setReferral(java.lang.String)"><B>setReferral(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Sets the LDAP referral behavior when creating a connection.
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#setReloadIntervalSeconds(int)"><B>setReloadIntervalSeconds(int)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>Sets the interval in seconds at which the property file will be checked for changes and reloaded.
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#setRememberMe(boolean)"><B>setRememberMe(boolean)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Sets if the submitting user wishes their identity (pricipal(s)) to be remembered across sessions.
<DT><A HREF="./org/apache/shiro/cas/CasToken.html#setRememberMe(boolean)"><B>setRememberMe(boolean)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasToken.html" title="class in org.apache.shiro.cas">CasToken</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#setRememberMeAttributeName(java.lang.String)"><B>setRememberMeAttributeName(String)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#setRememberMeManager(org.apache.shiro.mgt.RememberMeManager)"><B>setRememberMeManager(RememberMeManager)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<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/jndi/JndiObjectFactory.html#setRequiredType(java.lang.Class)"><B>setRequiredType(Class&lt;? extends T&gt;)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiObjectFactory.html" title="class in org.apache.shiro.jndi">JndiObjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html#setResolver(org.apache.shiro.aop.AnnotationResolver)"><B>setResolver(AnnotationResolver)</B></A> -
Method in class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html" title="class in org.apache.shiro.aop">AnnotationMethodInterceptor</A>
<DD>Returns the <code>AnnotationResolver</code> to use to acquire annotations from intercepted
methods at runtime.
<DT><A HREF="./org/apache/shiro/jndi/JndiObjectFactory.html#setResourceName(java.lang.String)"><B>setResourceName(String)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiObjectFactory.html" title="class in org.apache.shiro.jndi">JndiObjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/IniRealm.html#setResourcePath(java.lang.String)"><B>setResourcePath(String)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/IniRealm.html" title="class in org.apache.shiro.realm.text">IniRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#setResourcePath(java.lang.String)"><B>setResourcePath(String)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>Sets the path of the properties file to load user, role, and permission information from.
<DT><A HREF="./org/apache/shiro/jndi/JndiLocator.html#setResourceRef(boolean)"><B>setResourceRef(boolean)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiLocator.html" title="class in org.apache.shiro.jndi">JndiLocator</A>
<DD>Set whether the lookup occurs in a J2EE container, i.e.
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#setResources(java.util.Map)"><B>setResources(Map&lt;Object, Object&gt;)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>Allows a caller to explicitly set the entire resource map.
<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/cas/CasRealm.html#setRoleAttributeNames(java.lang.String)"><B>setRoleAttributeNames(String)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html#setRoleDefinitions(java.lang.String)"><B>setRoleDefinitions(String)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</A>
<DD>Sets a newline (\n) delimited String that defines role-to-permission definitions.
<DT><A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html#setRolePermissionResolver(org.apache.shiro.authz.permission.RolePermissionResolver)"><B>setRolePermissionResolver(RolePermissionResolver)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/ModularRealmAuthorizer.html" title="class in org.apache.shiro.authz">ModularRealmAuthorizer</A>
<DD>Sets the specified <A HREF="./org/apache/shiro/authz/permission/RolePermissionResolver.html" title="interface in org.apache.shiro.authz.permission"><CODE>RolePermissionResolver</CODE></A> on <em>all</em> of the wrapped realms that
implement the <A HREF="./org/apache/shiro/authz/permission/RolePermissionResolverAware.html" title="interface in org.apache.shiro.authz.permission"><CODE>PermissionResolverAware</CODE></A> interface.
<DT><A HREF="./org/apache/shiro/authz/permission/RolePermissionResolverAware.html#setRolePermissionResolver(org.apache.shiro.authz.permission.RolePermissionResolver)"><B>setRolePermissionResolver(RolePermissionResolver)</B></A> -
Method in interface org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/RolePermissionResolverAware.html" title="interface in org.apache.shiro.authz.permission">RolePermissionResolverAware</A>
<DD>Sets the specified <tt>RolePermissionResolver</tt> on this instance.
<DT><A HREF="./org/apache/shiro/realm/AuthorizingRealm.html#setRolePermissionResolver(org.apache.shiro.authz.permission.RolePermissionResolver)"><B>setRolePermissionResolver(RolePermissionResolver)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthorizingRealm.html" title="class in org.apache.shiro.realm">AuthorizingRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#setRoles(java.util.Set)"><B>setRoles(Set&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Sets the Account's assigned roles.
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#setRoles(java.util.Set)"><B>setRoles(Set&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Sets the roles assigned to the account.
<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html#setSalt(org.apache.shiro.util.ByteSource)"><B>setSalt(ByteSource)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</A>
<DD>Sets a salt to be used by the <A HREF="./org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashService</CODE></A> during hash computation.
<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html#setSalt(java.lang.Object)"><B>setSalt(Object)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</A>
<DD>Sets a salt to be used by the <A HREF="./org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashService</CODE></A> during hash computation.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#setSalt(org.apache.shiro.util.ByteSource)"><B>setSalt(ByteSource)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Sets the salt used to previously compute AN ALREADY GENERATED HASH.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#setSaltStyle(org.apache.shiro.realm.jdbc.JdbcRealm.SaltStyle)"><B>setSaltStyle(JdbcRealm.SaltStyle)</B></A> -
Method in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>Sets the salt style.
<DT><A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html#setScheduler(org.quartz.Scheduler)"><B>setScheduler(Scheduler)</B></A> -
Method in class org.apache.shiro.session.mgt.quartz.<A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt.quartz">QuartzSessionValidationScheduler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#setSearchBase(java.lang.String)"><B>setSearchBase(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>Used when initializing the default <A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap"><CODE>LdapContextFactory</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#setSearchBase(java.lang.String)"><B>setSearchBase(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;<I>this attribute existed, but was never used in Shiro 1.x. It will be removed prior to Shiro 2.0.</I>
<DT><A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#setSearchPackages(java.util.Set)"><B>setSearchPackages(Set&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</A>
<DD>Sets a set of package names that can be searched for <A HREF="./org/apache/shiro/crypto/hash/format/HashFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><CODE>HashFormat</CODE></A> implementations according to
heuristics defined in the <A HREF="./org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getHashFormatClass(java.lang.String, java.lang.String)"><CODE>getHashFormat(packageName, token)</CODE></A> JavaDoc.
<DT><A HREF="./org/apache/shiro/config/Ini.html#setSectionProperty(java.lang.String, java.lang.String, java.lang.String)"><B>setSectionProperty(String, String, String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>Sets a name/value pair for the section with the given <code>sectionName</code>.
<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/crypto/JcaCipherService.html#setSecureRandom(java.security.SecureRandom)"><B>setSecureRandom(SecureRandom)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>Sets a source of randomness for encryption operations.
<DT><A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html#setSecureRandom(java.security.SecureRandom)"><B>setSecureRandom(SecureRandom)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</A>
<DD>Sets the <A HREF="http://java.sun.com/javase/6/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security"><CODE>SecureRandom</CODE></A> to back this instance.
<DT><A HREF="./org/apache/shiro/env/DefaultEnvironment.html#setSecurityManager(org.apache.shiro.mgt.SecurityManager)"><B>setSecurityManager(SecurityManager)</B></A> -
Method in class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/SecurityUtils.html#setSecurityManager(org.apache.shiro.mgt.SecurityManager)"><B>setSecurityManager(SecurityManager)</B></A> -
Static method in class org.apache.shiro.<A HREF="./org/apache/shiro/SecurityUtils.html" title="class in org.apache.shiro">SecurityUtils</A>
<DD>Sets a VM (static) singleton SecurityManager, specifically for transparent use in the
<A HREF="./org/apache/shiro/SecurityUtils.html#getSubject()"><CODE>getSubject()</CODE></A> implementation.
<DT><A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationExecutor.html#setSecurityManager(org.apache.shiro.mgt.SecurityManager)"><B>setSecurityManager(SecurityManager)</B></A> -
Method in class org.apache.shiro.spring.remoting.<A HREF="./org/apache/shiro/spring/remoting/SecureRemoteInvocationExecutor.html" title="class in org.apache.shiro.spring.remoting">SecureRemoteInvocationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.html#setSecurityManager(org.apache.shiro.mgt.SecurityManager)"><B>setSecurityManager(SecurityManager)</B></A> -
Method in class org.apache.shiro.spring.security.interceptor.<A HREF="./org/apache/shiro/spring/security/interceptor/AuthorizationAttributeSourceAdvisor.html" title="class in org.apache.shiro.spring.security.interceptor">AuthorizationAttributeSourceAdvisor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#setSecurityManager(org.apache.shiro.mgt.SecurityManager)"><B>setSecurityManager(SecurityManager)</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Sets the application <code>SecurityManager</code> instance to be used by the constructed Shiro Filter.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#setSecurityManager(org.apache.shiro.mgt.SecurityManager)"><B>setSecurityManager(SecurityManager)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Sets the SecurityManager instance that should be used to back the constructed <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> instance
(typically used to support <A HREF="./org/apache/shiro/subject/support/DelegatingSubject.html" title="class in org.apache.shiro.subject.support"><CODE>DelegatingSubject</CODE></A> implementations).
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#setSecurityManager(org.apache.shiro.mgt.SecurityManager)"><B>setSecurityManager(SecurityManager)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</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/env/DefaultEnvironment.html#setSecurityManagerName(java.lang.String)"><B>setSecurityManagerName(String)</B></A> -
Method in class org.apache.shiro.env.<A HREF="./org/apache/shiro/env/DefaultEnvironment.html" title="class in org.apache.shiro.env">DefaultEnvironment</A>
<DD>Sets the name of the <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> instance in the backing map.
<DT><A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html#setSeed(byte[])"><B>setSeed(byte[])</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</A>
<DD>Seeds the backing <A HREF="http://java.sun.com/javase/6/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security"><CODE>SecureRandom</CODE></A> instance with additional seed data.
<DT><A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html#setSerializer(org.apache.shiro.io.Serializer)"><B>setSerializer(Serializer&lt;PrincipalCollection&gt;)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/AbstractRememberMeManager.html" title="class in org.apache.shiro.mgt">AbstractRememberMeManager</A>
<DD>Sets the <code>Serializer</code> used to serialize and deserialize <A HREF="./org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject"><CODE>PrincipalCollection</CODE></A> instances for
persistent remember me storage.
<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/subject/SubjectContext.html#setSession(org.apache.shiro.session.Session)"><B>setSession(Session)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Sets the <code>Session</code> to use when building the <code>Subject</code> instance.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#setSession(org.apache.shiro.session.Session)"><B>setSession(Session)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#setSessionCreationEnabled(boolean)"><B>setSessionCreationEnabled(boolean)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Sets whether or not the constructed <code>Subject</code> instance should be allowed to create a session,
<code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#setSessionCreationEnabled(boolean)"><B>setSessionCreationEnabled(boolean)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#setSessionDAO(org.apache.shiro.session.mgt.eis.SessionDAO)"><B>setSessionDAO(SessionDAO)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html#setSessionFactory(org.apache.shiro.session.mgt.SessionFactory)"><B>setSessionFactory(SessionFactory)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionManager.html" title="class in org.apache.shiro.session.mgt">DefaultSessionManager</A>
<DD>Sets the <code>SessionFactory</code> used to generate new <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> instances.
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html#setSessionId(java.io.Serializable)"><B>setSessionId(Serializable)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionContext.html" title="class in org.apache.shiro.session.mgt">DefaultSessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DefaultSessionKey.html#setSessionId(java.io.Serializable)"><B>setSessionId(Serializable)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DefaultSessionKey.html" title="class in org.apache.shiro.session.mgt">DefaultSessionKey</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SessionContext.html#setSessionId(java.io.Serializable)"><B>setSessionId(Serializable)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt">SessionContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#setSessionId(java.io.Serializable)"><B>setSessionId(Serializable)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Sets the session id of the session that should be associated with the constructed <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> instance.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#setSessionId(java.io.Serializable)"><B>setSessionId(Serializable)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<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/session/mgt/eis/AbstractSessionDAO.html#setSessionIdGenerator(org.apache.shiro.session.mgt.eis.SessionIdGenerator)"><B>setSessionIdGenerator(SessionIdGenerator)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">AbstractSessionDAO</A>
<DD>Sets the <code>SessionIdGenerator</code> used by the <A HREF="./org/apache/shiro/session/mgt/eis/AbstractSessionDAO.html#generateSessionId(org.apache.shiro.session.Session)"><CODE>AbstractSessionDAO.generateSessionId(org.apache.shiro.session.Session)</CODE></A>
method.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#setSessionListeners(java.util.Collection)"><B>setSessionListeners(Collection&lt;SessionListener&gt;)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html#setSessionManager(org.apache.shiro.session.mgt.SessionManager)"><B>setSessionManager(SessionManager)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html" title="class in org.apache.shiro.mgt">SessionsSecurityManager</A>
<DD>Sets the underlying delegate <A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionManager</CODE></A> instance that will be used to support this implementation's
<tt>SessionManager</tt> method calls.
<DT><A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html#setSessionManager(org.apache.shiro.session.mgt.ValidatingSessionManager)"><B>setSessionManager(ValidatingSessionManager)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ExecutorServiceSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt">ExecutorServiceSessionValidationScheduler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html#setSessionManager(org.apache.shiro.session.mgt.ValidatingSessionManager)"><B>setSessionManager(ValidatingSessionManager)</B></A> -
Method in class org.apache.shiro.session.mgt.quartz.<A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt.quartz">QuartzSessionValidationScheduler</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/mgt/DefaultSessionStorageEvaluator.html#setSessionStorageEnabled(boolean)"><B>setSessionStorageEnabled(boolean)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSessionStorageEvaluator.html" title="class in org.apache.shiro.mgt">DefaultSessionStorageEvaluator</A>
<DD>Sets if any Subject's <code>Session</code> may be used to persist that <code>Subject</code>'s state.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html#setSessionStorageEvaluator(org.apache.shiro.mgt.SessionStorageEvaluator)"><B>setSessionStorageEvaluator(SessionStorageEvaluator)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSubjectDAO.html" title="class in org.apache.shiro.mgt">DefaultSubjectDAO</A>
<DD>Sets the <code>SessionStorageEvaluator</code> that will determine if a <code>Subject</code>'s state may be persisted in
the Subject's session.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#setSessionValidationInterval(long)"><B>setSessionValidationInterval(long)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>If using the underlying default <tt>SessionValidationScheduler</tt> (that is, the
<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#setSessionValidationScheduler(org.apache.shiro.session.mgt.SessionValidationScheduler)"><CODE>setSessionValidationScheduler</CODE></A> method is
never called) , this method allows one to specify how
frequently session should be validated (to check for orphans).
<DT><A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html#setSessionValidationInterval(long)"><B>setSessionValidationInterval(long)</B></A> -
Method in class org.apache.shiro.session.mgt.quartz.<A HREF="./org/apache/shiro/session/mgt/quartz/QuartzSessionValidationScheduler.html" title="class in org.apache.shiro.session.mgt.quartz">QuartzSessionValidationScheduler</A>
<DD>Specifies how frequently (in milliseconds) this Scheduler will call the
<A HREF="./org/apache/shiro/session/mgt/ValidatingSessionManager.html#validateSessions()"><CODE>ValidatingSessionManager#validateSessions()</CODE></A> method.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#setSessionValidationScheduler(org.apache.shiro.session.mgt.SessionValidationScheduler)"><B>setSessionValidationScheduler(SessionValidationScheduler)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#setSessionValidationSchedulerEnabled(boolean)"><B>setSessionValidationSchedulerEnabled(boolean)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/AbstractFactory.html#setSingleton(boolean)"><B>setSingleton(boolean)</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/AbstractFactory.html" title="class in org.apache.shiro.util">AbstractFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html#setSource(org.apache.shiro.util.ByteSource)"><B>setSource(ByteSource)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</A>
<DD>Sets the source data that will be hashed by a <A HREF="./org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashService</CODE></A>.
<DT><A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html#setSource(java.lang.Object)"><B>setSource(Object)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</A>
<DD>Sets the source data that will be hashed by a <A HREF="./org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashService</CODE></A>.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#setStartTimestamp(java.util.Date)"><B>setStartTimestamp(Date)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<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><A HREF="./org/apache/shiro/SecurityUtils.html#setSecurityManager(org.apache.shiro.mgt.SecurityManager)"><CODE>setSecurityManager</CODE></A>).
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#setStopTimestamp(java.util.Date)"><B>setStopTimestamp(Date)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#setStoredCredentialsHexEncoded(boolean)"><B>setStoredCredentialsHexEncoded(boolean)</B></A> -
Method in class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">HashedCredentialsMatcher</A>
<DD>Sets the indicator if this system's stored credential hash is Hex encoded or not.
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setStreamingBlockSize(int)"><B>setStreamingBlockSize(int)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/JcaCipherService.html#setStreamingBufferSize(int)"><B>setStreamingBufferSize(int)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</A>
<DD>Sets the size in bytes of the internal buffer used to transfer data from one stream to another during stream
operations (<A HREF="./org/apache/shiro/crypto/JcaCipherService.html#encrypt(java.io.InputStream, java.io.OutputStream, byte[])"><CODE>JcaCipherService.encrypt(java.io.InputStream, java.io.OutputStream, byte[])</CODE></A> and
<A HREF="./org/apache/shiro/crypto/JcaCipherService.html#decrypt(java.io.InputStream, java.io.OutputStream, byte[])"><CODE>JcaCipherService.decrypt(java.io.InputStream, java.io.OutputStream, byte[])</CODE></A>).
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setStreamingMode(org.apache.shiro.crypto.OperationMode)"><B>setStreamingMode(OperationMode)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Sets the transformation string mode to be used for streaming operations only.
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setStreamingModeName(java.lang.String)"><B>setStreamingModeName(String)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>Sets the transformation string mode name to be used for streaming operations only.
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setStreamingPaddingScheme(org.apache.shiro.crypto.PaddingScheme)"><B>setStreamingPaddingScheme(PaddingScheme)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html#setStreamingPaddingSchemeName(java.lang.String)"><B>setStreamingPaddingSchemeName(String)</B></A> -
Method in class org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#setStringPermissions(java.util.Set)"><B>setStringPermissions(Set&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Sets the String-based permissions assigned to this Account.
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#setStringPermissions(java.util.Set)"><B>setStringPermissions(Set&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Sets the string-based permissions assigned directly to the account.
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html#setSubject(org.apache.shiro.subject.Subject)"><B>setSubject(Subject)</B></A> -
Method in interface org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject">SubjectContext</A>
<DD>Sets the existing <code>Subject</code> that may be in use at the time the new <code>Subject</code> instance is
being created.
<DT><A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html#setSubject(org.apache.shiro.subject.Subject)"><B>setSubject(Subject)</B></A> -
Method in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/DefaultSubjectContext.html" title="class in org.apache.shiro.subject.support">DefaultSubjectContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#setSubjectDAO(org.apache.shiro.mgt.SubjectDAO)"><B>setSubjectDAO(SubjectDAO)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Sets the <code>SubjectDAO</code> responsible for persisting Subject state, typically used after login or when an
Subject identity is discovered (eg after RememberMe services).
<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/mgt/DefaultSecurityManager.html#setSubjectFactory(org.apache.shiro.mgt.SubjectFactory)"><B>setSubjectFactory(SubjectFactory)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>Sets the <code>SubjectFactory</code> responsible for creating <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> instances exposed to the application.
<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#setSuccessUrl(java.lang.String)"><B>setSuccessUrl(String)</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Sets the application's after-login success URL to be assigned to all acquired Filters that subclass
<A HREF="./org/apache/shiro/web/filter/authc/AuthenticationFilter.html" title="class in org.apache.shiro.web.filter.authc"><CODE>AuthenticationFilter</CODE></A>.
<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/realm/ldap/AbstractLdapRealm.html#setSystemPassword(java.lang.String)"><B>setSystemPassword(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>Used when initializing the default <A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap"><CODE>LdapContextFactory</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#setSystemPassword(java.lang.String)"><B>setSystemPassword(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;The system password that will be used when connecting to the LDAP server to retrieve authorization
information about a user.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#setSystemPassword(java.lang.String)"><B>setSystemPassword(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Sets the password of the <A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#setSystemUsername(java.lang.String)"><CODE>systemUsername</CODE></A> that will be used when creating an
LDAP connection used for authorization queries.
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#setSystemUsername(java.lang.String)"><B>setSystemUsername(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>Used when initializing the default <A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap"><CODE>LdapContextFactory</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#setSystemUsername(java.lang.String)"><B>setSystemUsername(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;The system username that will be used when connecting to the LDAP server to retrieve authorization
information about a user.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#setSystemUsername(java.lang.String)"><B>setSystemUsername(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Sets the system username that will be used when creating an LDAP connection used for authorization queries.
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html#setTargetExecutor(java.util.concurrent.Executor)"><B>setTargetExecutor(Executor)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutor</A>
<DD>Sets target Executor instance that will actually execute the subject-associated Runnable instances.
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#setTargetExecutor(java.util.concurrent.Executor)"><B>setTargetExecutor(Executor)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html#setTargetExecutor(java.util.concurrent.Executor)"><B>setTargetExecutor(Executor)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareScheduledExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#setTargetExecutorService(java.util.concurrent.ExecutorService)"><B>setTargetExecutorService(ExecutorService)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html#setTargetExecutorService(java.util.concurrent.ExecutorService)"><B>setTargetExecutorService(ExecutorService)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareScheduledExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/DomainPermission.html#setTargets(java.util.Set)"><B>setTargets(Set&lt;String&gt;)</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/DomainPermission.html" title="class in org.apache.shiro.authz.permission">DomainPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html#setTargetScheduledExecutorService(java.util.concurrent.ScheduledExecutorService)"><B>setTargetScheduledExecutorService(ScheduledExecutorService)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareScheduledExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#setTimeout(org.apache.shiro.session.mgt.SessionKey, long)"><B>setTimeout(SessionKey, long)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#setTimeout(long)"><B>setTimeout(long)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html#setTimeout(long)"><B>setTimeout(long)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html" title="class in org.apache.shiro.session.mgt">ImmutableProxiedSession</A>
<DD>Immediately <A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html#throwImmutableException()"><CODE>throws</CODE></A> an <code>InvalidSessionException</code> in all
cases because this proxy is immutable.
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#setTimeout(org.apache.shiro.session.mgt.SessionKey, long)"><B>setTimeout(SessionKey, long)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Sets the time in milliseconds that the associated session may remain idle before expiring.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#setTimeout(long)"><B>setTimeout(long)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#setTimeout(long)"><B>setTimeout(long)</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Immediately delegates to the underlying proxied session.
<DT><A HREF="./org/apache/shiro/session/Session.html#setTimeout(long)"><B>setTimeout(long)</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session">Session</A>
<DD>Sets the time in milliseconds that the session may remain idle before expiring.
<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/spring/web/ShiroFilterFactoryBean.html#setUnauthorizedUrl(java.lang.String)"><B>setUnauthorizedUrl(String)</B></A> -
Method in class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</A>
<DD>Sets the application's 'unauthorized' URL to be assigned to all acquired Filters that subclass
<A HREF="./org/apache/shiro/web/filter/authz/AuthorizationFilter.html" title="class in org.apache.shiro.web.filter.authz"><CODE>AuthorizationFilter</CODE></A>.
<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/realm/ldap/AbstractLdapRealm.html#setUrl(java.lang.String)"><B>setUrl(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>Used when initializing the default <A HREF="./org/apache/shiro/realm/ldap/LdapContextFactory.html" title="interface in org.apache.shiro.realm.ldap"><CODE>LdapContextFactory</CODE></A>.
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#setUrl(java.lang.String)"><B>setUrl(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;The LDAP url to connect to.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#setUrl(java.lang.String)"><B>setUrl(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>The LDAP url to connect to.
<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/realm/ldap/DefaultLdapContextFactory.html#setUsePooling(boolean)"><B>setUsePooling(boolean)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;Determines whether or not LdapContext pooling is enabled for connections made using the system
user account.
<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html#setUserDefinitions(java.lang.String)"><B>setUserDefinitions(String)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</A>
<DD>Sets a newline (\n) delimited String that defines user-to-password-and-role(s) key/value pairs according
to the following format:
<p/>
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html#setUserDnTemplate(java.lang.String)"><B>setUserDnTemplate(String)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapRealm.html" title="class in org.apache.shiro.realm.ldap">JndiLdapRealm</A>
<DD>Sets the User Distinguished Name (DN) template to use when creating User DNs at runtime.
<DT><A HREF="./org/apache/shiro/cas/CasToken.html#setUserId(java.lang.String)"><B>setUserId(String)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasToken.html" title="class in org.apache.shiro.cas">CasToken</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#setUsername(java.lang.String)"><B>setUsername(String)</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Sets the username for submission during an authentication attempt.
<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/realm/jdbc/JdbcRealm.html#setUserRolesQuery(java.lang.String)"><B>setUserRolesQuery(String)</B></A> -
Method in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>Overrides the default query used to retrieve a user's roles during authorization.
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#setUseXmlFormat(boolean)"><B>setUseXmlFormat(boolean)</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>Determines whether or not the properties XML format should be used.
<DT><A HREF="./org/apache/shiro/cas/CasRealm.html#setValidationProtocol(java.lang.String)"><B>setValidationProtocol(String)</B></A> -
Method in class org.apache.shiro.cas.<A HREF="./org/apache/shiro/cas/CasRealm.html" title="class in org.apache.shiro.cas">CasRealm</A>
<DD>&nbsp;
<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/authc/credential/Sha1CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><B>Sha1CredentialsMatcher</B></A> - Class in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD><B>Deprecated.</B>&nbsp;<I>since 1.1 - use the HashedCredentialsMatcher directly and set its
<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#setHashAlgorithmName(java.lang.String)"><CODE>hashAlgorithmName</CODE></A> property.</I><DT><A HREF="./org/apache/shiro/authc/credential/Sha1CredentialsMatcher.html#Sha1CredentialsMatcher()"><B>Sha1CredentialsMatcher()</B></A> -
Constructor for class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/Sha1CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">Sha1CredentialsMatcher</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash"><B>Sha1Hash</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>Generates an SHA-1 Hash (Secure Hash Standard, NIST FIPS 180-1) from a given input <tt>source</tt> with an
optional <tt>salt</tt> and hash iterations.<DT><A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html#Sha1Hash()"><B>Sha1Hash()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html#Sha1Hash(java.lang.Object)"><B>Sha1Hash(Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html#Sha1Hash(java.lang.Object, java.lang.Object)"><B>Sha1Hash(Object, Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html#Sha1Hash(java.lang.Object, java.lang.Object, int)"><B>Sha1Hash(Object, Object, int)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/Sha256CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><B>Sha256CredentialsMatcher</B></A> - Class in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD><B>Deprecated.</B>&nbsp;<I>since 1.1 - use the HashedCredentialsMatcher directly and set its
<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#setHashAlgorithmName(java.lang.String)"><CODE>hashAlgorithmName</CODE></A> property.</I><DT><A HREF="./org/apache/shiro/authc/credential/Sha256CredentialsMatcher.html#Sha256CredentialsMatcher()"><B>Sha256CredentialsMatcher()</B></A> -
Constructor for class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/Sha256CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">Sha256CredentialsMatcher</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash"><B>Sha256Hash</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>Generates an SHA-256 Hash from a given input <tt>source</tt> with an optional <tt>salt</tt> and hash iterations.<DT><A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html#Sha256Hash()"><B>Sha256Hash()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html#Sha256Hash(java.lang.Object)"><B>Sha256Hash(Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html#Sha256Hash(java.lang.Object, java.lang.Object)"><B>Sha256Hash(Object, Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html#Sha256Hash(java.lang.Object, java.lang.Object, int)"><B>Sha256Hash(Object, Object, int)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/Sha384CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><B>Sha384CredentialsMatcher</B></A> - Class in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD><B>Deprecated.</B>&nbsp;<I>since 1.1 - use the HashedCredentialsMatcher directly and set its
<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#setHashAlgorithmName(java.lang.String)"><CODE>hashAlgorithmName</CODE></A> property.</I><DT><A HREF="./org/apache/shiro/authc/credential/Sha384CredentialsMatcher.html#Sha384CredentialsMatcher()"><B>Sha384CredentialsMatcher()</B></A> -
Constructor for class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/Sha384CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">Sha384CredentialsMatcher</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash"><B>Sha384Hash</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>Generates an SHA-384 Hash from a given input <tt>source</tt> with an optional <tt>salt</tt> and hash iterations.<DT><A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html#Sha384Hash()"><B>Sha384Hash()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html#Sha384Hash(java.lang.Object)"><B>Sha384Hash(Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html#Sha384Hash(java.lang.Object, java.lang.Object)"><B>Sha384Hash(Object, Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html#Sha384Hash(java.lang.Object, java.lang.Object, int)"><B>Sha384Hash(Object, Object, int)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/credential/Sha512CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><B>Sha512CredentialsMatcher</B></A> - Class in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD><B>Deprecated.</B>&nbsp;<I>since 1.1 - use the HashedCredentialsMatcher directly and set its
<A HREF="./org/apache/shiro/authc/credential/HashedCredentialsMatcher.html#setHashAlgorithmName(java.lang.String)"><CODE>hashAlgorithmName</CODE></A> property.</I><DT><A HREF="./org/apache/shiro/authc/credential/Sha512CredentialsMatcher.html#Sha512CredentialsMatcher()"><B>Sha512CredentialsMatcher()</B></A> -
Constructor for class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/Sha512CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">Sha512CredentialsMatcher</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash"><B>Sha512Hash</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>Generates an SHA-512 Hash from a given input <tt>source</tt> with an optional <tt>salt</tt> and hash iterations.<DT><A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html#Sha512Hash()"><B>Sha512Hash()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html#Sha512Hash(java.lang.Object)"><B>Sha512Hash(Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html#Sha512Hash(java.lang.Object, java.lang.Object)"><B>Sha512Hash(Object, Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html#Sha512Hash(java.lang.Object, java.lang.Object, int)"><B>Sha512Hash(Object, Object, int)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format"><B>Shiro1CryptFormat</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</A><DD>The <code>Shiro1CryptFormat</code> is a fully reversible
<a href="http://packages.python.org/passlib/modular_crypt_format.html">Modular Crypt Format</a> (MCF).<DT><A HREF="./org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html#Shiro1CryptFormat()"><B>Shiro1CryptFormat()</B></A> -
Constructor for class org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format">Shiro1CryptFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/aop/ShiroAopModule.html" title="class in org.apache.shiro.guice.aop"><B>ShiroAopModule</B></A> - Class in <A HREF="./org/apache/shiro/guice/aop/package-summary.html">org.apache.shiro.guice.aop</A><DD>Install this module to enable Shiro AOP functionality in Guice.<DT><A HREF="./org/apache/shiro/guice/aop/ShiroAopModule.html#ShiroAopModule()"><B>ShiroAopModule()</B></A> -
Constructor for class org.apache.shiro.guice.aop.<A HREF="./org/apache/shiro/guice/aop/ShiroAopModule.html" title="class in org.apache.shiro.guice.aop">ShiroAopModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/ShiroException.html" title="class in org.apache.shiro"><B>ShiroException</B></A> - Exception in <A HREF="./org/apache/shiro/package-summary.html">org.apache.shiro</A><DD>Root exception for all Shiro runtime exceptions.<DT><A HREF="./org/apache/shiro/ShiroException.html#ShiroException()"><B>ShiroException()</B></A> -
Constructor for exception org.apache.shiro.<A HREF="./org/apache/shiro/ShiroException.html" title="class in org.apache.shiro">ShiroException</A>
<DD>Creates a new ShiroException.
<DT><A HREF="./org/apache/shiro/ShiroException.html#ShiroException(java.lang.String)"><B>ShiroException(String)</B></A> -
Constructor for exception org.apache.shiro.<A HREF="./org/apache/shiro/ShiroException.html" title="class in org.apache.shiro">ShiroException</A>
<DD>Constructs a new ShiroException.
<DT><A HREF="./org/apache/shiro/ShiroException.html#ShiroException(java.lang.Throwable)"><B>ShiroException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.<A HREF="./org/apache/shiro/ShiroException.html" title="class in org.apache.shiro">ShiroException</A>
<DD>Constructs a new ShiroException.
<DT><A HREF="./org/apache/shiro/ShiroException.html#ShiroException(java.lang.String, java.lang.Throwable)"><B>ShiroException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.<A HREF="./org/apache/shiro/ShiroException.html" title="class in org.apache.shiro">ShiroException</A>
<DD>Constructs a new ShiroException.
<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/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web"><B>ShiroFilterFactoryBean</B></A> - Class in <A HREF="./org/apache/shiro/spring/web/package-summary.html">org.apache.shiro.spring.web</A><DD><CODE>FactoryBean</CODE> to be used in Spring-based web applications for
defining the master Shiro Filter.<DT><A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html#ShiroFilterFactoryBean()"><B>ShiroFilterFactoryBean()</B></A> -
Constructor for class org.apache.shiro.spring.web.<A HREF="./org/apache/shiro/spring/web/ShiroFilterFactoryBean.html" title="class in org.apache.shiro.spring.web">ShiroFilterFactoryBean</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 <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/http/HttpServletRequest.html?is-external=true" title="class or interface in javax.servlet.http"><CODE>HttpServletRequest</CODE></A> 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 <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> 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/guice/ShiroModule.html" title="class in org.apache.shiro.guice"><B>ShiroModule</B></A> - Class in <A HREF="./org/apache/shiro/guice/package-summary.html">org.apache.shiro.guice</A><DD>Sets up Shiro lifecycles within Guice, enables the injecting of Shiro objects, and binds a default
<A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> and <A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionManager</CODE></A>.<DT><A HREF="./org/apache/shiro/guice/ShiroModule.html#ShiroModule()"><B>ShiroModule()</B></A> -
Constructor for class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroModule.html" title="class in org.apache.shiro.guice">ShiroModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/ShiroSessionScope.html" title="class in org.apache.shiro.guice"><B>ShiroSessionScope</B></A> - Class in <A HREF="./org/apache/shiro/guice/package-summary.html">org.apache.shiro.guice</A><DD>Guice scope for Shiro sessions.<DT><A HREF="./org/apache/shiro/guice/ShiroSessionScope.html#ShiroSessionScope()"><B>ShiroSessionScope()</B></A> -
Constructor for class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroSessionScope.html" title="class in org.apache.shiro.guice">ShiroSessionScope</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web"><B>ShiroWebModule</B></A> - Class in <A HREF="./org/apache/shiro/guice/web/package-summary.html">org.apache.shiro.guice.web</A><DD>Sets up Shiro lifecycles within Guice, enables the injecting of Shiro objects, and binds a default
<A HREF="./org/apache/shiro/web/mgt/WebSecurityManager.html" title="interface in org.apache.shiro.web.mgt"><CODE>WebSecurityManager</CODE></A>, <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> and <A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionManager</CODE></A>.<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#ShiroWebModule(javax.servlet.ServletContext)"><B>ShiroWebModule(ServletContext)</B></A> -
Constructor for class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#shouldImplicitlyCreateRealm(org.apache.shiro.config.Ini)"><B>shouldImplicitlyCreateRealm(Ini)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html" title="class in org.apache.shiro.config">IniSecurityManagerFactory</A>
<DD>Returns <code>true</code> if the Ini contains account data and a <code>Realm</code> should be implicitly
<A HREF="./org/apache/shiro/config/IniSecurityManagerFactory.html#createRealm(org.apache.shiro.config.Ini)"><CODE>created</CODE></A> to reflect the account data, <code>false</code> if no realm should be implicitly
created.
<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/concurrent/SubjectAwareExecutorService.html#shutdown()"><B>shutdown()</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#shutdownNow()"><B>shutdownNow()</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#SIMPLE_AUTHENTICATION_MECHANISM_NAME"><B>SIMPLE_AUTHENTICATION_MECHANISM_NAME</B></A> -
Static variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc"><B>SimpleAccount</B></A> - Class in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>Simple implementation of the <A HREF="./org/apache/shiro/authc/Account.html" title="interface in org.apache.shiro.authc"><CODE>Account</CODE></A> interface that
contains principal and credential and authorization information (roles and permissions) as instance variables and
exposes them via getters and setters using standard JavaBean notation.<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#SimpleAccount()"><B>SimpleAccount()</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Default no-argument constructor.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(java.lang.Object, java.lang.Object, java.lang.String)"><B>SimpleAccount(Object, Object, String)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Constructs a SimpleAccount instance for the specified realm with the given principals and credentials.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(java.lang.Object, java.lang.Object, org.apache.shiro.util.ByteSource, java.lang.String)"><B>SimpleAccount(Object, Object, ByteSource, String)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Constructs a SimpleAccount instance for the specified realm with the given principals, hashedCredentials and
credentials salt used when hashing the credentials.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(java.util.Collection, java.lang.Object, java.lang.String)"><B>SimpleAccount(Collection, Object, String)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Constructs a SimpleAccount instance for the specified realm with the given principals and credentials.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(org.apache.shiro.subject.PrincipalCollection, java.lang.Object)"><B>SimpleAccount(PrincipalCollection, Object)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Constructs a SimpleAccount instance for the specified principals and credentials.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(org.apache.shiro.subject.PrincipalCollection, java.lang.Object, org.apache.shiro.util.ByteSource)"><B>SimpleAccount(PrincipalCollection, Object, ByteSource)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Constructs a SimpleAccount instance for the specified principals and credentials.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(org.apache.shiro.subject.PrincipalCollection, java.lang.Object, java.util.Set)"><B>SimpleAccount(PrincipalCollection, Object, Set&lt;String&gt;)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Constructs a SimpleAccount instance for the specified principals and credentials, with the assigned roles.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(java.lang.Object, java.lang.Object, java.lang.String, java.util.Set, java.util.Set)"><B>SimpleAccount(Object, Object, String, Set&lt;String&gt;, Set&lt;Permission&gt;)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Constructs a SimpleAccount instance for the specified realm with the given principal and credentials, with the
the assigned roles and permissions.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(java.util.Collection, java.lang.Object, java.lang.String, java.util.Set, java.util.Set)"><B>SimpleAccount(Collection, Object, String, Set&lt;String&gt;, Set&lt;Permission&gt;)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Constructs a SimpleAccount instance for the specified realm with the given principals and credentials, with the
the assigned roles and permissions.
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(org.apache.shiro.subject.PrincipalCollection, java.lang.Object, java.util.Set, java.util.Set)"><B>SimpleAccount(PrincipalCollection, Object, Set&lt;String&gt;, Set&lt;Permission&gt;)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Constructs a SimpleAccount instance from the given principals and credentials, with the
the assigned roles and permissions.
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm"><B>SimpleAccountRealm</B></A> - Class in <A HREF="./org/apache/shiro/realm/package-summary.html">org.apache.shiro.realm</A><DD>A simple implementation of the <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A> interface that
uses a set of configured user accounts and roles to support authentication and authorization.<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#SimpleAccountRealm()"><B>SimpleAccountRealm()</B></A> -
Constructor for class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#SimpleAccountRealm(java.lang.String)"><B>SimpleAccountRealm(String)</B></A> -
Constructor for class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc"><B>SimpleAuthenticationInfo</B></A> - Class in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>Simple implementation of the <A HREF="./org/apache/shiro/authc/MergableAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><CODE>MergableAuthenticationInfo</CODE></A> interface that holds the principals and
credentials.<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#SimpleAuthenticationInfo()"><B>SimpleAuthenticationInfo()</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Default no-argument constructor.
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#SimpleAuthenticationInfo(java.lang.Object, java.lang.Object, java.lang.String)"><B>SimpleAuthenticationInfo(Object, Object, String)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Constructor that takes in a single 'primary' principal of the account and its corresponding credentials,
associated with the specified realm.
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#SimpleAuthenticationInfo(java.lang.Object, java.lang.Object, org.apache.shiro.util.ByteSource, java.lang.String)"><B>SimpleAuthenticationInfo(Object, Object, ByteSource, String)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Constructor that takes in a single 'primary' principal of the account, its corresponding hashed credentials,
the salt used to hash the credentials, and the name of the realm to associate with the principals.
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#SimpleAuthenticationInfo(org.apache.shiro.subject.PrincipalCollection, java.lang.Object)"><B>SimpleAuthenticationInfo(PrincipalCollection, Object)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Constructor that takes in an account's identifying principal(s) and its corresponding credentials that verify
the principals.
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#SimpleAuthenticationInfo(org.apache.shiro.subject.PrincipalCollection, java.lang.Object, org.apache.shiro.util.ByteSource)"><B>SimpleAuthenticationInfo(PrincipalCollection, Object, ByteSource)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Constructor that takes in an account's identifying principal(s), hashed credentials used to verify the
principals, and the salt used when hashing the credentials.
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz"><B>SimpleAuthorizationInfo</B></A> - Class in <A HREF="./org/apache/shiro/authz/package-summary.html">org.apache.shiro.authz</A><DD>Simple POJO implementation of the <A HREF="./org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz"><CODE>AuthorizationInfo</CODE></A> interface that stores roles and permissions as internal
attributes.<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#SimpleAuthorizationInfo()"><B>SimpleAuthorizationInfo()</B></A> -
Constructor for class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Default no-argument constructor.
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#SimpleAuthorizationInfo(java.util.Set)"><B>SimpleAuthorizationInfo(Set&lt;String&gt;)</B></A> -
Constructor for class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Creates a new instance with the specified roles and no permissions.
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util"><B>SimpleByteSource</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Very simple <A HREF="./org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util"><CODE>ByteSource</CODE></A> implementation that maintains an internal <code>byte[]</code> array and uses the
<A HREF="./org/apache/shiro/codec/Hex.html" title="class in org.apache.shiro.codec"><CODE>Hex</CODE></A> and <A HREF="./org/apache/shiro/codec/Base64.html" title="class in org.apache.shiro.codec"><CODE>Base64</CODE></A> codec classes to support the
<A HREF="./org/apache/shiro/util/SimpleByteSource.html#toHex()"><CODE>toHex()</CODE></A> and <A HREF="./org/apache/shiro/util/SimpleByteSource.html#toBase64()"><CODE>toBase64()</CODE></A> implementations.<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#SimpleByteSource(byte[])"><B>SimpleByteSource(byte[])</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#SimpleByteSource(char[])"><B>SimpleByteSource(char[])</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>Creates an instance by converting the characters to a byte array (assumes UTF-8 encoding).
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#SimpleByteSource(java.lang.String)"><B>SimpleByteSource(String)</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>Creates an instance by converting the String to a byte array (assumes UTF-8 encoding).
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#SimpleByteSource(org.apache.shiro.util.ByteSource)"><B>SimpleByteSource(ByteSource)</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>Creates an instance using the sources bytes directly - it does not create a copy of the
argument's byte array.
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#SimpleByteSource(java.io.File)"><B>SimpleByteSource(File)</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>Creates an instance by converting the file to a byte array.
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#SimpleByteSource(java.io.InputStream)"><B>SimpleByteSource(InputStream)</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>Creates an instance by converting the stream to a byte array.
<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/authc/credential/SimpleCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><B>SimpleCredentialsMatcher</B></A> - Class in <A HREF="./org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</A><DD>Simple CredentialsMatcher implementation.<DT><A HREF="./org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html#SimpleCredentialsMatcher()"><B>SimpleCredentialsMatcher()</B></A> -
Constructor for class org.apache.shiro.authc.credential.<A HREF="./org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential">SimpleCredentialsMatcher</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash"><B>SimpleHash</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>A <code>Hash</code> implementation that allows any <A HREF="http://java.sun.com/javase/6/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><CODE>MessageDigest</CODE></A> algorithm name to
be used.<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#SimpleHash(java.lang.String)"><B>SimpleHash(String)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Creates an new instance with only its <code>algorithmName</code> set - no hashing is performed.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#SimpleHash(java.lang.String, java.lang.Object)"><B>SimpleHash(String, Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Creates an <code>algorithmName</code>-specific hash of the specified <code>source</code> with no <code>salt</code> using a
single hash iteration.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#SimpleHash(java.lang.String, java.lang.Object, java.lang.Object)"><B>SimpleHash(String, Object, Object)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Creates an <code>algorithmName</code>-specific hash of the specified <code>source</code> using the given <code>salt</code>
using a single hash iteration.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#SimpleHash(java.lang.String, java.lang.Object, java.lang.Object, int)"><B>SimpleHash(String, Object, Object, int)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Creates an <code>algorithmName</code>-specific hash of the specified <code>source</code> using the given
<code>salt</code> a total of <code>hashIterations</code> times.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHashRequest.html" title="class in org.apache.shiro.crypto.hash"><B>SimpleHashRequest</B></A> - Class in <A HREF="./org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</A><DD>Simple implementation of <A HREF="./org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashRequest</CODE></A> that can be used when interacting with a <A HREF="./org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><CODE>HashService</CODE></A>.<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHashRequest.html#SimpleHashRequest(java.lang.String, org.apache.shiro.util.ByteSource, org.apache.shiro.util.ByteSource, int)"><B>SimpleHashRequest(String, ByteSource, ByteSource, int)</B></A> -
Constructor for class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHashRequest.html" title="class in org.apache.shiro.crypto.hash">SimpleHashRequest</A>
<DD>Creates a new SimpleHashRequest instance.
<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/javase/6/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/javase/6/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/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject"><B>SimplePrincipalCollection</B></A> - Class in <A HREF="./org/apache/shiro/subject/package-summary.html">org.apache.shiro.subject</A><DD>A simple implementation of the <A HREF="./org/apache/shiro/subject/MutablePrincipalCollection.html" title="interface in org.apache.shiro.subject"><CODE>MutablePrincipalCollection</CODE></A> interface that tracks principals internally
by storing them in a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/LinkedHashMap.html?is-external=true" title="class or interface in java.util"><CODE>LinkedHashMap</CODE></A>.<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#SimplePrincipalCollection()"><B>SimplePrincipalCollection()</B></A> -
Constructor for class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#SimplePrincipalCollection(java.lang.Object, java.lang.String)"><B>SimplePrincipalCollection(Object, String)</B></A> -
Constructor for class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#SimplePrincipalCollection(java.util.Collection, java.lang.String)"><B>SimplePrincipalCollection(Collection, String)</B></A> -
Constructor for class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#SimplePrincipalCollection(org.apache.shiro.subject.PrincipalCollection)"><B>SimplePrincipalCollection(PrincipalCollection)</B></A> -
Constructor for class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject"><B>SimplePrincipalMap</B></A> - Class in <A HREF="./org/apache/shiro/subject/package-summary.html">org.apache.shiro.subject</A><DD>Default implementation of the <A HREF="./org/apache/shiro/subject/PrincipalMap.html" title="interface in org.apache.shiro.subject"><CODE>PrincipalMap</CODE></A> interface.<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#SimplePrincipalMap()"><B>SimplePrincipalMap()</B></A> -
Constructor for class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#SimplePrincipalMap(java.util.Map)"><B>SimplePrincipalMap(Map&lt;String, Map&lt;String, Object&gt;&gt;)</B></A> -
Constructor for class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz"><B>SimpleRole</B></A> - Class in <A HREF="./org/apache/shiro/authz/package-summary.html">org.apache.shiro.authz</A><DD>A simple representation of a security role that has a name and a collection of permissions.<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#SimpleRole()"><B>SimpleRole()</B></A> -
Constructor for class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#SimpleRole(java.lang.String)"><B>SimpleRole(String)</B></A> -
Constructor for class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#SimpleRole(java.lang.String, java.util.Set)"><B>SimpleRole(String, Set&lt;Permission&gt;)</B></A> -
Constructor for class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt"><B>SimpleSession</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>Simple <A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session"><CODE>Session</CODE></A> JavaBeans-compatible POJO implementation, intended to be used on the
business/server tier.<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#SimpleSession()"><B>SimpleSession()</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#SimpleSession(java.lang.String)"><B>SimpleSession(String)</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSessionFactory.html" title="class in org.apache.shiro.session.mgt"><B>SimpleSessionFactory</B></A> - Class in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD><code>SessionFactory</code> implementation that generates <A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt"><CODE>SimpleSession</CODE></A> instances.<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSessionFactory.html#SimpleSessionFactory()"><B>SimpleSessionFactory()</B></A> -
Constructor for class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSessionFactory.html" title="class in org.apache.shiro.session.mgt">SimpleSessionFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cache/Cache.html#size()"><B>size()</B></A> -
Method in interface org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache">Cache</A>
<DD>Returns the number of entries in the cache.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCache.html#size()"><B>size()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache">EhCache</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cache/MapCache.html#size()"><B>size()</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/MapCache.html" title="class in org.apache.shiro.cache">MapCache</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#size()"><B>size()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#size()"><B>size()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#size()"><B>size()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/CollectionUtils.html#size(java.util.Collection)"><B>size(Collection)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/CollectionUtils.html" title="class in org.apache.shiro.util">CollectionUtils</A>
<DD>Returns the size of the specified collection or <code>0</code> if the collection is <code>null</code>.
<DT><A HREF="./org/apache/shiro/util/CollectionUtils.html#size(java.util.Map)"><B>size(Map)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/CollectionUtils.html" title="class in org.apache.shiro.util">CollectionUtils</A>
<DD>Returns the size of the specified map or <code>0</code> if the map is <code>null</code>.
<DT><A HREF="./org/apache/shiro/util/MapContext.html#size()"><B>size()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#size()"><B>size()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>&nbsp;
<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/util/SoftHashMap.html" title="class in org.apache.shiro.util"><B>SoftHashMap</B></A>&lt;<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="type parameter in SoftHashMap">K</A>,<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="type parameter in SoftHashMap">V</A>&gt; - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>A <code><em>Soft</em>HashMap</code> is a memory-constrained map that stores its <em>values</em> in
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/SoftReference.html?is-external=true" title="class or interface in java.lang.ref"><CODE>SoftReference</CODE></A>s.<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#SoftHashMap()"><B>SoftHashMap()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>Creates a new SoftHashMap with a default retention size size of
<A HREF="./org/apache/shiro/util/SoftHashMap.html#DEFAULT_RETENTION_SIZE"><CODE>DEFAULT_RETENTION_SIZE</CODE></A> (100 entries).
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#SoftHashMap(int)"><B>SoftHashMap(int)</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>Creates a new SoftHashMap with the specified retention size.
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#SoftHashMap(java.util.Map)"><B>SoftHashMap(Map&lt;K, V&gt;)</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>Creates a <code>SoftHashMap</code> backed by the specified <code>source</code>, with a default retention
size of <A HREF="./org/apache/shiro/util/SoftHashMap.html#DEFAULT_RETENTION_SIZE"><CODE>DEFAULT_RETENTION_SIZE</CODE></A> (100 entries).
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#SoftHashMap(java.util.Map, int)"><B>SoftHashMap(Map&lt;K, V&gt;, int)</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>Creates a <code>SoftHashMap</code> backed by the specified <code>source</code>, with the specified retention size.
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#split(java.lang.String)"><B>split(String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#split(java.lang.String, char)"><B>split(String, char)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#split(java.lang.String, char, char)"><B>split(String, char, char)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#split(java.lang.String, char, char, char)"><B>split(String, char, char, char)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#split(java.lang.String, char, char, char, boolean, boolean)"><B>split(String, char, char, char, boolean, boolean)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Splits the specified delimited String into tokens, supporting quoted tokens so that quoted strings themselves
won't be tokenized.
<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/config/Ini.Section.html#splitKeyValue(java.lang.String)"><B>splitKeyValue(String)</B></A> -
Static method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#splitKeyValue(java.lang.String)"><B>splitKeyValue(String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#splitToSet(java.lang.String, java.lang.String)"><B>splitToSet(String, String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Splits the <code>delimited</code> string (delimited by the specified <code>separator</code> character) and returns the
delimited values as a <code>Set</code>.
<DT><A HREF="./org/apache/shiro/spring/aop/SpringAnnotationResolver.html" title="class in org.apache.shiro.spring.aop"><B>SpringAnnotationResolver</B></A> - Class in <A HREF="./org/apache/shiro/spring/aop/package-summary.html">org.apache.shiro.spring.aop</A><DD><code>AnnotationResolver</code> implementation that uses Spring's more robust
<CODE>AnnotationUtils</CODE> to find method annotations instead of the JDKs simpler
(and rather lacking) <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Method</CODE></A>.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/reflect/Method.html?is-external=true#getAnnotation(java.lang.Class)" title="class or interface in java.lang.reflect"><CODE>getAnnotation(class)</CODE></A>
implementation.<DT><A HREF="./org/apache/shiro/spring/aop/SpringAnnotationResolver.html#SpringAnnotationResolver()"><B>SpringAnnotationResolver()</B></A> -
Constructor for class org.apache.shiro.spring.aop.<A HREF="./org/apache/shiro/spring/aop/SpringAnnotationResolver.html" title="class in org.apache.shiro.spring.aop">SpringAnnotationResolver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html#SSL"><B>SSL</B></A> -
Static variable in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<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/mgt/SessionsSecurityManager.html#start(org.apache.shiro.session.mgt.SessionContext)"><B>start(SessionContext)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/SessionsSecurityManager.html" title="class in org.apache.shiro.mgt">SessionsSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#start(org.apache.shiro.session.mgt.SessionContext)"><B>start(SessionContext)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SessionManager.html#start(org.apache.shiro.session.mgt.SessionContext)"><B>start(SessionContext)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt">SessionManager</A>
<DD>Starts a new session based on the specified contextual initialization data, which can be used by the underlying
implementation to determine how exactly to create the internal Session instance.
<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/realm/text/PropertiesRealm.html#startReloadThread()"><B>startReloadThread()</B></A> -
Method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#startsWithIgnoreCase(java.lang.String, java.lang.String)"><B>startsWithIgnoreCase(String, String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Test if the given String starts with the specified prefix,
ignoring upper/lower case.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#stop(org.apache.shiro.session.mgt.SessionKey)"><B>stop(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#stop()"><B>stop()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html#stop()"><B>stop()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html" title="class in org.apache.shiro.session.mgt">ImmutableProxiedSession</A>
<DD>Immediately <A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html#throwImmutableException()"><CODE>throws</CODE></A> an <code>InvalidSessionException</code> in all
cases because this proxy is immutable.
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#stop(org.apache.shiro.session.mgt.SessionKey)"><B>stop(SessionKey)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Explicitly stops the associated session, thereby releasing all of its resources.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#stop()"><B>stop()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#stop()"><B>stop()</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Immediately delegates to the underlying proxied session.
<DT><A HREF="./org/apache/shiro/session/Session.html#stop()"><B>stop()</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session">Session</A>
<DD>Explicitly stops (invalidates) this session and releases all associated resources.
<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/session/StoppedSessionException.html" title="class in org.apache.shiro.session"><B>StoppedSessionException</B></A> - Exception in <A HREF="./org/apache/shiro/session/package-summary.html">org.apache.shiro.session</A><DD>Exception thrown when attempting to interact with the system under a session that has been
stopped.<DT><A HREF="./org/apache/shiro/session/StoppedSessionException.html#StoppedSessionException()"><B>StoppedSessionException()</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/StoppedSessionException.html" title="class in org.apache.shiro.session">StoppedSessionException</A>
<DD>Creates a new StoppedSessionException.
<DT><A HREF="./org/apache/shiro/session/StoppedSessionException.html#StoppedSessionException(java.lang.String)"><B>StoppedSessionException(String)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/StoppedSessionException.html" title="class in org.apache.shiro.session">StoppedSessionException</A>
<DD>Constructs a new StoppedSessionException.
<DT><A HREF="./org/apache/shiro/session/StoppedSessionException.html#StoppedSessionException(java.lang.Throwable)"><B>StoppedSessionException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/StoppedSessionException.html" title="class in org.apache.shiro.session">StoppedSessionException</A>
<DD>Constructs a new StoppedSessionException.
<DT><A HREF="./org/apache/shiro/session/StoppedSessionException.html#StoppedSessionException(java.lang.String, java.lang.Throwable)"><B>StoppedSessionException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/StoppedSessionException.html" title="class in org.apache.shiro.session">StoppedSessionException</A>
<DD>Constructs a new StoppedSessionException.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#stopSession(org.apache.shiro.subject.Subject)"><B>stopSession(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html#storeSession(java.io.Serializable, org.apache.shiro.session.Session)"><B>storeSession(Serializable, Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">MemorySessionDAO</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html#stringPermissions"><B>stringPermissions</B></A> -
Variable in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleAuthorizationInfo.html" title="class in org.apache.shiro.authz">SimpleAuthorizationInfo</A>
<DD>Collection of all string-based permissions associated with the account.
<DT><A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util"><B>StringUtils</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Simple utility class for String operations useful across the framework.<DT><A HREF="./org/apache/shiro/util/StringUtils.html#StringUtils()"><B>StringUtils()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><B>Subject</B></A> - Interface in <A HREF="./org/apache/shiro/subject/package-summary.html">org.apache.shiro.subject</A><DD>A <code>Subject</code> represents state and security operations for a <em>single</em> application user.<DT><A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject"><B>Subject.Builder</B></A> - Class in <A HREF="./org/apache/shiro/subject/package-summary.html">org.apache.shiro.subject</A><DD>Builder design pattern implementation for creating <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> instances in a simplified way without
requiring knowledge of Shiro's construction techniques.<DT><A HREF="./org/apache/shiro/subject/Subject.Builder.html#Subject.Builder()"><B>Subject.Builder()</B></A> -
Constructor for class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</A>
<DD>Constructs a new <A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject"><CODE>Subject.Builder</CODE></A> instance, using the <code>SecurityManager</code> instance available
to the calling code as determined by a call to <A HREF="./org/apache/shiro/SecurityUtils.html#getSecurityManager()"><CODE>SecurityUtils.getSecurityManager()</CODE></A>
to build the <code>Subject</code> instance.
<DT><A HREF="./org/apache/shiro/subject/Subject.Builder.html#Subject.Builder(org.apache.shiro.mgt.SecurityManager)"><B>Subject.Builder(SecurityManager)</B></A> -
Constructor for class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject">Subject.Builder</A>
<DD>Constructs a new <A HREF="./org/apache/shiro/subject/Subject.Builder.html" title="class in org.apache.shiro.subject"><CODE>Subject.Builder</CODE></A> instance which will use the specified <code>SecurityManager</code> when
building the <code>Subject</code> instance.
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#SUBJECT_KEY"><B>SUBJECT_KEY</B></A> -
Static variable in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html" title="class in org.apache.shiro.concurrent"><B>SubjectAwareExecutor</B></A> - Class in <A HREF="./org/apache/shiro/concurrent/package-summary.html">org.apache.shiro.concurrent</A><DD><code>Executor</code> implementation that will automatically first associate any argument
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><CODE>Runnable</CODE></A> instances with the currently available <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> and then
dispatch the Subject-enabled runnable to an underlying delegate <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Executor</CODE></A>
instance.<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html#SubjectAwareExecutor()"><B>SubjectAwareExecutor()</B></A> -
Constructor for class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html#SubjectAwareExecutor(java.util.concurrent.Executor)"><B>SubjectAwareExecutor(Executor)</B></A> -
Constructor for class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent"><B>SubjectAwareExecutorService</B></A> - Class in <A HREF="./org/apache/shiro/concurrent/package-summary.html">org.apache.shiro.concurrent</A><DD><code>ExecutorService</code> implementation that will automatically first associate any argument
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><CODE>Runnable</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Callable</CODE></A> instances with the <A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutor.html#getSubject()"><CODE>currently available subject</CODE></A> and then
dispatch the Subject-enabled runnable or callable to an underlying delegate
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutorService</CODE></A> instance.<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#SubjectAwareExecutorService()"><B>SubjectAwareExecutorService()</B></A> -
Constructor for class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#SubjectAwareExecutorService(java.util.concurrent.ExecutorService)"><B>SubjectAwareExecutorService(ExecutorService)</B></A> -
Constructor for class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html" title="class in org.apache.shiro.concurrent"><B>SubjectAwareScheduledExecutorService</B></A> - Class in <A HREF="./org/apache/shiro/concurrent/package-summary.html">org.apache.shiro.concurrent</A><DD>Same concept as the <A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent"><CODE>SubjectAwareExecutorService</CODE></A> but additionally supports the
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ScheduledExecutorService</CODE></A> interface.<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html#SubjectAwareScheduledExecutorService()"><B>SubjectAwareScheduledExecutorService()</B></A> -
Constructor for class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareScheduledExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html#SubjectAwareScheduledExecutorService(java.util.concurrent.ScheduledExecutorService)"><B>SubjectAwareScheduledExecutorService(ScheduledExecutorService)</B></A> -
Constructor for class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareScheduledExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/SubjectCallable.html" title="class in org.apache.shiro.subject.support"><B>SubjectCallable</B></A>&lt;<A HREF="./org/apache/shiro/subject/support/SubjectCallable.html" title="type parameter in SubjectCallable">V</A>&gt; - Class in <A HREF="./org/apache/shiro/subject/support/package-summary.html">org.apache.shiro.subject.support</A><DD>A <code>SubjectCallable</code> associates a <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> with a target/delegate
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Callable</CODE></A> to ensure proper <code>Subject</code> thread-state management when the <code>Callable</code> executes.<DT><A HREF="./org/apache/shiro/subject/support/SubjectCallable.html#SubjectCallable(org.apache.shiro.subject.Subject, java.util.concurrent.Callable)"><B>SubjectCallable(Subject, Callable&lt;V&gt;)</B></A> -
Constructor for class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectCallable.html" title="class in org.apache.shiro.subject.support">SubjectCallable</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/SubjectCallable.html#SubjectCallable(org.apache.shiro.util.ThreadState, java.util.concurrent.Callable)"><B>SubjectCallable(ThreadState, Callable&lt;V&gt;)</B></A> -
Constructor for class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectCallable.html" title="class in org.apache.shiro.subject.support">SubjectCallable</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject"><B>SubjectContext</B></A> - Interface in <A HREF="./org/apache/shiro/subject/package-summary.html">org.apache.shiro.subject</A><DD>A <code>SubjectContext</code> is a 'bucket' of data presented to a <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> which interprets
this data to construct <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> instances.<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#subjectDAO"><B>subjectDAO</B></A> -
Variable in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/SubjectDAO.html" title="interface in org.apache.shiro.mgt"><B>SubjectDAO</B></A> - Interface in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>A <code>SubjectDAO</code> is responsible for persisting a Subject instance's internal state such that the Subject instance
can be recreated at a later time if necessary.<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#subjectFactory"><B>subjectFactory</B></A> -
Variable in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/mgt/SubjectFactory.html" title="interface in org.apache.shiro.mgt"><B>SubjectFactory</B></A> - Interface in <A HREF="./org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</A><DD>A <code>SubjectFactory</code> is responsible for constructing <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> instances as needed.<DT><A HREF="./org/apache/shiro/subject/support/SubjectRunnable.html" title="class in org.apache.shiro.subject.support"><B>SubjectRunnable</B></A> - Class in <A HREF="./org/apache/shiro/subject/support/package-summary.html">org.apache.shiro.subject.support</A><DD>A <code>SubjectRunnable</code> ensures that a target/delegate <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><CODE>Runnable</CODE></A> will execute such that any
call to <code>SecurityUtils.</code><A HREF="./org/apache/shiro/SecurityUtils.html#getSubject()"><CODE>getSubject()</CODE></A> during the
<code>Runnable</code>'s execution will return the associated <code>Subject</code> instance.<DT><A HREF="./org/apache/shiro/subject/support/SubjectRunnable.html#SubjectRunnable(org.apache.shiro.subject.Subject, java.lang.Runnable)"><B>SubjectRunnable(Subject, Runnable)</B></A> -
Constructor for class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectRunnable.html" title="class in org.apache.shiro.subject.support">SubjectRunnable</A>
<DD>Creates a new <code>SubjectRunnable</code> that, when executed, will execute the target <code>delegate</code>, but
guarantees that it will run associated with the specified <code>Subject</code>.
<DT><A HREF="./org/apache/shiro/subject/support/SubjectRunnable.html#SubjectRunnable(org.apache.shiro.util.ThreadState, java.lang.Runnable)"><B>SubjectRunnable(ThreadState, Runnable)</B></A> -
Constructor for class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectRunnable.html" title="class in org.apache.shiro.subject.support">SubjectRunnable</A>
<DD>Creates a new <code>SubjectRunnable</code> that, when executed, will perform thread state
<A HREF="./org/apache/shiro/util/ThreadState.html#bind()"><CODE>binding</CODE></A> and guaranteed <A HREF="./org/apache/shiro/util/ThreadState.html#restore()"><CODE>restoration</CODE></A> before and after the
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><CODE>Runnable</CODE></A>'s execution, respectively.
<DT><A HREF="./org/apache/shiro/subject/support/SubjectThreadState.html" title="class in org.apache.shiro.subject.support"><B>SubjectThreadState</B></A> - Class in <A HREF="./org/apache/shiro/subject/support/package-summary.html">org.apache.shiro.subject.support</A><DD>Manages thread-state for <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> access (supporting
<code>SecurityUtils.</code><A HREF="./org/apache/shiro/SecurityUtils.html#getSubject()"><CODE>getSubject()</CODE></A> calls)
during a thread's execution.<DT><A HREF="./org/apache/shiro/subject/support/SubjectThreadState.html#SubjectThreadState(org.apache.shiro.subject.Subject)"><B>SubjectThreadState(Subject)</B></A> -
Constructor for class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectThreadState.html" title="class in org.apache.shiro.subject.support">SubjectThreadState</A>
<DD>Creates a new <code>SubjectThreadState</code> that will bind and unbind the specified <code>Subject</code> to the
thread
<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;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#submit(java.util.concurrent.Callable)"><B>submit(Callable&lt;T&gt;)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#submit(java.lang.Runnable, T)"><B>submit(Runnable, T)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html#submit(java.lang.Runnable)"><B>submit(Runnable)</B></A> -
Method in class org.apache.shiro.concurrent.<A HREF="./org/apache/shiro/concurrent/SubjectAwareExecutorService.html" title="class in org.apache.shiro.concurrent">SubjectAwareExecutorService</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#SUBPART_DIVIDER_TOKEN"><B>SUBPART_DIVIDER_TOKEN</B></A> -
Static variable in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#SUN_CONNECTION_POOLING_PROPERTY"><B>SUN_CONNECTION_POOLING_PROPERTY</B></A> -
Static variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;The Sun LDAP property used to enable connection pooling.
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#SUN_CONNECTION_POOLING_PROPERTY"><B>SUN_CONNECTION_POOLING_PROPERTY</B></A> -
Static variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>The Sun LDAP property used to enable connection pooling.
<DT><A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html#supports(org.apache.shiro.aop.MethodInvocation)"><B>supports(MethodInvocation)</B></A> -
Method in class org.apache.shiro.aop.<A HREF="./org/apache/shiro/aop/AnnotationMethodInterceptor.html" title="class in org.apache.shiro.aop">AnnotationMethodInterceptor</A>
<DD>Returns <code>true</code> if this interceptor supports, that is, should inspect, the specified
<code>MethodInvocation</code>, <code>false</code> otherwise.
<DT><A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html#supports(org.apache.shiro.authc.AuthenticationToken)"><B>supports(AuthenticationToken)</B></A> -
Method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/AuthenticatingRealm.html" title="class in org.apache.shiro.realm">AuthenticatingRealm</A>
<DD>Convenience implementation that returns
<tt>getAuthenticationTokenClass().isAssignableFrom( token.getClass() );</tt>.
<DT><A HREF="./org/apache/shiro/realm/Realm.html#supports(org.apache.shiro.authc.AuthenticationToken)"><B>supports(AuthenticationToken)</B></A> -
Method in interface org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm">Realm</A>
<DD>Returns <tt>true</tt> if this realm wishes to authenticate the Subject represented by the given
<A HREF="./org/apache/shiro/authc/AuthenticationToken.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationToken</CODE></A> instance, <tt>false</tt> otherwise.
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#systemPassword"><B>systemPassword</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#systemPassword"><B>systemPassword</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#systemUsername"><B>systemUsername</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#systemUsername"><B>systemUsername</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text"><B>TextConfigurationRealm</B></A> - Class in <A HREF="./org/apache/shiro/realm/text/package-summary.html">org.apache.shiro.realm.text</A><DD>A SimpleAccountRealm that enables text-based configuration of the initial User, Role, and Permission objects
created at startup.<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html#TextConfigurationRealm()"><B>TextConfigurationRealm()</B></A> -
Constructor for class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util"><B>ThreadContext</B></A> - Class in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>A ThreadContext provides a means of binding and unbinding objects to the
current thread based on key/value pairs.<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#ThreadContext()"><B>ThreadContext()</B></A> -
Constructor for class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>Default no-argument constructor.
<DT><A HREF="./org/apache/shiro/subject/support/SubjectCallable.html#threadState"><B>threadState</B></A> -
Variable in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectCallable.html" title="class in org.apache.shiro.subject.support">SubjectCallable</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/subject/support/SubjectRunnable.html#threadState"><B>threadState</B></A> -
Variable in class org.apache.shiro.subject.support.<A HREF="./org/apache/shiro/subject/support/SubjectRunnable.html" title="class in org.apache.shiro.subject.support">SubjectRunnable</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/ThreadState.html" title="interface in org.apache.shiro.util"><B>ThreadState</B></A> - Interface in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>A <code>ThreadState</code> instance manages any state that might need to be bound and/or restored during a thread's
execution.<DT><A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html#throwImmutableException()"><B>throwImmutableException()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html" title="class in org.apache.shiro.session.mgt">ImmutableProxiedSession</A>
<DD>Simply throws an <code>InvalidSessionException</code> indicating that this proxy is immutable.
<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/crypto/hash/AbstractHash.html#toBase64()"><B>toBase64()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Returns a Base64-encoded string of the underlying <A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#getBytes()"><CODE>byte array</CODE></A>.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#toBase64()"><B>toBase64()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Returns a Base64-encoded string of the underlying <A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#getBytes()"><CODE>byte array</CODE></A>.
<DT><A HREF="./org/apache/shiro/util/ByteSource.html#toBase64()"><B>toBase64()</B></A> -
Method in interface org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util">ByteSource</A>
<DD>Returns the <a href="http://en.wikipedia.org/wiki/Base64">Base 64</a>-formatted String representation of the
underlying wrapped byte array.
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#toBase64()"><B>toBase64()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#toBytes(char[])"><B>toBytes(char[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Converts the specified character array to a byte array using the Shiro's preferred encoding (UTF-8).
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#toBytes(char[], java.lang.String)"><B>toBytes(char[], String)</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Converts the specified character array into a byte array using the specified character encoding.
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#toBytes(java.lang.String)"><B>toBytes(String)</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Converts the specified source argument to a byte array with Shiro's
<A HREF="./org/apache/shiro/codec/CodecSupport.html#PREFERRED_ENCODING"><CODE>PREFERRED_ENCODING</CODE></A>.
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#toBytes(java.lang.String, java.lang.String)"><B>toBytes(String, String)</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Converts the specified source to a byte array via the specified encoding, throwing a
<A HREF="./org/apache/shiro/codec/CodecException.html" title="class in org.apache.shiro.codec"><CODE>CodecException</CODE></A> if the encoding fails.
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#toBytes(java.lang.Object)"><B>toBytes(Object)</B></A> -
Method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Converts the specified Object into a byte array.
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#toBytes(java.io.File)"><B>toBytes(File)</B></A> -
Method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#toBytes(java.io.InputStream)"><B>toBytes(InputStream)</B></A> -
Method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Converts the specified <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> into a byte array.
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#toBytes(java.lang.String)"><B>toBytes(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#toByteSource(java.lang.Object)"><B>toByteSource(Object)</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Converts a given object into a <code>ByteSource</code> instance.
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#toChars(byte[])"><B>toChars(byte[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Returns the specified byte array as a character array using the
<A HREF="./org/apache/shiro/codec/CodecSupport.html#PREFERRED_ENCODING"><CODE>PREFERRED_ENCODING</CODE></A>.
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#toChars(byte[], java.lang.String)"><B>toChars(byte[], String)</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Converts the specified byte array to a character array using the specified character encoding.
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#toDelimitedString(java.lang.Object[], java.lang.String)"><B>toDelimitedString(Object[], String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Returns the array's contents as a string, with each element delimited by the specified
<code>delimiter</code> argument.
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#toDelimitedString(java.util.Collection, java.lang.String)"><B>toDelimitedString(Collection, String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Returns the collection's contents as a string, with each element delimited by the specified
<code>delimiter</code> argument.
<DT><A HREF="./org/apache/shiro/codec/Hex.html#toDigit(char, int)"><B>toDigit(char, int)</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/Hex.html" title="class in org.apache.shiro.codec">Hex</A>
<DD>Converts a hexadecimal character to an integer.
<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/crypto/hash/AbstractHash.html#toHex()"><B>toHex()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Returns a hex-encoded string of the underlying <A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#getBytes()"><CODE>byte array</CODE></A>.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#toHex()"><B>toHex()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Returns a hex-encoded string of the underlying <A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#getBytes()"><CODE>byte array</CODE></A>.
<DT><A HREF="./org/apache/shiro/util/ByteSource.html#toHex()"><B>toHex()</B></A> -
Method in interface org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util">ByteSource</A>
<DD>Returns the <a href="http://en.wikipedia.org/wiki/Hexadecimal">Hex</a>-formatted String representation of the
underlying wrapped byte array.
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#toHex()"><B>toHex()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>&nbsp;
<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/crypto/hash/format/ModularCryptFormat.html#TOKEN_DELIMITER"><B>TOKEN_DELIMITER</B></A> -
Static variable in interface org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/ModularCryptFormat.html" title="interface in org.apache.shiro.crypto.hash.format">ModularCryptFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#tokenizeToStringArray(java.lang.String, java.lang.String)"><B>tokenizeToStringArray(String, String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Tokenize the given String into a String array via a StringTokenizer.
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#tokenizeToStringArray(java.lang.String, java.lang.String, boolean, boolean)"><B>tokenizeToStringArray(String, String, boolean, boolean)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Tokenize the given String into a String array via a StringTokenizer.
<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html#toLines(java.lang.String)"><B>toLines(String)</B></A> -
Static method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#toList(java.lang.String)"><B>toList(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#toMap(java.lang.String)"><B>toMap(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html#toMap(java.util.Collection)"><B>toMap(Collection&lt;String&gt;)</B></A> -
Static method in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/TextConfigurationRealm.html" title="class in org.apache.shiro.realm.text">TextConfigurationRealm</A>
<DD>&nbsp;
<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/util/PermissionUtils.html#toPermissionStrings(java.lang.String)"><B>toPermissionStrings(String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/PermissionUtils.html" title="class in org.apache.shiro.util">PermissionUtils</A>
<DD>&nbsp;
<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/config/ReflectionBuilder.html#toSet(java.lang.String)"><B>toSet(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#toSet(java.lang.String, java.lang.String)"><B>toSet(String, String)</B></A> -
Static method in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/SimpleAccount.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</A>
<DD>Returns <A HREF="./org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><CODE>principals</CODE></A>.toString() if they are not null, otherwise prints out the string
&quot;empty&quot;
<DT><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</A>
<DD>Simple implementation that merely returns <code><A HREF="./org/apache/shiro/authc/SimpleAuthenticationInfo.html#getPrincipals()"><CODE>principals</CODE></A>.toString()</code>
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Returns the String representation.
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/SimpleRole.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/SimpleRole.html" title="class in org.apache.shiro.authz">SimpleRole</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cache/AbstractCacheManager.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/AbstractCacheManager.html" title="class in org.apache.shiro.cache">AbstractCacheManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCache.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache">EhCache</A>
<DD>Returns &quot;EhCache [&quot; + cache.getName() + &quot;]&quot;
<DT><A HREF="./org/apache/shiro/cache/MapCache.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/MapCache.html" title="class in org.apache.shiro.cache">MapCache</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#toString(byte[])"><B>toString(byte[])</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Converts the specified byte array to a String using the <A HREF="./org/apache/shiro/codec/CodecSupport.html#PREFERRED_ENCODING"><CODE>PREFERRED_ENCODING</CODE></A>.
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#toString(byte[], java.lang.String)"><B>toString(byte[], String)</B></A> -
Static method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Converts the specified byte array to a String using the specified character encoding.
<DT><A HREF="./org/apache/shiro/codec/CodecSupport.html#toString(java.lang.Object)"><B>toString(Object)</B></A> -
Method in class org.apache.shiro.codec.<A HREF="./org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec">CodecSupport</A>
<DD>Converts the specified Object into a String.
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</A>
<DD><B>Deprecated.</B>&nbsp;Simple implementation that merely returns <A HREF="./org/apache/shiro/crypto/hash/AbstractHash.html#toHex()"><CODE>toHex()</CODE></A>.
<DT><A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.crypto.hash.<A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</A>
<DD>Simple implementation that merely returns <A HREF="./org/apache/shiro/crypto/hash/SimpleHash.html#toHex()"><CODE>toHex()</CODE></A>.
<DT><A HREF="./org/apache/shiro/guice/ShiroSessionScope.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.guice.<A HREF="./org/apache/shiro/guice/ShiroSessionScope.html" title="class in org.apache.shiro.guice">ShiroSessionScope</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>Returns the string representation of this SimpleSession, equal to
<code>getClass().getName() + &quot;,id=&quot; + getId()</code>.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalCollection.html" title="class in org.apache.shiro.subject">SimplePrincipalCollection</A>
<DD>Returns a simple string representation suitable for printing.
<DT><A HREF="./org/apache/shiro/util/SimpleByteSource.html#toString()"><B>toString()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SimpleByteSource.html" title="class in org.apache.shiro.util">SimpleByteSource</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/StringUtils.html#toString(java.lang.Object[])"><B>toString(Object[])</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Returns the specified array as a comma-delimited (',') string.
<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/util/StringUtils.html#toStringArray(java.util.Collection)"><B>toStringArray(Collection)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Copy the given Collection into a String array.
<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/javase/6/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/session/mgt/AbstractNativeSessionManager.html#touch(org.apache.shiro.session.mgt.SessionKey)"><B>touch(SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractNativeSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractNativeSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html#touch()"><B>touch()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/DelegatingSession.html" title="class in org.apache.shiro.session.mgt">DelegatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html#touch()"><B>touch()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html" title="class in org.apache.shiro.session.mgt">ImmutableProxiedSession</A>
<DD>Immediately <A HREF="./org/apache/shiro/session/mgt/ImmutableProxiedSession.html#throwImmutableException()"><CODE>throws</CODE></A> an <code>InvalidSessionException</code> in all
cases because this proxy is immutable.
<DT><A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html#touch(org.apache.shiro.session.mgt.SessionKey)"><B>touch(SessionKey)</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/NativeSessionManager.html" title="interface in org.apache.shiro.session.mgt">NativeSessionManager</A>
<DD>Updates the last accessed time of the session identified by <code>sessionId</code>.
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#touch()"><B>touch()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/ProxiedSession.html#touch()"><B>touch()</B></A> -
Method in class org.apache.shiro.session.<A HREF="./org/apache/shiro/session/ProxiedSession.html" title="class in org.apache.shiro.session">ProxiedSession</A>
<DD>Immediately delegates to the underlying proxied session.
<DT><A HREF="./org/apache/shiro/session/Session.html#touch()"><B>touch()</B></A> -
Method in interface org.apache.shiro.session.<A HREF="./org/apache/shiro/session/Session.html" title="interface in org.apache.shiro.session">Session</A>
<DD>Explicitly updates the <A HREF="./org/apache/shiro/session/Session.html#getLastAccessTime()"><CODE>lastAccessTime</CODE></A> of this session to the current time when
this method is invoked.
<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;
<DT><A HREF="./org/apache/shiro/functor/Translator.html#translate(I)"><B>translate(I)</B></A> -
Method in interface org.apache.shiro.functor.<A HREF="./org/apache/shiro/functor/Translator.html" title="interface in org.apache.shiro.functor">Translator</A>
<DD>Translates the input argument into the required output instance.
<DT><A HREF="./org/apache/shiro/functor/Translator.html" title="interface in org.apache.shiro.functor"><B>Translator</B></A>&lt;<A HREF="./org/apache/shiro/functor/Translator.html" title="type parameter in Translator">I</A>,<A HREF="./org/apache/shiro/functor/Translator.html" title="type parameter in Translator">O</A>&gt; - Interface in <A HREF="./org/apache/shiro/functor/package-summary.html">org.apache.shiro.functor</A><DD>Generic <a href="http://en.wikipedia.org/wiki/Functor">functor</a> interface representing a data translation (or
conversion) operation.</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/authz/UnauthenticatedException.html" title="class in org.apache.shiro.authz"><B>UnauthenticatedException</B></A> - Exception in <A HREF="./org/apache/shiro/authz/package-summary.html">org.apache.shiro.authz</A><DD>Exception thrown when attempting to execute an authorization action when a successful
authentication hasn't yet occurred.<DT><A HREF="./org/apache/shiro/authz/UnauthenticatedException.html#UnauthenticatedException()"><B>UnauthenticatedException()</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/UnauthenticatedException.html" title="class in org.apache.shiro.authz">UnauthenticatedException</A>
<DD>Creates a new UnauthenticatedException.
<DT><A HREF="./org/apache/shiro/authz/UnauthenticatedException.html#UnauthenticatedException(java.lang.String)"><B>UnauthenticatedException(String)</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/UnauthenticatedException.html" title="class in org.apache.shiro.authz">UnauthenticatedException</A>
<DD>Constructs a new UnauthenticatedException.
<DT><A HREF="./org/apache/shiro/authz/UnauthenticatedException.html#UnauthenticatedException(java.lang.Throwable)"><B>UnauthenticatedException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/UnauthenticatedException.html" title="class in org.apache.shiro.authz">UnauthenticatedException</A>
<DD>Constructs a new UnauthenticatedException.
<DT><A HREF="./org/apache/shiro/authz/UnauthenticatedException.html#UnauthenticatedException(java.lang.String, java.lang.Throwable)"><B>UnauthenticatedException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/UnauthenticatedException.html" title="class in org.apache.shiro.authz">UnauthenticatedException</A>
<DD>Constructs a new UnauthenticatedException.
<DT><A HREF="./org/apache/shiro/authz/UnauthorizedException.html" title="class in org.apache.shiro.authz"><B>UnauthorizedException</B></A> - Exception in <A HREF="./org/apache/shiro/authz/package-summary.html">org.apache.shiro.authz</A><DD>Thrown to indicate a requested operation or access to a requested resource is not allowed.<DT><A HREF="./org/apache/shiro/authz/UnauthorizedException.html#UnauthorizedException()"><B>UnauthorizedException()</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/UnauthorizedException.html" title="class in org.apache.shiro.authz">UnauthorizedException</A>
<DD>Creates a new UnauthorizedException.
<DT><A HREF="./org/apache/shiro/authz/UnauthorizedException.html#UnauthorizedException(java.lang.String)"><B>UnauthorizedException(String)</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/UnauthorizedException.html" title="class in org.apache.shiro.authz">UnauthorizedException</A>
<DD>Constructs a new UnauthorizedException.
<DT><A HREF="./org/apache/shiro/authz/UnauthorizedException.html#UnauthorizedException(java.lang.Throwable)"><B>UnauthorizedException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/UnauthorizedException.html" title="class in org.apache.shiro.authz">UnauthorizedException</A>
<DD>Constructs a new UnauthorizedException.
<DT><A HREF="./org/apache/shiro/authz/UnauthorizedException.html#UnauthorizedException(java.lang.String, java.lang.Throwable)"><B>UnauthorizedException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authz.<A HREF="./org/apache/shiro/authz/UnauthorizedException.html" title="class in org.apache.shiro.authz">UnauthorizedException</A>
<DD>Constructs a new UnauthorizedException.
<DT><A HREF="./org/apache/shiro/util/UnavailableConstructorException.html" title="class in org.apache.shiro.util"><B>UnavailableConstructorException</B></A> - Exception in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>Exception thrown when attempting to instantiate a Class via reflection, but a suitable constructor (depending
on the number of expected arguments) doesn't exist or cannot be obtained.<DT><A HREF="./org/apache/shiro/util/UnavailableConstructorException.html#UnavailableConstructorException()"><B>UnavailableConstructorException()</B></A> -
Constructor for exception org.apache.shiro.util.<A HREF="./org/apache/shiro/util/UnavailableConstructorException.html" title="class in org.apache.shiro.util">UnavailableConstructorException</A>
<DD>Creates a new UnavailableConstructorException.
<DT><A HREF="./org/apache/shiro/util/UnavailableConstructorException.html#UnavailableConstructorException(java.lang.String)"><B>UnavailableConstructorException(String)</B></A> -
Constructor for exception org.apache.shiro.util.<A HREF="./org/apache/shiro/util/UnavailableConstructorException.html" title="class in org.apache.shiro.util">UnavailableConstructorException</A>
<DD>Constructs a new UnavailableConstructorException.
<DT><A HREF="./org/apache/shiro/util/UnavailableConstructorException.html#UnavailableConstructorException(java.lang.Throwable)"><B>UnavailableConstructorException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.util.<A HREF="./org/apache/shiro/util/UnavailableConstructorException.html" title="class in org.apache.shiro.util">UnavailableConstructorException</A>
<DD>Constructs a new UnavailableConstructorException.
<DT><A HREF="./org/apache/shiro/util/UnavailableConstructorException.html#UnavailableConstructorException(java.lang.String, java.lang.Throwable)"><B>UnavailableConstructorException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.util.<A HREF="./org/apache/shiro/util/UnavailableConstructorException.html" title="class in org.apache.shiro.util">UnavailableConstructorException</A>
<DD>Constructs a new UnavailableConstructorException.
<DT><A HREF="./org/apache/shiro/UnavailableSecurityManagerException.html" title="class in org.apache.shiro"><B>UnavailableSecurityManagerException</B></A> - Exception in <A HREF="./org/apache/shiro/package-summary.html">org.apache.shiro</A><DD>Exception thrown when attempting to acquire the application's <code>SecurityManager</code> instance, but Shiro's
lookup heuristics cannot find one.<DT><A HREF="./org/apache/shiro/UnavailableSecurityManagerException.html#UnavailableSecurityManagerException(java.lang.String)"><B>UnavailableSecurityManagerException(String)</B></A> -
Constructor for exception org.apache.shiro.<A HREF="./org/apache/shiro/UnavailableSecurityManagerException.html" title="class in org.apache.shiro">UnavailableSecurityManagerException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/UnavailableSecurityManagerException.html#UnavailableSecurityManagerException(java.lang.String, java.lang.Throwable)"><B>UnavailableSecurityManagerException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.<A HREF="./org/apache/shiro/UnavailableSecurityManagerException.html" title="class in org.apache.shiro">UnavailableSecurityManagerException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/jndi/JndiTemplate.html#unbind(java.lang.String)"><B>unbind(String)</B></A> -
Method in class org.apache.shiro.jndi.<A HREF="./org/apache/shiro/jndi/JndiTemplate.html" title="class in org.apache.shiro.jndi">JndiTemplate</A>
<DD>Remove the binding for the given name from the current JNDI context.
<DT><A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#unbind(org.apache.shiro.subject.Subject)"><B>unbind(Subject)</B></A> -
Method in class org.apache.shiro.mgt.<A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html" title="class in org.apache.shiro.mgt">DefaultSecurityManager</A>
<DD><B>Deprecated.</B>&nbsp;<I>in Shiro 1.2 in favor of <A HREF="./org/apache/shiro/mgt/DefaultSecurityManager.html#delete(org.apache.shiro.subject.Subject)"><CODE>DefaultSecurityManager.delete(org.apache.shiro.subject.Subject)</CODE></A></I>
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#unbindSecurityManager()"><B>unbindSecurityManager()</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>Convenience method that simplifies removal of the application's SecurityManager instance from the thread.
<DT><A HREF="./org/apache/shiro/util/ThreadContext.html#unbindSubject()"><B>unbindSubject()</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/ThreadContext.html" title="class in org.apache.shiro.util">ThreadContext</A>
<DD>Convenience method that simplifies removal of a thread-local Subject from the thread.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#uncache(org.apache.shiro.session.Session)"><B>uncache(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Removes the specified Session from the cache.
<DT><A HREF="./org/apache/shiro/config/ReflectionBuilder.html#unescapeIfNecessary(java.lang.String)"><B>unescapeIfNecessary(String)</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/ReflectionBuilder.html" title="class in org.apache.shiro.config">ReflectionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/UnknownAccountException.html" title="class in org.apache.shiro.authc"><B>UnknownAccountException</B></A> - Exception in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>Thrown when attempting to authenticate with a principal that doesn't exist in the system (e.g.<DT><A HREF="./org/apache/shiro/authc/UnknownAccountException.html#UnknownAccountException()"><B>UnknownAccountException()</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UnknownAccountException.html" title="class in org.apache.shiro.authc">UnknownAccountException</A>
<DD>Creates a new UnknownAccountException.
<DT><A HREF="./org/apache/shiro/authc/UnknownAccountException.html#UnknownAccountException(java.lang.String)"><B>UnknownAccountException(String)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UnknownAccountException.html" title="class in org.apache.shiro.authc">UnknownAccountException</A>
<DD>Constructs a new UnknownAccountException.
<DT><A HREF="./org/apache/shiro/authc/UnknownAccountException.html#UnknownAccountException(java.lang.Throwable)"><B>UnknownAccountException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UnknownAccountException.html" title="class in org.apache.shiro.authc">UnknownAccountException</A>
<DD>Constructs a new UnknownAccountException.
<DT><A HREF="./org/apache/shiro/authc/UnknownAccountException.html#UnknownAccountException(java.lang.String, java.lang.Throwable)"><B>UnknownAccountException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UnknownAccountException.html" title="class in org.apache.shiro.authc">UnknownAccountException</A>
<DD>Constructs a new UnknownAccountException.
<DT><A HREF="./org/apache/shiro/crypto/UnknownAlgorithmException.html" title="class in org.apache.shiro.crypto"><B>UnknownAlgorithmException</B></A> - Exception in <A HREF="./org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</A><DD>Exception thrown when attempting to lookup or use a cryptographic algorithm that does not exist in the current
JVM environment.<DT><A HREF="./org/apache/shiro/crypto/UnknownAlgorithmException.html#UnknownAlgorithmException(java.lang.String)"><B>UnknownAlgorithmException(String)</B></A> -
Constructor for exception org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/UnknownAlgorithmException.html" title="class in org.apache.shiro.crypto">UnknownAlgorithmException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/UnknownAlgorithmException.html#UnknownAlgorithmException(java.lang.Throwable)"><B>UnknownAlgorithmException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/UnknownAlgorithmException.html" title="class in org.apache.shiro.crypto">UnknownAlgorithmException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/UnknownAlgorithmException.html#UnknownAlgorithmException(java.lang.String, java.lang.Throwable)"><B>UnknownAlgorithmException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/UnknownAlgorithmException.html" title="class in org.apache.shiro.crypto">UnknownAlgorithmException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/UnknownClassException.html" title="class in org.apache.shiro.util"><B>UnknownClassException</B></A> - Exception in <A HREF="./org/apache/shiro/util/package-summary.html">org.apache.shiro.util</A><DD>The Shiro framework's <code>RuntimeException</code> equivalent of the JDK's
<code>ClassNotFoundException</code>, to maintain a RuntimeException paradigm.<DT><A HREF="./org/apache/shiro/util/UnknownClassException.html#UnknownClassException()"><B>UnknownClassException()</B></A> -
Constructor for exception org.apache.shiro.util.<A HREF="./org/apache/shiro/util/UnknownClassException.html" title="class in org.apache.shiro.util">UnknownClassException</A>
<DD>Creates a new UnknownClassException.
<DT><A HREF="./org/apache/shiro/util/UnknownClassException.html#UnknownClassException(java.lang.String)"><B>UnknownClassException(String)</B></A> -
Constructor for exception org.apache.shiro.util.<A HREF="./org/apache/shiro/util/UnknownClassException.html" title="class in org.apache.shiro.util">UnknownClassException</A>
<DD>Constructs a new UnknownClassException.
<DT><A HREF="./org/apache/shiro/util/UnknownClassException.html#UnknownClassException(java.lang.Throwable)"><B>UnknownClassException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.util.<A HREF="./org/apache/shiro/util/UnknownClassException.html" title="class in org.apache.shiro.util">UnknownClassException</A>
<DD>Constructs a new UnknownClassException.
<DT><A HREF="./org/apache/shiro/util/UnknownClassException.html#UnknownClassException(java.lang.String, java.lang.Throwable)"><B>UnknownClassException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.util.<A HREF="./org/apache/shiro/util/UnknownClassException.html" title="class in org.apache.shiro.util">UnknownClassException</A>
<DD>Constructs a new UnknownClassException.
<DT><A HREF="./org/apache/shiro/session/UnknownSessionException.html" title="class in org.apache.shiro.session"><B>UnknownSessionException</B></A> - Exception in <A HREF="./org/apache/shiro/session/package-summary.html">org.apache.shiro.session</A><DD>Exception thrown when attempting to interact with the system under the pretense of a
particular session (e.g.<DT><A HREF="./org/apache/shiro/session/UnknownSessionException.html#UnknownSessionException()"><B>UnknownSessionException()</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/UnknownSessionException.html" title="class in org.apache.shiro.session">UnknownSessionException</A>
<DD>Creates a new UnknownSessionException.
<DT><A HREF="./org/apache/shiro/session/UnknownSessionException.html#UnknownSessionException(java.lang.String)"><B>UnknownSessionException(String)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/UnknownSessionException.html" title="class in org.apache.shiro.session">UnknownSessionException</A>
<DD>Constructs a new UnknownSessionException.
<DT><A HREF="./org/apache/shiro/session/UnknownSessionException.html#UnknownSessionException(java.lang.Throwable)"><B>UnknownSessionException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/UnknownSessionException.html" title="class in org.apache.shiro.session">UnknownSessionException</A>
<DD>Constructs a new UnknownSessionException.
<DT><A HREF="./org/apache/shiro/session/UnknownSessionException.html#UnknownSessionException(java.lang.String, java.lang.Throwable)"><B>UnknownSessionException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.session.<A HREF="./org/apache/shiro/session/UnknownSessionException.html" title="class in org.apache.shiro.session">UnknownSessionException</A>
<DD>Constructs a new UnknownSessionException.
<DT><A HREF="./org/apache/shiro/config/UnresolveableReferenceException.html" title="class in org.apache.shiro.config"><B>UnresolveableReferenceException</B></A> - Exception in <A HREF="./org/apache/shiro/config/package-summary.html">org.apache.shiro.config</A><DD>Exception thrown when a reference to an object is made, but that object cannot be found.<DT><A HREF="./org/apache/shiro/config/UnresolveableReferenceException.html#UnresolveableReferenceException()"><B>UnresolveableReferenceException()</B></A> -
Constructor for exception org.apache.shiro.config.<A HREF="./org/apache/shiro/config/UnresolveableReferenceException.html" title="class in org.apache.shiro.config">UnresolveableReferenceException</A>
<DD>Creates a new UnresolveableReferenceException.
<DT><A HREF="./org/apache/shiro/config/UnresolveableReferenceException.html#UnresolveableReferenceException(java.lang.String)"><B>UnresolveableReferenceException(String)</B></A> -
Constructor for exception org.apache.shiro.config.<A HREF="./org/apache/shiro/config/UnresolveableReferenceException.html" title="class in org.apache.shiro.config">UnresolveableReferenceException</A>
<DD>Constructs a new UnresolveableReferenceException.
<DT><A HREF="./org/apache/shiro/config/UnresolveableReferenceException.html#UnresolveableReferenceException(java.lang.Throwable)"><B>UnresolveableReferenceException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.config.<A HREF="./org/apache/shiro/config/UnresolveableReferenceException.html" title="class in org.apache.shiro.config">UnresolveableReferenceException</A>
<DD>Constructs a new UnresolveableReferenceException.
<DT><A HREF="./org/apache/shiro/config/UnresolveableReferenceException.html#UnresolveableReferenceException(java.lang.String, java.lang.Throwable)"><B>UnresolveableReferenceException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.config.<A HREF="./org/apache/shiro/config/UnresolveableReferenceException.html" title="class in org.apache.shiro.config">UnresolveableReferenceException</A>
<DD>Constructs a new UnresolveableReferenceException.
<DT><A HREF="./org/apache/shiro/ldap/UnsupportedAuthenticationMechanismException.html" title="class in org.apache.shiro.ldap"><B>UnsupportedAuthenticationMechanismException</B></A> - Exception in <A HREF="./org/apache/shiro/ldap/package-summary.html">org.apache.shiro.ldap</A><DD>Exception thrown when a configured LDAP
<a href="http://download.oracle.com/javase/jndi/tutorial/ldap/security/auth.html">
Authentication Mechanism</a> is unsupported by the target LDAP server.<DT><A HREF="./org/apache/shiro/ldap/UnsupportedAuthenticationMechanismException.html#UnsupportedAuthenticationMechanismException(java.lang.String)"><B>UnsupportedAuthenticationMechanismException(String)</B></A> -
Constructor for exception org.apache.shiro.ldap.<A HREF="./org/apache/shiro/ldap/UnsupportedAuthenticationMechanismException.html" title="class in org.apache.shiro.ldap">UnsupportedAuthenticationMechanismException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/ldap/UnsupportedAuthenticationMechanismException.html#UnsupportedAuthenticationMechanismException(java.lang.String, java.lang.Throwable)"><B>UnsupportedAuthenticationMechanismException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.ldap.<A HREF="./org/apache/shiro/ldap/UnsupportedAuthenticationMechanismException.html" title="class in org.apache.shiro.ldap">UnsupportedAuthenticationMechanismException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authc/pam/UnsupportedTokenException.html" title="class in org.apache.shiro.authc.pam"><B>UnsupportedTokenException</B></A> - Exception in <A HREF="./org/apache/shiro/authc/pam/package-summary.html">org.apache.shiro.authc.pam</A><DD>Exception thrown during the authentication process when an
<A HREF="./org/apache/shiro/authc/AuthenticationToken.html" title="interface in org.apache.shiro.authc"><CODE>AuthenticationToken</CODE></A> implementation is encountered that is not
supported by one or more configured <A HREF="./org/apache/shiro/realm/Realm.html" title="interface in org.apache.shiro.realm"><CODE>Realm</CODE></A>s.<DT><A HREF="./org/apache/shiro/authc/pam/UnsupportedTokenException.html#UnsupportedTokenException()"><B>UnsupportedTokenException()</B></A> -
Constructor for exception org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/UnsupportedTokenException.html" title="class in org.apache.shiro.authc.pam">UnsupportedTokenException</A>
<DD>Creates a new UnsupportedTokenException.
<DT><A HREF="./org/apache/shiro/authc/pam/UnsupportedTokenException.html#UnsupportedTokenException(java.lang.String)"><B>UnsupportedTokenException(String)</B></A> -
Constructor for exception org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/UnsupportedTokenException.html" title="class in org.apache.shiro.authc.pam">UnsupportedTokenException</A>
<DD>Constructs a new UnsupportedTokenException.
<DT><A HREF="./org/apache/shiro/authc/pam/UnsupportedTokenException.html#UnsupportedTokenException(java.lang.Throwable)"><B>UnsupportedTokenException(Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/UnsupportedTokenException.html" title="class in org.apache.shiro.authc.pam">UnsupportedTokenException</A>
<DD>Constructs a new UnsupportedTokenException.
<DT><A HREF="./org/apache/shiro/authc/pam/UnsupportedTokenException.html#UnsupportedTokenException(java.lang.String, java.lang.Throwable)"><B>UnsupportedTokenException(String, Throwable)</B></A> -
Constructor for exception org.apache.shiro.authc.pam.<A HREF="./org/apache/shiro/authc/pam/UnsupportedTokenException.html" title="class in org.apache.shiro.authc.pam">UnsupportedTokenException</A>
<DD>Constructs a new UnsupportedTokenException.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#update(org.apache.shiro.session.Session)"><B>update(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">CachingSessionDAO</A>
<DD>Updates the state of the given session to the EIS by first delegating to
<A HREF="./org/apache/shiro/session/mgt/eis/CachingSessionDAO.html#doUpdate(org.apache.shiro.session.Session)"><CODE>CachingSessionDAO.doUpdate(org.apache.shiro.session.Session)</CODE></A>.
<DT><A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html#update(org.apache.shiro.session.Session)"><B>update(Session)</B></A> -
Method in class org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/MemorySessionDAO.html" title="class in org.apache.shiro.session.mgt.eis">MemorySessionDAO</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/eis/SessionDAO.html#update(org.apache.shiro.session.Session)"><B>update(Session)</B></A> -
Method in interface org.apache.shiro.session.mgt.eis.<A HREF="./org/apache/shiro/session/mgt/eis/SessionDAO.html" title="interface in org.apache.shiro.session.mgt.eis">SessionDAO</A>
<DD>Updates (persists) data from a previously created Session instance in the EIS identified by
<code>{@link Session#getId() session.getId()}</code>.
<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/util/StringUtils.html#uppercaseFirstChar(java.lang.String)"><B>uppercaseFirstChar(String)</B></A> -
Static method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/StringUtils.html" title="class in org.apache.shiro.util">StringUtils</A>
<DD>Returns the input argument, but ensures the first character is capitalized (if possible).
<DT><A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html#url"><B>url</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/AbstractLdapRealm.html" title="class in org.apache.shiro.realm.ldap">AbstractLdapRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html#url"><B>url</B></A> -
Variable in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/DefaultLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">DefaultLdapContextFactory</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/shiro/io/ResourceUtils.html#URL_PREFIX"><B>URL_PREFIX</B></A> -
Static variable in class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/ResourceUtils.html" title="class in org.apache.shiro.io">ResourceUtils</A>
<DD>Resource path prefix that specifies to load from a url location, value is <b><code>url:</code></b>
<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/javase/6/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/guice/web/ShiroWebModule.html#USER"><B>USER</B></A> -
Static variable in class org.apache.shiro.guice.web.<A HREF="./org/apache/shiro/guice/web/ShiroWebModule.html" title="class in org.apache.shiro.guice.web">ShiroWebModule</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/aop/UserAnnotationHandler.html" title="class in org.apache.shiro.authz.aop"><B>UserAnnotationHandler</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>Checks to see if a @<A HREF="./org/apache/shiro/authz/annotation/RequiresUser.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresUser</CODE></A> annotation
is declared, and if so, ensures the calling <code>Subject</code> is <em>either</em>
<A HREF="./org/apache/shiro/subject/Subject.html#isAuthenticated()"><CODE>authenticated</CODE></A> <b><em>or</em></b> remembered via remember
me services before allowing access.<DT><A HREF="./org/apache/shiro/authz/aop/UserAnnotationHandler.html#UserAnnotationHandler()"><B>UserAnnotationHandler()</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/UserAnnotationHandler.html" title="class in org.apache.shiro.authz.aop">UserAnnotationHandler</A>
<DD>Default no-argument constructor that ensures this handler looks for
<A HREF="./org/apache/shiro/authz/annotation/RequiresUser.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresUser</CODE></A> annotations.
<DT><A HREF="./org/apache/shiro/authz/aop/UserAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop"><B>UserAnnotationMethodInterceptor</B></A> - Class in <A HREF="./org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</A><DD>Checks to see if a @<A HREF="./org/apache/shiro/authz/annotation/RequiresUser.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresUser</CODE></A> annotation
is declared, and if so, ensures the calling <code>Subject</code> is <em>either</em>
<A HREF="./org/apache/shiro/subject/Subject.html#isAuthenticated()"><CODE>authenticated</CODE></A> <b><em>or</em></b> remembered via remember
me services before invoking the method.<DT><A HREF="./org/apache/shiro/authz/aop/UserAnnotationMethodInterceptor.html#UserAnnotationMethodInterceptor()"><B>UserAnnotationMethodInterceptor()</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/UserAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">UserAnnotationMethodInterceptor</A>
<DD>Default no-argument constructor that ensures this interceptor looks for
<A HREF="./org/apache/shiro/authz/annotation/RequiresUser.html" title="annotation in org.apache.shiro.authz.annotation"><CODE>RequiresUser</CODE></A> annotations in a method
declaration.
<DT><A HREF="./org/apache/shiro/authz/aop/UserAnnotationMethodInterceptor.html#UserAnnotationMethodInterceptor(org.apache.shiro.aop.AnnotationResolver)"><B>UserAnnotationMethodInterceptor(AnnotationResolver)</B></A> -
Constructor for class org.apache.shiro.authz.aop.<A HREF="./org/apache/shiro/authz/aop/UserAnnotationMethodInterceptor.html" title="class in org.apache.shiro.authz.aop">UserAnnotationMethodInterceptor</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/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc"><B>UsernamePasswordToken</B></A> - Class in <A HREF="./org/apache/shiro/authc/package-summary.html">org.apache.shiro.authc</A><DD>A simple username/password authentication token to support the most widely-used authentication mechanism.<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#UsernamePasswordToken()"><B>UsernamePasswordToken()</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>JavaBeans compatible no-arg constructor.
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#UsernamePasswordToken(java.lang.String, char[])"><B>UsernamePasswordToken(String, char[])</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Constructs a new UsernamePasswordToken encapsulating the username and password submitted
during an authentication attempt, with a <tt>null</tt> <A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#getHost()"><CODE>host</CODE></A> and a
<tt>rememberMe</tt> default of <tt>false</tt>.
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#UsernamePasswordToken(java.lang.String, java.lang.String)"><B>UsernamePasswordToken(String, String)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Constructs a new UsernamePasswordToken encapsulating the username and password submitted
during an authentication attempt, with a <tt>null</tt> <A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#getHost()"><CODE>host</CODE></A> and
a <tt>rememberMe</tt> default of <tt>false</tt>
<p/>
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#UsernamePasswordToken(java.lang.String, char[], java.lang.String)"><B>UsernamePasswordToken(String, char[], String)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Constructs a new UsernamePasswordToken encapsulating the username and password submitted, the
inetAddress from where the attempt is occurring, and a default <tt>rememberMe</tt> value of <tt>false</tt>
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#UsernamePasswordToken(java.lang.String, java.lang.String, java.lang.String)"><B>UsernamePasswordToken(String, String, String)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Constructs a new UsernamePasswordToken encapsulating the username and password submitted, the
inetAddress from where the attempt is occurring, and a default <tt>rememberMe</tt> value of <tt>false</tt>
<p/>
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#UsernamePasswordToken(java.lang.String, char[], boolean)"><B>UsernamePasswordToken(String, char[], boolean)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Constructs a new UsernamePasswordToken encapsulating the username and password submitted, as well as if the user
wishes their identity to be remembered across sessions.
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#UsernamePasswordToken(java.lang.String, java.lang.String, boolean)"><B>UsernamePasswordToken(String, String, boolean)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Constructs a new UsernamePasswordToken encapsulating the username and password submitted, as well as if the user
wishes their identity to be remembered across sessions.
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#UsernamePasswordToken(java.lang.String, char[], boolean, java.lang.String)"><B>UsernamePasswordToken(String, char[], boolean, String)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Constructs a new UsernamePasswordToken encapsulating the username and password submitted, if the user
wishes their identity to be remembered across sessions, and the inetAddress from where the attempt is ocurring.
<DT><A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html#UsernamePasswordToken(java.lang.String, java.lang.String, boolean, java.lang.String)"><B>UsernamePasswordToken(String, String, boolean, String)</B></A> -
Constructor for class org.apache.shiro.authc.<A HREF="./org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</A>
<DD>Constructs a new UsernamePasswordToken encapsulating the username and password submitted, if the user
wishes their identity to be remembered across sessions, and the inetAddress from where the attempt is ocurring.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html#userRolesQuery"><B>userRolesQuery</B></A> -
Variable in class org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.html" title="class in org.apache.shiro.realm.jdbc">JdbcRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#users"><B>users</B></A> -
Variable in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html#USERS_LOCK"><B>USERS_LOCK</B></A> -
Variable in class org.apache.shiro.realm.<A HREF="./org/apache/shiro/realm/SimpleAccountRealm.html" title="class in org.apache.shiro.realm">SimpleAccountRealm</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/text/IniRealm.html#USERS_SECTION_NAME"><B>USERS_SECTION_NAME</B></A> -
Static variable in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/IniRealm.html" title="class in org.apache.shiro.realm.text">IniRealm</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;
<DT><A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html#useXmlFormat"><B>useXmlFormat</B></A> -
Variable in class org.apache.shiro.realm.text.<A HREF="./org/apache/shiro/realm/text/PropertiesRealm.html" title="class in org.apache.shiro.realm.text">PropertiesRealm</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#validate(org.apache.shiro.session.Session, org.apache.shiro.session.mgt.SessionKey)"><B>validate(Session, SessionKey)</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/SimpleSession.html#validate()"><B>validate()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/SimpleSession.html" title="class in org.apache.shiro.session.mgt">SimpleSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ValidatingSession.html#validate()"><B>validate()</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ValidatingSession.html" title="interface in org.apache.shiro.session.mgt">ValidatingSession</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html#validateAuthenticationInfo(java.util.Hashtable)"><B>validateAuthenticationInfo(Hashtable&lt;String, Object&gt;)</B></A> -
Method in class org.apache.shiro.realm.ldap.<A HREF="./org/apache/shiro/realm/ldap/JndiLdapContextFactory.html" title="class in org.apache.shiro.realm.ldap">JndiLdapContextFactory</A>
<DD>Validates the configuration in the JNDI <code>environment</code> settings and throws an exception if a problem
exists.
<DT><A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#validateSessions()"><B>validateSessions()</B></A> -
Method in class org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html" title="class in org.apache.shiro.session.mgt">AbstractValidatingSessionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/session/mgt/ValidatingSessionManager.html#validateSessions()"><B>validateSessions()</B></A> -
Method in interface org.apache.shiro.session.mgt.<A HREF="./org/apache/shiro/session/mgt/ValidatingSessionManager.html" title="interface in org.apache.shiro.session.mgt">ValidatingSessionManager</A>
<DD>Performs session validation for all open/active sessions in the system (those that
have not been stopped or expired), and validates each one.
<DT><A HREF="./org/apache/shiro/session/mgt/ValidatingSession.html" title="interface in org.apache.shiro.session.mgt"><B>ValidatingSession</B></A> - Interface in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>A <code>ValidatingSession</code> is a <code>Session</code> that is capable of determining it is valid or not and
is able to validate itself if necessary.<DT><A HREF="./org/apache/shiro/session/mgt/ValidatingSessionManager.html" title="interface in org.apache.shiro.session.mgt"><B>ValidatingSessionManager</B></A> - Interface in <A HREF="./org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</A><DD>A ValidatingSessionManager is a SessionManager that can proactively validate any or all sessions
that may be expired.<DT><A HREF="./org/apache/shiro/authz/annotation/Logical.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum org.apache.shiro.authz.annotation.<A HREF="./org/apache/shiro/authz/annotation/Logical.html" title="enum in org.apache.shiro.authz.annotation">Logical</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html" title="enum in org.apache.shiro.crypto.hash.format">ProvidedHashFormat</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/apache/shiro/crypto/OperationMode.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/apache/shiro/crypto/PaddingScheme.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.SaltStyle.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.SaltStyle.html" title="enum in org.apache.shiro.realm.jdbc">JdbcRealm.SaltStyle</A>
<DD>Returns the enum constant of this type with the specified name.
<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/authz/annotation/Logical.html#values()"><B>values()</B></A> -
Static method in enum org.apache.shiro.authz.annotation.<A HREF="./org/apache/shiro/authz/annotation/Logical.html" title="enum in org.apache.shiro.authz.annotation">Logical</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/apache/shiro/cache/Cache.html#values()"><B>values()</B></A> -
Method in interface org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/Cache.html" title="interface in org.apache.shiro.cache">Cache</A>
<DD>Returns a view of all of the values contained in this cache.
<DT><A HREF="./org/apache/shiro/cache/ehcache/EhCache.html#values()"><B>values()</B></A> -
Method in class org.apache.shiro.cache.ehcache.<A HREF="./org/apache/shiro/cache/ehcache/EhCache.html" title="class in org.apache.shiro.cache.ehcache">EhCache</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/cache/MapCache.html#values()"><B>values()</B></A> -
Method in class org.apache.shiro.cache.<A HREF="./org/apache/shiro/cache/MapCache.html" title="class in org.apache.shiro.cache">MapCache</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.Section.html#values()"><B>values()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.Section.html" title="class in org.apache.shiro.config">Ini.Section</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/config/Ini.html#values()"><B>values()</B></A> -
Method in class org.apache.shiro.config.<A HREF="./org/apache/shiro/config/Ini.html" title="class in org.apache.shiro.config">Ini</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html#values()"><B>values()</B></A> -
Static method in enum org.apache.shiro.crypto.hash.format.<A HREF="./org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html" title="enum in org.apache.shiro.crypto.hash.format">ProvidedHashFormat</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/apache/shiro/crypto/OperationMode.html#values()"><B>values()</B></A> -
Static method in enum org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/apache/shiro/crypto/PaddingScheme.html#values()"><B>values()</B></A> -
Static method in enum org.apache.shiro.crypto.<A HREF="./org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.SaltStyle.html#values()"><B>values()</B></A> -
Static method in enum org.apache.shiro.realm.jdbc.<A HREF="./org/apache/shiro/realm/jdbc/JdbcRealm.SaltStyle.html" title="enum in org.apache.shiro.realm.jdbc">JdbcRealm.SaltStyle</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html#values()"><B>values()</B></A> -
Method in class org.apache.shiro.subject.<A HREF="./org/apache/shiro/subject/SimplePrincipalMap.html" title="class in org.apache.shiro.subject">SimplePrincipalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/MapContext.html#values()"><B>values()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/MapContext.html" title="class in org.apache.shiro.util">MapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/util/SoftHashMap.html#values()"><B>values()</B></A> -
Method in class org.apache.shiro.util.<A HREF="./org/apache/shiro/util/SoftHashMap.html" title="class in org.apache.shiro.util">SoftHashMap</A>
<DD>&nbsp;
<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 <A HREF="./org/apache/shiro/env/Environment.html" title="interface in org.apache.shiro.env"><CODE>Environment</CODE></A> 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 <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> 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 <A HREF="./org/apache/shiro/session/mgt/SessionContext.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionContext</CODE></A> that additionally provides for type-safe
methods to set and retrieve a <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletRequest.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletRequest</CODE></A> and <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletResponse.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletResponse</CODE></A>, 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 <A HREF="./org/apache/shiro/session/mgt/SessionKey.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionKey</CODE></A> 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><A HREF="./org/apache/shiro/session/mgt/SessionManager.html" title="interface in org.apache.shiro.session.mgt"><CODE>SessionManager</CODE></A> 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
<A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletRequest.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletRequest</CODE></A>.<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 <A HREF="./org/apache/shiro/mgt/SecurityManager.html" title="interface in org.apache.shiro.mgt"><CODE>SecurityManager</CODE></A> obtained by
calling <code>SecurityUtils.</code><A HREF="./org/apache/shiro/SecurityUtils.html#getSecurityManager()"><CODE>getSecurityManager()</CODE></A>.
<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 <A HREF="./org/apache/shiro/subject/SubjectContext.html" title="interface in org.apache.shiro.subject"><CODE>SubjectContext</CODE></A> that additionally provides for type-safe
methods to set and retrieve a <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletRequest.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletRequest</CODE></A> and <A HREF="http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletResponse.html?is-external=true" title="class or interface in javax.servlet"><CODE>ServletResponse</CODE></A>.<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/authz/permission/WildcardPermission.html#WILDCARD_TOKEN"><B>WILDCARD_TOKEN</B></A> -
Static variable in class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission"><B>WildcardPermission</B></A> - Class in <A HREF="./org/apache/shiro/authz/permission/package-summary.html">org.apache.shiro.authz.permission</A><DD>A <code>WildcardPermission</code> is a very flexible permission construct supporting multiple levels of
permission matching.<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#WildcardPermission()"><B>WildcardPermission()</B></A> -
Constructor for class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>Default no-arg constructor for subclasses only - end-user developers instantiating Permission instances must
provide a wildcard string at a minimum, since Permission instances are immutable once instantiated.
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#WildcardPermission(java.lang.String)"><B>WildcardPermission(String)</B></A> -
Constructor for class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html#WildcardPermission(java.lang.String, boolean)"><B>WildcardPermission(String, boolean)</B></A> -
Constructor for class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission">WildcardPermission</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermissionResolver.html" title="class in org.apache.shiro.authz.permission"><B>WildcardPermissionResolver</B></A> - Class in <A HREF="./org/apache/shiro/authz/permission/package-summary.html">org.apache.shiro.authz.permission</A><DD><tt>PermissionResolver</tt> implementation that returns a new <A HREF="./org/apache/shiro/authz/permission/WildcardPermission.html" title="class in org.apache.shiro.authz.permission"><CODE>WildcardPermission</CODE></A>
based on the input string.<DT><A HREF="./org/apache/shiro/authz/permission/WildcardPermissionResolver.html#WildcardPermissionResolver()"><B>WildcardPermissionResolver()</B></A> -
Constructor for class org.apache.shiro.authz.permission.<A HREF="./org/apache/shiro/authz/permission/WildcardPermissionResolver.html" title="class in org.apache.shiro.authz.permission">WildcardPermissionResolver</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 <A HREF="./org/apache/shiro/subject/Subject.html" title="interface in org.apache.shiro.subject"><CODE>Subject</CODE></A> 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="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="./org/apache/shiro/io/XmlSerializer.html" title="class in org.apache.shiro.io"><B>XmlSerializer</B></A> - Class in <A HREF="./org/apache/shiro/io/package-summary.html">org.apache.shiro.io</A><DD>Serializer implementation that uses the JavaBeans
<A HREF="http://java.sun.com/javase/6/docs/api/java/beans/XMLEncoder.html?is-external=true" title="class or interface in java.beans"><CODE>XMLEncoder</CODE></A> and <A HREF="http://java.sun.com/javase/6/docs/api/java/beans/XMLDecoder.html?is-external=true" title="class or interface in java.beans"><CODE>XMLDecoder</CODE></A> to serialize
and deserialize, respectively.<DT><A HREF="./org/apache/shiro/io/XmlSerializer.html#XmlSerializer()"><B>XmlSerializer()</B></A> -
Constructor for class org.apache.shiro.io.<A HREF="./org/apache/shiro/io/XmlSerializer.html" title="class in org.apache.shiro.io">XmlSerializer</A>
<DD>&nbsp;
</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="#_J_">J</A> <A HREF="#_K_">K</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="#_X_">X</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-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>