http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authc/credential/package-tree.html ---------------------------------------------------------------------- diff --git a/static/1.2.1/apidocs/org/apache/shiro/authc/credential/package-tree.html b/static/1.2.1/apidocs/org/apache/shiro/authc/credential/package-tree.html deleted file mode 100644 index de1b87e..0000000 --- a/static/1.2.1/apidocs/org/apache/shiro/authc/credential/package-tree.html +++ /dev/null @@ -1,160 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:28 PDT 2013 --> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.shiro.authc.credential Class Hierarchy (Apache Shiro 1.2.1 API)</title> -<meta name="date" content="2013-05-30"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.shiro.authc.credential Class Hierarchy (Apache Shiro 1.2.1 API)"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- Begin Google Analytics code --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-11551827-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- End Google Analytics code --> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../overview-summary.html">Overview</a></li> -<li><a href="package-summary.html">Package</a></li> -<li>Class</li> -<li>Use</li> -<li class="navBarCell1Rev">Tree</li> -<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../../../org/apache/shiro/authc/package-tree.html">Prev</a></li> -<li><a href="../../../../../org/apache/shiro/authc/pam/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?org/apache/shiro/authc/credential/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 class="title">Hierarchy For Package org.apache.shiro.authc.credential</h1> -<span class="strong">Package Hierarchies:</span> -<ul class="horizontal"> -<li><a href="../../../../../overview-tree.html">All Packages</a></li> -</ul> -</div> -<div class="contentContainer"> -<h2 title="Class Hierarchy">Class Hierarchy</h2> -<ul> -<li type="circle">java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/AllowAllCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><span class="strong">AllowAllCredentialsMatcher</span></a> (implements org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/CredentialsMatcher.html" title="interface in org.apache.shiro.authc.credential">CredentialsMatcher</a>)</li> -<li type="circle">org.apache.shiro.codec.<a href="../../../../../org/apache/shiro/codec/CodecSupport.html" title="class in org.apache.shiro.codec"><span class="strong">CodecSupport</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/SimpleCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><span class="strong">SimpleCredentialsMatcher</span></a> (implements org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/CredentialsMatcher.html" title="interface in org.apache.shiro.authc.credential">CredentialsMatcher</a>) -<ul> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><span class="strong">HashedCredentialsMatcher</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/Md2CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><span class="strong">Md2CredentialsMatcher</span></a></li> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/Md5CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><span class="strong">Md5CredentialsMatcher</span></a></li> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/Sha1CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><span class="strong">Sha1CredentialsMatcher</span></a></li> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/Sha256CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><span class="strong">Sha256CredentialsMatcher</span></a></li> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/Sha384CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><span class="strong">Sha384CredentialsMatcher</span></a></li> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/Sha512CredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><span class="strong">Sha512CredentialsMatcher</span></a></li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/DefaultPasswordService.html" title="class in org.apache.shiro.authc.credential"><span class="strong">DefaultPasswordService</span></a> (implements org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/HashingPasswordService.html" title="interface in org.apache.shiro.authc.credential">HashingPasswordService</a>)</li> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/PasswordMatcher.html" title="class in org.apache.shiro.authc.credential"><span class="strong">PasswordMatcher</span></a> (implements org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/CredentialsMatcher.html" title="interface in org.apache.shiro.authc.credential">CredentialsMatcher</a>)</li> -</ul> -</li> -</ul> -<h2 title="Interface Hierarchy">Interface Hierarchy</h2> -<ul> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/CredentialsMatcher.html" title="interface in org.apache.shiro.authc.credential"><span class="strong">CredentialsMatcher</span></a></li> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/PasswordService.html" title="interface in org.apache.shiro.authc.credential"><span class="strong">PasswordService</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.credential.<a href="../../../../../org/apache/shiro/authc/credential/HashingPasswordService.html" title="interface in org.apache.shiro.authc.credential"><span class="strong">HashingPasswordService</span></a></li> -</ul> -</li> -</ul> -</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../overview-summary.html">Overview</a></li> -<li><a href="package-summary.html">Package</a></li> -<li>Class</li> -<li>Use</li> -<li class="navBarCell1Rev">Tree</li> -<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../../../org/apache/shiro/authc/package-tree.html">Prev</a></li> -<li><a href="../../../../../org/apache/shiro/authc/pam/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?org/apache/shiro/authc/credential/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p> -</body> -</html>
http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authc/credential/package-use.html ---------------------------------------------------------------------- diff --git a/static/1.2.1/apidocs/org/apache/shiro/authc/credential/package-use.html b/static/1.2.1/apidocs/org/apache/shiro/authc/credential/package-use.html deleted file mode 100644 index 63131ec..0000000 --- a/static/1.2.1/apidocs/org/apache/shiro/authc/credential/package-use.html +++ /dev/null @@ -1,204 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:32 PDT 2013 --> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Uses of Package org.apache.shiro.authc.credential (Apache Shiro 1.2.1 API)</title> -<meta name="date" content="2013-05-30"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package org.apache.shiro.authc.credential (Apache Shiro 1.2.1 API)"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- Begin Google Analytics code --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-11551827-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- End Google Analytics code --> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../overview-summary.html">Overview</a></li> -<li><a href="package-summary.html">Package</a></li> -<li>Class</li> -<li class="navBarCell1Rev">Use</li> -<li><a href="package-tree.html">Tree</a></li> -<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?org/apache/shiro/authc/credential/package-use.html" target="_top">Frames</a></li> -<li><a href="package-use.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Uses of Package org.apache.shiro.authc.credential" class="title">Uses of Package<br>org.apache.shiro.authc.credential</h1> -</div> -<div class="contentContainer"> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> -<caption><span>Packages that use <a href="../../../../../org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Package</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="#org.apache.shiro.authc.credential">org.apache.shiro.authc.credential</a></td> -<td class="colLast"> -<div class="block">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.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.shiro.realm">org.apache.shiro.realm</a></td> -<td class="colLast"> -<div class="block">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.</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"><a name="org.apache.shiro.authc.credential"> -<!-- --> -</a> -<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> -<caption><span>Classes in <a href="../../../../../org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</a> used by <a href="../../../../../org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Class and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colOne"><a href="../../../../../org/apache/shiro/authc/credential/class-use/CredentialsMatcher.html#org.apache.shiro.authc.credential">CredentialsMatcher</a> -<div class="block">Interface implemented by classes that can determine if an AuthenticationToken's provided - credentials matches a corresponding account's credentials stored in the system.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colOne"><a href="../../../../../org/apache/shiro/authc/credential/class-use/HashedCredentialsMatcher.html#org.apache.shiro.authc.credential">HashedCredentialsMatcher</a> -<div class="block">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.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colOne"><a href="../../../../../org/apache/shiro/authc/credential/class-use/HashingPasswordService.html#org.apache.shiro.authc.credential">HashingPasswordService</a> -<div class="block">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.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colOne"><a href="../../../../../org/apache/shiro/authc/credential/class-use/PasswordService.html#org.apache.shiro.authc.credential">PasswordService</a> -<div class="block">A <code>PasswordService</code> supports common use cases when using passwords as a credentials mechanism.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colOne"><a href="../../../../../org/apache/shiro/authc/credential/class-use/SimpleCredentialsMatcher.html#org.apache.shiro.authc.credential">SimpleCredentialsMatcher</a> -<div class="block">Simple CredentialsMatcher implementation.</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"><a name="org.apache.shiro.realm"> -<!-- --> -</a> -<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> -<caption><span>Classes in <a href="../../../../../org/apache/shiro/authc/credential/package-summary.html">org.apache.shiro.authc.credential</a> used by <a href="../../../../../org/apache/shiro/realm/package-summary.html">org.apache.shiro.realm</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Class and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colOne"><a href="../../../../../org/apache/shiro/authc/credential/class-use/CredentialsMatcher.html#org.apache.shiro.realm">CredentialsMatcher</a> -<div class="block">Interface implemented by classes that can determine if an AuthenticationToken's provided - credentials matches a corresponding account's credentials stored in the system.</div> -</td> -</tr> -</tbody> -</table> -</li> -</ul> -</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../overview-summary.html">Overview</a></li> -<li><a href="package-summary.html">Package</a></li> -<li>Class</li> -<li class="navBarCell1Rev">Use</li> -<li><a href="package-tree.html">Tree</a></li> -<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?org/apache/shiro/authc/credential/package-use.html" target="_top">Frames</a></li> -<li><a href="package-use.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p> -</body> -</html> http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authc/package-frame.html ---------------------------------------------------------------------- diff --git a/static/1.2.1/apidocs/org/apache/shiro/authc/package-frame.html b/static/1.2.1/apidocs/org/apache/shiro/authc/package-frame.html deleted file mode 100644 index 0a2b74a..0000000 --- a/static/1.2.1/apidocs/org/apache/shiro/authc/package-frame.html +++ /dev/null @@ -1,49 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:28 PDT 2013 --> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.shiro.authc (Apache Shiro 1.2.1 API)</title> -<meta name="date" content="2013-05-30"> -<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> -</head> -<body> -<h1 class="bar"><a href="../../../../org/apache/shiro/authc/package-summary.html" target="classFrame">org.apache.shiro.authc</a></h1> -<div class="indexContainer"> -<h2 title="Interfaces">Interfaces</h2> -<ul title="Interfaces"> -<li><a href="Account.html" title="interface in org.apache.shiro.authc" target="classFrame"><i>Account</i></a></li> -<li><a href="AuthenticationInfo.html" title="interface in org.apache.shiro.authc" target="classFrame"><i>AuthenticationInfo</i></a></li> -<li><a href="AuthenticationListener.html" title="interface in org.apache.shiro.authc" target="classFrame"><i>AuthenticationListener</i></a></li> -<li><a href="AuthenticationToken.html" title="interface in org.apache.shiro.authc" target="classFrame"><i>AuthenticationToken</i></a></li> -<li><a href="Authenticator.html" title="interface in org.apache.shiro.authc" target="classFrame"><i>Authenticator</i></a></li> -<li><a href="HostAuthenticationToken.html" title="interface in org.apache.shiro.authc" target="classFrame"><i>HostAuthenticationToken</i></a></li> -<li><a href="LogoutAware.html" title="interface in org.apache.shiro.authc" target="classFrame"><i>LogoutAware</i></a></li> -<li><a href="MergableAuthenticationInfo.html" title="interface in org.apache.shiro.authc" target="classFrame"><i>MergableAuthenticationInfo</i></a></li> -<li><a href="RememberMeAuthenticationToken.html" title="interface in org.apache.shiro.authc" target="classFrame"><i>RememberMeAuthenticationToken</i></a></li> -<li><a href="SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc" target="classFrame"><i>SaltedAuthenticationInfo</i></a></li> -</ul> -<h2 title="Classes">Classes</h2> -<ul title="Classes"> -<li><a href="AbstractAuthenticator.html" title="class in org.apache.shiro.authc" target="classFrame">AbstractAuthenticator</a></li> -<li><a href="SimpleAccount.html" title="class in org.apache.shiro.authc" target="classFrame">SimpleAccount</a></li> -<li><a href="SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc" target="classFrame">SimpleAuthenticationInfo</a></li> -<li><a href="UsernamePasswordToken.html" title="class in org.apache.shiro.authc" target="classFrame">UsernamePasswordToken</a></li> -</ul> -<h2 title="Exceptions">Exceptions</h2> -<ul title="Exceptions"> -<li><a href="AccountException.html" title="class in org.apache.shiro.authc" target="classFrame">AccountException</a></li> -<li><a href="AuthenticationException.html" title="class in org.apache.shiro.authc" target="classFrame">AuthenticationException</a></li> -<li><a href="ConcurrentAccessException.html" title="class in org.apache.shiro.authc" target="classFrame">ConcurrentAccessException</a></li> -<li><a href="CredentialsException.html" title="class in org.apache.shiro.authc" target="classFrame">CredentialsException</a></li> -<li><a href="DisabledAccountException.html" title="class in org.apache.shiro.authc" target="classFrame">DisabledAccountException</a></li> -<li><a href="ExcessiveAttemptsException.html" title="class in org.apache.shiro.authc" target="classFrame">ExcessiveAttemptsException</a></li> -<li><a href="ExpiredCredentialsException.html" title="class in org.apache.shiro.authc" target="classFrame">ExpiredCredentialsException</a></li> -<li><a href="IncorrectCredentialsException.html" title="class in org.apache.shiro.authc" target="classFrame">IncorrectCredentialsException</a></li> -<li><a href="LockedAccountException.html" title="class in org.apache.shiro.authc" target="classFrame">LockedAccountException</a></li> -<li><a href="UnknownAccountException.html" title="class in org.apache.shiro.authc" target="classFrame">UnknownAccountException</a></li> -</ul> -</div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authc/package-summary.html ---------------------------------------------------------------------- diff --git a/static/1.2.1/apidocs/org/apache/shiro/authc/package-summary.html b/static/1.2.1/apidocs/org/apache/shiro/authc/package-summary.html deleted file mode 100644 index 54d681a..0000000 --- a/static/1.2.1/apidocs/org/apache/shiro/authc/package-summary.html +++ /dev/null @@ -1,333 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:28 PDT 2013 --> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.shiro.authc (Apache Shiro 1.2.1 API)</title> -<meta name="date" content="2013-05-30"> -<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.shiro.authc (Apache Shiro 1.2.1 API)"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- Begin Google Analytics code --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-11551827-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- End Google Analytics code --> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../overview-summary.html">Overview</a></li> -<li class="navBarCell1Rev">Package</li> -<li>Class</li> -<li><a href="package-use.html">Use</a></li> -<li><a href="package-tree.html">Tree</a></li> -<li><a href="../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../index-all.html">Index</a></li> -<li><a href="../../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../../org/apache/shiro/aspectj/package-summary.html">Prev Package</a></li> -<li><a href="../../../../org/apache/shiro/authc/credential/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/apache/shiro/authc/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Package" class="title">Package org.apache.shiro.authc</h1> -<div class="docSummary"> -<div class="block">Core interfaces and exceptions concerning Authentication (the act of logging-in).</div> -</div> -<p>See: <a href="#package_description">Description</a></p> -</div> -<div class="contentContainer"> -<ul class="blockList"> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> -<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Interface</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/Account.html" title="interface in org.apache.shiro.authc">Account</a></td> -<td class="colLast"> -<div class="block">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>.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc">AuthenticationInfo</a></td> -<td class="colLast"> -<div class="block"><code>AuthenticationInfo</code> represents a Subject's (aka user's) stored account information relevant to the - authentication/log-in process only.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc">AuthenticationListener</a></td> -<td class="colLast"> -<div class="block">An <code>AuthenticationListener</code> listens for notifications while <code>Subject</code>s authenticate with the system.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/AuthenticationToken.html" title="interface in org.apache.shiro.authc">AuthenticationToken</a></td> -<td class="colLast"> -<div class="block">An <tt>AuthenticationToken</tt> is a consolidation of an account's principals and supporting - credentials submitted by a user during an authentication attempt.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/Authenticator.html" title="interface in org.apache.shiro.authc">Authenticator</a></td> -<td class="colLast"> -<div class="block">An Authenticator is responsible for authenticating accounts in an application.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/HostAuthenticationToken.html" title="interface in org.apache.shiro.authc">HostAuthenticationToken</a></td> -<td class="colLast"> -<div class="block">A <code>HostAuthenticationToken</code> retains the host information from where - an authentication attempt originates.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/LogoutAware.html" title="interface in org.apache.shiro.authc">LogoutAware</a></td> -<td class="colLast"> -<div class="block">An SPI interface allowing cleanup logic to be executed during logout of a previously authenticated Subject/user.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/MergableAuthenticationInfo.html" title="interface in org.apache.shiro.authc">MergableAuthenticationInfo</a></td> -<td class="colLast"> -<div class="block">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.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/RememberMeAuthenticationToken.html" title="interface in org.apache.shiro.authc">RememberMeAuthenticationToken</a></td> -<td class="colLast"> -<div class="block">An <code>AuthenticationToken</code> that indicates if the user wishes their identity to be remembered across sessions.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc">SaltedAuthenticationInfo</a></td> -<td class="colLast"> -<div class="block">Interface representing account information that may use a salt when hashing credentials.</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> -<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Class</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/AbstractAuthenticator.html" title="class in org.apache.shiro.authc">AbstractAuthenticator</a></td> -<td class="colLast"> -<div class="block">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.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc">SimpleAccount</a></td> -<td class="colLast"> -<div class="block">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.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc">SimpleAuthenticationInfo</a></td> -<td class="colLast"> -<div class="block">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.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc">UsernamePasswordToken</a></td> -<td class="colLast"> -<div class="block">A simple username/password authentication token to support the most widely-used authentication mechanism.</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation"> -<caption><span>Exception Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Exception</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/AccountException.html" title="class in org.apache.shiro.authc">AccountException</a></td> -<td class="colLast"> -<div class="block">Exception thrown due to a problem with the account - under which an authentication attempt is being executed.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/AuthenticationException.html" title="class in org.apache.shiro.authc">AuthenticationException</a></td> -<td class="colLast"> -<div class="block">General exception thrown due to an error during the Authentication process.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/ConcurrentAccessException.html" title="class in org.apache.shiro.authc">ConcurrentAccessException</a></td> -<td class="colLast"> -<div class="block">Thrown when an authentication attempt has been received for an account that has already been - authenticated (i.e.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/CredentialsException.html" title="class in org.apache.shiro.authc">CredentialsException</a></td> -<td class="colLast"> -<div class="block">Exception thrown due to a problem with the credential(s) submitted for an - account during the authentication process.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/DisabledAccountException.html" title="class in org.apache.shiro.authc">DisabledAccountException</a></td> -<td class="colLast"> -<div class="block">Thrown when attempting to authenticate and the corresponding account has been disabled for - some reason.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/ExcessiveAttemptsException.html" title="class in org.apache.shiro.authc">ExcessiveAttemptsException</a></td> -<td class="colLast"> -<div class="block">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.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/ExpiredCredentialsException.html" title="class in org.apache.shiro.authc">ExpiredCredentialsException</a></td> -<td class="colLast"> -<div class="block">Thrown during the authentication process when the system determines the submitted credential(s) - has expired and will not allow login.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/IncorrectCredentialsException.html" title="class in org.apache.shiro.authc">IncorrectCredentialsException</a></td> -<td class="colLast"> -<div class="block">Thrown when attempting to authenticate with credential(s) that do not match the actual - credentials associated with the account principal.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/LockedAccountException.html" title="class in org.apache.shiro.authc">LockedAccountException</a></td> -<td class="colLast"> -<div class="block">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.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/shiro/authc/UnknownAccountException.html" title="class in org.apache.shiro.authc">UnknownAccountException</a></td> -<td class="colLast"> -<div class="block">Thrown when attempting to authenticate with a principal that doesn't exist in the system (e.g.</div> -</td> -</tr> -</tbody> -</table> -</li> -</ul> -<a name="package_description"> -<!-- --> -</a> -<h2 title="Package org.apache.shiro.authc Description">Package org.apache.shiro.authc Description</h2> -<div class="block">Core interfaces and exceptions concerning Authentication (the act of logging-in). - <p/> - Shiro abbreviates the word 'AuthentiCation' as <tt>authc</tt> to distinguish it seperately from - 'AuthoriZation', abbreviated as <tt>authz</tt>. - <p/> - The primary item of interest in this package is the <tt>Authenticator</tt> interface, which acts as the - entry point (facade) to all other other authentication components. Other components, interfaces and - exceptions are here to support <tt>Authenticator</tt> implementations.</div> -</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../overview-summary.html">Overview</a></li> -<li class="navBarCell1Rev">Package</li> -<li>Class</li> -<li><a href="package-use.html">Use</a></li> -<li><a href="package-tree.html">Tree</a></li> -<li><a href="../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../index-all.html">Index</a></li> -<li><a href="../../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../../org/apache/shiro/aspectj/package-summary.html">Prev Package</a></li> -<li><a href="../../../../org/apache/shiro/authc/credential/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/apache/shiro/authc/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p> -</body> -</html> http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authc/package-tree.html ---------------------------------------------------------------------- diff --git a/static/1.2.1/apidocs/org/apache/shiro/authc/package-tree.html b/static/1.2.1/apidocs/org/apache/shiro/authc/package-tree.html deleted file mode 100644 index 96d730b..0000000 --- a/static/1.2.1/apidocs/org/apache/shiro/authc/package-tree.html +++ /dev/null @@ -1,200 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:28 PDT 2013 --> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>org.apache.shiro.authc Class Hierarchy (Apache Shiro 1.2.1 API)</title> -<meta name="date" content="2013-05-30"> -<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.shiro.authc Class Hierarchy (Apache Shiro 1.2.1 API)"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- Begin Google Analytics code --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-11551827-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- End Google Analytics code --> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../overview-summary.html">Overview</a></li> -<li><a href="package-summary.html">Package</a></li> -<li>Class</li> -<li>Use</li> -<li class="navBarCell1Rev">Tree</li> -<li><a href="../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../index-all.html">Index</a></li> -<li><a href="../../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../../org/apache/shiro/aspectj/package-tree.html">Prev</a></li> -<li><a href="../../../../org/apache/shiro/authc/credential/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/apache/shiro/authc/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 class="title">Hierarchy For Package org.apache.shiro.authc</h1> -<span class="strong">Package Hierarchies:</span> -<ul class="horizontal"> -<li><a href="../../../../overview-tree.html">All Packages</a></li> -</ul> -</div> -<div class="contentContainer"> -<h2 title="Class Hierarchy">Class Hierarchy</h2> -<ul> -<li type="circle">java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/AbstractAuthenticator.html" title="class in org.apache.shiro.authc"><span class="strong">AbstractAuthenticator</span></a> (implements org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/Authenticator.html" title="interface in org.apache.shiro.authc">Authenticator</a>, org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/LogoutAware.html" title="interface in org.apache.shiro.authc">LogoutAware</a>)</li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc"><span class="strong">SimpleAccount</span></a> (implements org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/Account.html" title="interface in org.apache.shiro.authc">Account</a>, org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/MergableAuthenticationInfo.html" title="interface in org.apache.shiro.authc">MergableAuthenticationInfo</a>, org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc">SaltedAuthenticationInfo</a>, java.io.<a href="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc"><span class="strong">SimpleAuthenticationInfo</span></a> (implements org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/MergableAuthenticationInfo.html" title="interface in org.apache.shiro.authc">MergableAuthenticationInfo</a>, org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc">SaltedAuthenticationInfo</a>)</li> -<li type="circle">java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Throwable</span></a> (implements java.io.<a href="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) -<ul> -<li type="circle">java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="strong">Exception</span></a> -<ul> -<li type="circle">java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><span class="strong">RuntimeException</span></a> -<ul> -<li type="circle">org.apache.shiro.<a href="../../../../org/apache/shiro/ShiroException.html" title="class in org.apache.shiro"><span class="strong">ShiroException</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/AuthenticationException.html" title="class in org.apache.shiro.authc"><span class="strong">AuthenticationException</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/AccountException.html" title="class in org.apache.shiro.authc"><span class="strong">AccountException</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/ConcurrentAccessException.html" title="class in org.apache.shiro.authc"><span class="strong">ConcurrentAccessException</span></a></li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/DisabledAccountException.html" title="class in org.apache.shiro.authc"><span class="strong">DisabledAccountException</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/LockedAccountException.html" title="class in org.apache.shiro.authc"><span class="strong">LockedAccountException</span></a></li> -</ul> -</li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/ExcessiveAttemptsException.html" title="class in org.apache.shiro.authc"><span class="strong">ExcessiveAttemptsException</span></a></li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/UnknownAccountException.html" title="class in org.apache.shiro.authc"><span class="strong">UnknownAccountException</span></a></li> -</ul> -</li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/CredentialsException.html" title="class in org.apache.shiro.authc"><span class="strong">CredentialsException</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/ExpiredCredentialsException.html" title="class in org.apache.shiro.authc"><span class="strong">ExpiredCredentialsException</span></a></li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/IncorrectCredentialsException.html" title="class in org.apache.shiro.authc"><span class="strong">IncorrectCredentialsException</span></a></li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/UsernamePasswordToken.html" title="class in org.apache.shiro.authc"><span class="strong">UsernamePasswordToken</span></a> (implements org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/HostAuthenticationToken.html" title="interface in org.apache.shiro.authc">HostAuthenticationToken</a>, org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/RememberMeAuthenticationToken.html" title="interface in org.apache.shiro.authc">RememberMeAuthenticationToken</a>)</li> -</ul> -</li> -</ul> -<h2 title="Interface Hierarchy">Interface Hierarchy</h2> -<ul> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/AuthenticationListener.html" title="interface in org.apache.shiro.authc"><span class="strong">AuthenticationListener</span></a></li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/Authenticator.html" title="interface in org.apache.shiro.authc"><span class="strong">Authenticator</span></a></li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/LogoutAware.html" title="interface in org.apache.shiro.authc"><span class="strong">LogoutAware</span></a></li> -<li type="circle">java.io.<a href="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io"><span class="strong">Serializable</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc"><span class="strong">AuthenticationInfo</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/Account.html" title="interface in org.apache.shiro.authc"><span class="strong">Account</span></a> (also extends org.apache.shiro.authz.<a href="../../../../org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz">AuthorizationInfo</a>)</li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/MergableAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><span class="strong">MergableAuthenticationInfo</span></a></li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><span class="strong">SaltedAuthenticationInfo</span></a></li> -</ul> -</li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/AuthenticationToken.html" title="interface in org.apache.shiro.authc"><span class="strong">AuthenticationToken</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/HostAuthenticationToken.html" title="interface in org.apache.shiro.authc"><span class="strong">HostAuthenticationToken</span></a></li> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/RememberMeAuthenticationToken.html" title="interface in org.apache.shiro.authc"><span class="strong">RememberMeAuthenticationToken</span></a></li> -</ul> -</li> -<li type="circle">org.apache.shiro.authz.<a href="../../../../org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz"><span class="strong">AuthorizationInfo</span></a> -<ul> -<li type="circle">org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/Account.html" title="interface in org.apache.shiro.authc"><span class="strong">Account</span></a> (also extends org.apache.shiro.authc.<a href="../../../../org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc">AuthenticationInfo</a>)</li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../overview-summary.html">Overview</a></li> -<li><a href="package-summary.html">Package</a></li> -<li>Class</li> -<li>Use</li> -<li class="navBarCell1Rev">Tree</li> -<li><a href="../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../index-all.html">Index</a></li> -<li><a href="../../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../../org/apache/shiro/aspectj/package-tree.html">Prev</a></li> -<li><a href="../../../../org/apache/shiro/authc/credential/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/apache/shiro/authc/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p> -</body> -</html>
