Modified: shiro/site/publish/authentication.html
URL: 
http://svn.apache.org/viewvc/shiro/site/publish/authentication.html?rev=1766414&r1=1766413&r2=1766414&view=diff
==============================================================================
--- shiro/site/publish/authentication.html (original)
+++ shiro/site/publish/authentication.html Mon Oct 24 14:33:52 2016
@@ -78,21 +78,63 @@
 
         <div id="content">
 
-            <h1><a name="Authentication-ApacheShiroAuthentication"></a>Apache 
Shiro Authentication</h1>
-
-<div class="toc">
-<ul><li><a 
href="#Authentication-Authenticating%7B%7BSubjects%7D%7D">Authenticating 
<tt>Subjects</tt></a></li><ul><li><a 
href="#Authentication-Step1%3ACollecttheSubject%27sprincipalsandcredentials">Step
 1: Collect the Subject's principals and credentials</a></li><li><a 
href="#Authentication-Step2%3ASubmittheprincipalsandcredentials">Step 2: Submit 
the principals and credentials</a></li><li><a 
href="#Authentication-Step3%3AHandlingSuccessorFailure">Step 3: Handling 
Success or Failure</a></li></ul><li><a 
href="#Authentication-Rememberedvs.Authenticated">Remembered vs. 
Authenticated</a></li><ul><li><a 
href="#Authentication-Whythedistinction%3F">Why the distinction?</a></li><li><a 
href="#Authentication-Anillustratingexample">An illustrating 
example</a></li></ul><li><a href="#Authentication-LoggingOut">Logging 
Out</a></li><li><a href="#Authentication-AuthenticationSequence">Authentication 
Sequence</a></li><ul><li><a href="#Authentication-%7B%7BAuthenticator%7D%7D"> 
<tt>Authenticator</tt>
 </a></li><li><a href="#Authentication-%7B%7BAuthenticationStrategy%7D%7D"> 
<tt>AuthenticationStrategy</tt></a></li><li><a 
href="#Authentication-RealmAuthenticationOrder">Realm Authentication 
Order</a></li><ul><li><a href="#Authentication-ImplicitOrdering">Implicit 
Ordering</a></li><li><a href="#Authentication-ExplicitOrdering">Explicit 
Ordering</a></li></ul></ul><li><a 
href="#Authentication-RealmAuthentication">Realm Authentication</a></li><li><a 
href="#Authentication-Lendahandwithdocumentation">Lend a hand with 
documentation</a></li></ul></div>
-
-<p><span class="image-wrap" style="display: block; text-align: center"><img 
src="assets/images/ShiroFeatures_Authentication.png" style="border: 0px solid 
black"></span></p>
-
-<p>Authentication is the process of identity verification - that is, proving a 
user actually is who they say they are.  For a user to prove their identity, 
they need to provide some identifying information as well as some sort of proof 
of that identity that your system understands and trusts.  </p>
-
-<p>This is done by submitting a user's <em>principals</em> and 
<em>credentials</em> to Shiro to see if they match what is expected by the 
application.</p>
-
-<ul><li><b>Principals</b> are a Subject's 'identifying attributes'.  
Principals can be anything that identifies a Subject, such as a first name 
(given name), last name (surname or family name), a username, Social Security 
Number, etc.  Of course things like family names are not very good at uniquely 
identifying a <tt>Subject</tt>, so the best principals to use for 
authentication are unique for an application - typically a username or email 
address.
-<br clear="none" class="atl-forced-newline">
-<br clear="none" class="atl-forced-newline">
+            <!-- Work around for table styling until, all pages are updated. 
-->
+<style>
 
+    table, th, td {
+        border: 1px solid black;
+        border-collapse: collapse;
+        border-color: #ccc;
+    }
+    th {
+        background-color: #f0f0f0
+    }
+    th, td {
+        padding: 8px;
+    }
+</style>
+<a name="Authentication-ApacheShiroAuthentication"></a>
+<h1><a href="#apache-shiro-authentication" 
name="apache-shiro-authentication">Apache Shiro Authentication</a></h1>
+<ul>
+  <li>
+    <p><a 
href="#Authentication-Authenticating%7B%7BSubjects%7D%7D">Authenticating 
<code>Subjects</code></a></p>
+    <ul>
+      <li><a 
href="#Authentication-Step1%3ACollecttheSubject%27sprincipalsandcredentials">Step
 1: Collect the Subject&rsquo;s principals and credentials</a></li>
+      <li><a 
href="#Authentication-Step2%3ASubmittheprincipalsandcredentials">Step 2: Submit 
the principals and credentials</a></li>
+      <li><a href="#Authentication-Step3%3AHandlingSuccessorFailure">Step 3: 
Handling Success or Failure</a></li>
+    </ul>
+  </li>
+  <li>
+    <p><a href="#Authentication-Rememberedvs.Authenticated">Remembered vs. 
Authenticated</a></p>
+    <ul>
+      <li><a href="#Authentication-Whythedistinction%3F">Why the 
distinction?</a></li>
+      <li><a href="#Authentication-Anillustratingexample">An illustrating 
example</a></li>
+    </ul>
+  </li>
+  <li>
+  <p><a href="#Authentication-LoggingOut">Logging Out</a></p></li>
+  <li><a href="#Authentication-AuthenticationSequence">Authentication 
Sequence</a>
+    <ul>
+      <li><a 
href="#Authentication-%7B%7BAuthenticator%7D%7D"><code>Authenticator</code></a></li>
+      <li><a 
href="#Authentication-%7B%7BAuthenticationStrategy%7D%7D"><code>AuthenticationStrategy</code></a></li>
+      <li><a href="#Authentication-RealmAuthenticationOrder">Realm 
Authentication Order</a>
+        <ul>
+          <li><a href="#Authentication-ImplicitOrdering">Implicit 
Ordering</a></li>
+          <li><a href="#Authentication-ExplicitOrdering">Explicit 
Ordering</a></li>
+        </ul>
+      </li>
+    </ul>
+  </li>
+  <li>
+  <p><a href="#Authentication-RealmAuthentication">Realm 
Authentication</a></p></li>
+  <li><a href="#Authentication-Lendahandwithdocumentation">Lend a hand with 
documentation</a></li>
+</ul>
+<img style="margin:0px auto;display:block" 
src="assets/images/ShiroFeatures_Authentication.png"/>
+<p>Authentication is the process of identity verification - that is, proving a 
user actually is who they say they are. For a user to prove their identity, 
they need to provide some identifying information as well as some sort of proof 
of that identity that your system understands and trusts.</p>
+<p>This is done by submitting a user&rsquo;s <em>principals</em> and 
<em>credentials</em> to Shiro to see if they match what is expected by the 
application.</p>
+<ul>
+  <li><strong>Principals</strong> are a Subject&rsquo;s &lsquo;identifying 
attributes&rsquo;. Principals can be anything that identifies a Subject, such 
as a first name (given name), last name (surname or family name), a username, 
Social Security Number, etc. Of course things like family names are not very 
good at uniquely identifying a <code>Subject</code>, so the best principals to 
use for authentication are unique for an application - typically a username or 
email address.</li>
+</ul>
 <div class="panelMacro">
     <table class="infoMacro">
         <colgroup span="1">
@@ -110,90 +152,65 @@
             <td colspan="1" rowspan="1">
                 <b>Primary Principal</b>
                 <br clear="none">
-                While Shiro can represent any number of principals, Shiro 
expects an application to have exactly one 'Primary' principal - a single value 
that uniquely identifies the <tt>Subject</tt> within the application. This is 
typically a username, email address or globally unique user id in most 
applications.
+                While Shiro can represent any number of principals, Shiro 
expects an application to have exactly one 'Primary' principal - a single value 
that uniquely identifies the `Subject` within the application. This is 
typically a username, email address or globally unique user id in most 
applications.
             </td>
         </tr>
         </tbody>
     </table>
 </div>
-
-</li><li><b>Credentials</b> are usually secret values known only by the 
<tt>Subject</tt> which are used as supporting evidence that they in fact 'own' 
the claimed identity.  Some common examples of credentials are passwords, 
biometric data such as fingerprints and retina scans, and X.509 
certificates.</li></ul>
-
-
-<p>The most common example of a principal/credential pairing is that of a 
username and password.  The username is the claimed identity, and the password 
is the proof matching the claimed identity.  If a submitted password matches 
what is expected by the application, the application can largely assume that 
the user really is who they say they are because no-one else should know the 
same password.</p>
-
-<h2><a 
name="Authentication-Authenticating%7B%7BSubjects%7D%7D"></a>Authenticating 
<tt>Subjects</tt></h2>
-
-<p>The process of authenticating a <tt>Subject</tt> can effectively broken 
down into three distinct steps:</p>
-
-<ol><li>Collect the Subject's submitted principals and 
credentials</li><li>Submit the principals and credentials for 
authentication.</li><li>If the submission is successful, allow access, 
otherwise retry authentication or block access.</li></ol>
-
-
-<p>The following code demonstrates how Shiro's API reflects these steps:</p>
-
-<h3><a 
name="Authentication-Step1%3ACollecttheSubject%27sprincipalsandcredentials"></a>Step
 1: Collect the Subject's principals and credentials</h3>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
-<pre class="code-java">
-<span class="code-comment">//Example using most common scenario of 
username/password pair:
-</span>UsernamePasswordToken token = <span class="code-keyword">new</span> 
UsernamePasswordToken(username, password);
-
-<span class="code-comment">//&#8221;Remember Me&#8221; built-in:
-</span>token.setRememberMe(<span class="code-keyword">true</span>);
-</pre>
-</div></div>
-
-<p>In this particular case, we&#8217;re using the <a class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/UsernamePasswordToken.html">UsernamePasswordToken</a>,
 supporting the most common username/password authentication approach.  This is 
an implementation of Shiro's <a class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/AuthenticationToken.html">org.apache.shiro.authc.AuthenticationToken</a>
 interface, which is the base interface used by Shiro's authentication system 
to represent submitted principals and credentials.  </p>
-
-<p>It is important to note here that Shiro does not care how you acquire this 
information: perhaps the data was acquired by a user submitting an HTML form, 
or maybe it was retrieved from an HTTP header, or perhaps it was read from a 
Swing or Flex GUI password form, or maybe via command line arguments.  The 
process of collecting information from an application end-user is completely 
decoupled from Shiro's <tt>AuthenticationToken</tt> concept.</p>
-
-<p>You may construct and represent <tt>AuthenticationToken</tt> instances 
however you like - it is protocol agnostic.</p>
-
-<p>This example also shows that we have indicated that we wish Shiro to 
perform 'Remember Me' services for the authentication attempt.  This ensures 
that Shiro remembers the user identity if they return to the application at a 
later date.  We will cover Remember Me services in a later chapter.</p>
-
-<h3><a 
name="Authentication-Step2%3ASubmittheprincipalsandcredentials"></a>Step 2: 
Submit the principals and credentials</h3>
-
-<p>After the principals and credentials have been collected and represented as 
an <tt>AuthenticationToken</tt> instance, we need to submit the token to Shiro 
to perform the actual authentication attempt:</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
-<pre class="code-java">
-Subject currentUser = SecurityUtils.getSubject();
+<ul>
+  <li><strong>Credentials</strong> are usually secret values known only by the 
<code>Subject</code> which are used as supporting evidence that they in fact 
&lsquo;own&rsquo; the claimed identity. Some common examples of credentials are 
passwords, biometric data such as fingerprints and retina scans, and X.509 
certificates.</li>
+</ul>
+<p>The most common example of a principal/credential pairing is that of a 
username and password. The username is the claimed identity, and the password 
is the proof matching the claimed identity. If a submitted password matches 
what is expected by the application, the application can largely assume that 
the user really is who they say they are because no-one else should know the 
same password.</p>
+<a name="Authentication-Authenticating%7B%7BSubjects%7D%7D"></a>
+<h2>Authenticating <code>Subject</code>s</h2>
+<p>The process of authenticating a <code>Subject</code> can effectively broken 
down into three distinct steps:</p>
+<ol>
+  <li>Collect the Subject&rsquo;s submitted principals and credentials</li>
+  <li>Submit the principals and credentials for authentication.</li>
+  <li>If the submission is successful, allow access, otherwise retry 
authentication or block access.</li>
+</ol>
+<p>The following code demonstrates how Shiro&rsquo;s API reflects these 
steps:</p>
+<a 
name="Authentication-Step1%3ACollecttheSubject%27sprincipalsandcredentials"></a>
+<h3>Step 1: Collect the Subject&rsquo;s principals and credentials</h3>
+<pre><code class="java">//Example using most common scenario of 
username/password pair:
+UsernamePasswordToken token = new UsernamePasswordToken(username, password);
+
+//&quot;Remember Me&quot; built-in: 
+token.setRememberMe(true);
+</code></pre>
+<p>In this particular case, we’re using the <a 
href="static/current/apidocs/org/apache/shiro/authc/UsernamePasswordToken.html">UsernamePasswordToken</a>,
 supporting the most common username/password authentication approach. This is 
an implementation of Shiro&rsquo;s <a 
href="static/current/apidocs/org/apache/shiro/authc/AuthenticationToken.html">org.apache.shiro.authc.AuthenticationToken</a>
 interface, which is the base interface used by Shiro&rsquo;s authentication 
system to represent submitted principals and credentials.</p>
+<p>It is important to note here that Shiro does not care how you acquire this 
information: perhaps the data was acquired by a user submitting an HTML form, 
or maybe it was retrieved from an HTTP header, or perhaps it was read from a 
Swing or Flex GUI password form, or maybe via command line arguments. The 
process of collecting information from an application end-user is completely 
decoupled from Shiro&rsquo;s <code>AuthenticationToken</code> concept.</p>
+<p>You may construct and represent <code>AuthenticationToken</code> instances 
however you like - it is protocol agnostic.</p>
+<p>This example also shows that we have indicated that we wish Shiro to 
perform &lsquo;Remember Me&rsquo; services for the authentication attempt. This 
ensures that Shiro remembers the user identity if they return to the 
application at a later date. We will cover Remember Me services in a later 
chapter.</p>
+<a name="Authentication-Step2%3ASubmittheprincipalsandcredentials"></a>
+<h3>Step 2: Submit the principals and credentials</h3>
+<p>After the principals and credentials have been collected and represented as 
an <code>AuthenticationToken</code> instance, we need to submit the token to 
Shiro to perform the actual authentication attempt:</p>
+<pre><code class="java">Subject currentUser = SecurityUtils.getSubject();
 
 currentUser.login(token);
-</pre>
-</div></div>
-
-<p>After acquiring the currently-executing <tt>Subject</tt>, we make a single 
<tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/subject/Subject.html#login(org.apache.shiro.authc.AuthenticationToken)">login</a></tt>
 call, passing in the <tt>AuthenticationToken</tt> instance we created 
earlier.</p>
-
-<p>An invocation to the <tt>login</tt> method effectively represents an 
authentication attempt.</p>
-
-<h3><a name="Authentication-Step3%3AHandlingSuccessorFailure"></a>Step 3: 
Handling Success or Failure</h3>
-
-<p>If the <tt>login</tt> method returns quietly, that's it - we're done!  The 
<tt>Subject</tt> has been authenticated.  The application thread can continue 
uninterrupted and all further calls to <tt>SecurityUtils.getSubject()</tt> will 
return the authenticated <tt>Subject</tt> instance, and any calls to 
<tt>subject.</tt><tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/subject/Subject.html#isAuthenticated()">isAuthenticated()</a></tt>
 will return <tt>true</tt>.</p>
-
-<p>But what happens if the login attempt failed?  For example, what if the 
end-user supplied an incorrect password, or accessed the system too many times 
and maybe their account is locked?</p>
-
-<p>Shiro has a rich runtime <tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/authz/AuthorizationException.html">AuthenticationException</a></tt>
 hierarchy that can indicate exactly why the attempt failed.  You can wrap 
<tt>login</tt> in a <tt>try/catch</tt> block and catch any exception you wish 
and react to them accordingly.  For example:</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
-<pre class="code-java">
-<span class="code-keyword">try</span> {
+</code></pre>
+<p>After acquiring the currently-executing <code>Subject</code>, we make a 
single <a 
href="static/current/apidocs/org/apache/shiro/subject/Subject.html#login-org.apache.shiro.authc.AuthenticationToken-"><code>login</code></a>
 call, passing in the <code>AuthenticationToken</code> instance we created 
earlier.</p>
+<p>An invocation to the <code>login</code> method effectively represents an 
authentication attempt.</p>
+<a name="Authentication-Step3%3AHandlingSuccessorFailure"></a>
+<h3>Step 3: Handling Success or Failure</h3>
+<p>If the <code>login</code> method returns quietly, that&rsquo;s it - 
we&rsquo;re done! The <code>Subject</code> has been authenticated. The 
application thread can continue uninterrupted and all further calls to 
<code>SecurityUtils.getSubject()</code> will return the authenticated 
<code>Subject</code> instance, and any calls to <code>subject.</code> <a 
href="static/current/apidocs/org/apache/shiro/subject/Subject.html#isAuthenticated--"><code>isAuthenticated()</code></a>
 will return <code>true</code>.</p>
+<p>But what happens if the login attempt failed? For example, what if the 
end-user supplied an incorrect password, or accessed the system too many times 
and maybe their account is locked?</p>
+<p>Shiro has a rich runtime <a 
href="static/current/apidocs/org/apache/shiro/authz/AuthorizationException.html"><code>AuthenticationException</code></a>
 hierarchy that can indicate exactly why the attempt failed. You can wrap 
<code>login</code> in a <code>try/catch</code> block and catch any exception 
you wish and react to them accordingly. For example:</p>
+<pre><code class="java">try {
     currentUser.login(token);
-} <span class="code-keyword">catch</span> ( UnknownAccountException uae ) { ...
-} <span class="code-keyword">catch</span> ( IncorrectCredentialsException ice 
) { ...
-} <span class="code-keyword">catch</span> ( LockedAccountException lae ) { ...
-} <span class="code-keyword">catch</span> ( ExcessiveAttemptsException eae ) { 
...
-} ... <span class="code-keyword">catch</span> your own ...
-} <span class="code-keyword">catch</span> ( AuthenticationException ae ) {
-    <span class="code-comment">//unexpected error?
-</span>}
-
-<span class="code-comment">//No problems, <span 
class="code-keyword">continue</span> on as expected...</span>
-</pre>
-</div></div>
-
-<p>If one of the existing exception classes do not meet your needs, custom 
<tt>AuthenticationExceptions</tt> can be created to represent specific failure 
scenarios.</p>
-
+} catch ( UnknownAccountException uae ) { ...
+} catch ( IncorrectCredentialsException ice ) { ...
+} catch ( LockedAccountException lae ) { ...
+} catch ( ExcessiveAttemptsException eae ) { ...
+} ... catch your own ...
+} catch ( AuthenticationException ae ) {
+    //unexpected error?
+}
+
+//No problems, continue on as expected...
+</code></pre>
+<p>If one of the existing exception classes do not meet your needs, custom 
<code>AuthenticationExceptions</code> can be created to represent specific 
failure scenarios.</p>
 <div class="panelMacro">
     <table class="tipMacro">
         <colgroup span="1">
@@ -213,16 +230,15 @@ currentUser.login(token);
         </tbody>
     </table>
 </div>
-
-<h2><a name="Authentication-Rememberedvs.Authenticated"></a>Remembered vs. 
Authenticated</h2>
-
-<p>As shown in the example above, Shiro supports the notion of "remember me" 
in addition to the normal login process.  It is worth pointing out at this time 
that Shiro makes a very precise distinction between a <em>remembered</em> 
Subject and an actual <em>authenticated</em> Subject:  </p>
-
-<ul><li><b>Remembered</b>: A remembered <tt>Subject</tt> is not anonymous and 
has a known identity (i.e. <tt>subject.</tt><tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/subject/Subject.html#getPrincipals()">getPrincipals()</a></tt>
 is non-empty).  But this identity is remembered from a previous authentication 
during a <b>previous</b> session.  A subject is considered remembered if 
<tt>subject.</tt><tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/subject/Subject.html#isRemembered()">isRemembered()</a></tt>
 returns <tt>true</tt>.
-<br clear="none" class="atl-forced-newline">
-<br clear="none" class="atl-forced-newline"></li><li><b>Authenticated</b>: An 
authenticated <tt>Subject</tt> is one that has been successfully authenticated 
(i.e. the <tt>login</tt> method was invoked without throwing an exception) 
<em>during the Subject's current session</em>.  A subject is considered 
authenticated if <tt>subject.</tt><tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/subject/Subject.html#isAuthenticated()">isAuthenticated()</a></tt>
 returns <tt>true</tt>.</li></ul>
-
-
+<a name="Authentication-Rememberedvs.Authenticated"></a>
+<h2>Remembered vs. Authenticated</h2>
+<p>As shown in the example above, Shiro supports the notion of &ldquo;remember 
me&rdquo; in addition to the normal login process. It is worth pointing out at 
this time that Shiro makes a very precise distinction between a 
<em>remembered</em> Subject and an actual <em>authenticated</em> Subject:</p>
+<ul>
+  <li>
+  <p><strong>Remembered</strong>: A remembered <code>Subject</code> is not 
anonymous and has a known identity (i.e. <code>subject.</code><a 
href="static/current/apidocs/org/apache/shiro/subject/Subject.html#getPrincipals--"><code>getPrincipals()</code></a>
 is non-empty). But this identity is remembered from a previous authentication 
during a <strong>previous</strong> session. A subject is considered remembered 
if <code>subject.</code><a 
href="static/current/apidocs/org/apache/shiro/subject/Subject.html#isRemembered--"><code>isRemembered()</code></a>
 returns <code>true</code>.</p></li>
+  <li>
+  <p><strong>Authenticated</strong>: An authenticated <code>Subject</code> is 
one that has been successfully authenticated (i.e. the <code>login</code> 
method was invoked without throwing an exception) <em>during the 
Subject&rsquo;s current session</em>. A subject is considered authenticated if 
<code>subject.</code><a 
href="static/current/apidocs/org/apache/shiro/subject/Subject.html#isAuthenticated--"><code>isAuthenticated()</code></a>
 returns <code>true</code>.</p></li>
+</ul>
 <div class="panelMacro">
     <table class="noteMacro">
         <colgroup span="1">
@@ -238,51 +254,33 @@ currentUser.login(token);
             <td colspan="1" rowspan="1">
                 <b>Mutually Exclusive</b>
                 <br clear="none">
-                Remembered and authenticated states are mutually exclusive - a 
<tt>true</tt> value for one indicates a <tt>false</tt> value for the other and 
vice versa.
+                Remembered and authenticated states are mutually exclusive - a 
<code>true</code> value for one indicates a <code>false</code> value for the 
other and vice versa.
             </td>
         </tr>
         </tbody>
     </table>
 </div>
-
-<h3><a name="Authentication-Whythedistinction%3F"></a>Why the distinction?</h3>
-
-<p>The word 'authentication' has a very strong connotation of <em>proof</em>.  
That is, there is an expected <em>guarantee</em> that the <tt>Subject</tt> has 
proven they are who they say they are.  </p>
-
+<a name="Authentication-Whythedistinction%3F"></a>
+<h3><a href="#why-the-distinction-" name="why-the-distinction-">Why the 
distinction?</a></h3>
+<p>The word &lsquo;authentication&rsquo; has a very strong connotation of 
<em>proof</em>. That is, there is an expected <em>guarantee</em> that the 
<code>Subject</code> has proven they are who they say they are.</p>
 <p>When a user is only remembered from a previous interaction with the 
application, the state of proof no longer exists: the remembered identity gives 
the system an idea who that user probably is, but in reality, has no way of 
absolutely <em>guaranteeing</em> if the remembered Subject represents the 
expected user. Once the subject is authenticated, they are no longer considered 
only remembered because their identity would have been verified during the 
current session.</p>
-
 <p>So although many parts of the application can still perform user-specific 
logic based on the remembered principals, such as customized views, it should 
typically never perform highly-sensitive operations until the user has 
legitimately verified their identity by executing a successful authentication 
attempt.</p>
-
-<p>For example, a check to see if a <tt>Subject</tt> can access financial 
information should almost always depend on <tt>isAuthenticated()</tt>, not 
<tt>isRemembered()</tt>, to guarantee an expected and verified identity.</p>
-
-<h3><a name="Authentication-Anillustratingexample"></a>An illustrating 
example</h3>
-
+<p>For example, a check to see if a <code>Subject</code> can access financial 
information should almost always depend on <code>isAuthenticated()</code>, not 
<code>isRemembered()</code>, to guarantee an expected and verified identity.</p>
+<a name="Authentication-Anillustratingexample"></a>
+<h3><a href="#an-illustrating-example" name="an-illustrating-example">An 
illustrating example</a></h3>
 <p>The following is a fairly common scenario that helps illustrate why the the 
distinction between remembered and authenticated is important.</p>
-
-<p>Let's say you're using <a class="external-link" 
href="https://www.amazon.com"; rel="nofollow">Amazon.com</a>. You've logged-in 
successfully and have added a few books to your shopping cart.  But you have to 
run off to a meeting, but forget to log out.  By the time the meeting is over, 
it's time to go home and you leave the office.</p>
-
-<p>The next day when you come in to work, you realize you didn't complete your 
purchase, so you go back to amazon.com.  This time, Amazon 'remembers' who you 
are, greets you by name, and still gives you some personalized book 
recommendations.  To Amazon, <tt>subject.isRemembered()</tt> would return 
<tt>true</tt>.</p>
-
-<p>But, what happens if you try to access your account to update your credit 
card information to make your book purchase?  While Amazon 'remembers' you 
(<tt>isRemembered()</tt> == <tt>true</tt>), it cannot guarantee that you are in 
fact you (for example, maybe a co-worker is using your computer).</p>
-
-<p>So before you can perform a sensitive action like updating credit card 
information, Amazon will force you to login so they can guarantee your 
identity.  After you login, your identity has been verified and to Amazon, 
<tt>isAuthenticated()</tt> would now be <tt>true</tt>.</p>
-
-<p>This scenario happens so frequently for many types of applications, so the 
functionality is built in to Shiro so you can leverage it for your own 
application.  Now, whether you use <tt>isRemembered()</tt> or 
<tt>isAuthenticated()</tt> to customize your views and workflows is up to you, 
but Shiro will maintain this fundamental state in case you need it.</p>
-
-<h2><a name="Authentication-LoggingOut"></a>Logging Out</h2>
-
-<p>The opposite of authenticating is releasing all known identifying state.  
When the <tt>Subject</tt> is done interacting with the application, you can 
call <tt>subject.</tt><tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/subject/Subject.html#logout()">logout()</a></tt>
 to relinquish all identifying information:</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
-<pre class="code-java">
-currentUser.logout(); <span class="code-comment">//removes all identifying 
information and invalidates their session too.</span>
-</pre>
-</div></div>
-
-<p>When you call <tt>logout</tt>, any existing <tt>Session</tt> will be 
invalidated and any identity will be disassociated (e.g. in a web app, the 
RememberMe cookie will also be deleted).</p>
-
-<p>After a <tt>Subject</tt> logs-out, the <tt>Subject</tt> instance is 
considered anonymous again and, except for web applications, can be re-used for 
<tt>login</tt> again if desired.</p>
-
+<p>Let&rsquo;s say you&rsquo;re using <a 
href="https://www.amazon.com";>Amazon.com</a>. You&rsquo;ve logged-in 
successfully and have added a few books to your shopping cart. But you have to 
run off to a meeting, but forget to log out. By the time the meeting is over, 
it&rsquo;s time to go home and you leave the office.</p>
+<p>The next day when you come in to work, you realize you didn&rsquo;t 
complete your purchase, so you go back to amazon.com. This time, Amazon 
&lsquo;remembers&rsquo; who you are, greets you by name, and still gives you 
some personalized book recommendations. To Amazon, 
<code>subject.isRemembered()</code> would return <code>true</code>.</p>
+<p>But, what happens if you try to access your account to update your credit 
card information to make your book purchase? While Amazon 
&lsquo;remembers&rsquo; you (<code>isRemembered()</code> == <code>true</code>), 
it cannot guarantee that you are in fact you (for example, maybe a co-worker is 
using your computer).</p>
+<p>So before you can perform a sensitive action like updating credit card 
information, Amazon will force you to login so they can guarantee your 
identity. After you login, your identity has been verified and to Amazon, 
<code>isAuthenticated()</code> would now be <code>true</code>.</p>
+<p>This scenario happens so frequently for many types of applications, so the 
functionality is built in to Shiro so you can leverage it for your own 
application. Now, whether you use <code>isRemembered()</code> or 
<code>isAuthenticated()</code> to customize your views and workflows is up to 
you, but Shiro will maintain this fundamental state in case you need it.</p>
+<a name="Authentication-LoggingOut"></a>
+<h2><a href="#logging-out" name="logging-out">Logging Out</a></h2>
+<p>The opposite of authenticating is releasing all known identifying state. 
When the <code>Subject</code> is done interacting with the application, you can 
call <code>subject.</code><a 
href="static/current/apidocs/org/apache/shiro/subject/Subject.html#logout--"><code>logout()</code></a>
 to relinquish all identifying information:</p>
+<pre><code class="java">currentUser.logout(); //removes all identifying 
information and invalidates their session too.
+</code></pre>
+<p>When you call <code>logout</code>, any existing <code>Session</code> will 
be invalidated and any identity will be disassociated (e.g. in a web app, the 
RememberMe cookie will also be deleted).</p>
+<p>After a <code>Subject</code> logs-out, the <code>Subject</code> instance is 
considered anonymous again and, except for web applications, can be re-used for 
<code>login</code> again if desired.</p>
 <div class="panelMacro">
     <table class="warningMacro">
         <colgroup span="1">
@@ -298,35 +296,22 @@ currentUser.logout(); <span class="code-
             <td colspan="1" rowspan="1">
                 <b>Web Application Notice</b>
                 <br clear="none">
-                Because remembered identity in web applications is often 
persisted with cookies, and cookies can only be deleted before a Response body 
is committed, it is highly recommended to redirect the end-user to a new view 
or page immediately after calling <tt>subject.logout()</tt>.  This guarantees 
that any security-related cookies are deleted as expected. This is a limitation 
of how HTTP cookies function and not a limitation of Shiro.
+                Because remembered identity in web applications is often 
persisted with cookies, and cookies can only be deleted before a Response body 
is committed, it is highly recommended to redirect the end-user to a new view 
or page immediately after calling <code>subject.logout()</code>.  This 
guarantees that any security-related cookies are deleted as expected. This is a 
limitation of how HTTP cookies function and not a limitation of Shiro.
             </td>
         </tr>
         </tbody>
     </table>
 </div>
-<p><a name="Authentication-sequence"></a></p>
-<h2><a name="Authentication-AuthenticationSequence"></a>Authentication 
Sequence</h2>
-
-<p>Until now, we've only looked at how to authenticate a <tt>Subject</tt> from 
within application code.  Now we'll cover what happens inside Shiro when an 
authentication attempt occurs.</p>
-
-<p>We've taken our previous architecture diagram from the <a 
href="architecture.html" title="Architecture">Architecture</a> chapter, and 
left only the components relevant to authentication highlighted.  Each number 
represents a step during an authentication attempt:
-<br clear="none" class="atl-forced-newline">
-<br clear="none" class="atl-forced-newline"></p>
-
-<p><span class="image-wrap" style="display: block; text-align: center"><img 
src="assets/images/ShiroAuthenticationSequence.png" style="border: 0px solid 
black"></span></p>
-
-<p><br clear="none" class="atl-forced-newline">
-<br clear="none" class="atl-forced-newline">
-<b>Step 1</b>: Application code invokes the <tt>Subject.login</tt> method, 
passing in the constructed <tt>AuthenticationToken</tt> instance representing 
the end-user's principals and credentials.
-<br clear="none" class="atl-forced-newline">
-<br clear="none" class="atl-forced-newline">
-<b>Step 2</b>: The <tt>Subject</tt> instance, typically a <tt><a 
class="external-link" 
href="static/current/apidocs/org/apache/shiro/subject/support/DelegatingSubject.html">DelegatingSubject</a></tt>
 (or a subclass) delegates to the application's <tt>SecurityManager</tt> by 
calling <tt>securityManager.login(token)</tt>, where the actual authentication 
work begins.
-<br clear="none" class="atl-forced-newline">
-<br clear="none" class="atl-forced-newline">
-<b>Step 3</b>: The <tt>SecurityManager</tt>, being a basic 'umbrella' 
component, receives the token and simply delegates to its internal <tt><a 
class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/Authenticator.html">Authenticator</a></tt>
 instance by calling <tt>authenticator.</tt><tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/Authenticator.html#authenticate(org.apache.shiro.authc.AuthenticationToken)">authenticate(token)</a></tt>.
  This is almost always a <tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/pam/ModularRealmAuthenticator.html">ModularRealmAuthenticator</a></tt>
 instance, which supports coordinating one or more <tt>Realm</tt> instances 
during authentication.  The <tt>ModularRealmAuthenticator</tt> essentially 
provides a <a class="external-link" 
href="https://en.wikipedia.org/wiki/Pluggable_Authentication_Modules"; 
rel="nofollow">PAM</a>-style paradigm for Apache Shiro (where each <tt>R
 ealm</tt> is a 'module' in PAM terminology).
-<br clear="none" class="atl-forced-newline">
-<br clear="none" class="atl-forced-newline">
-<b>Step 4</b>: If more than one <tt>Realm</tt> is configured for the 
application, the <tt>ModularRealmAuthenticator</tt> instance will initiate a 
multi-<tt>Realm</tt> authentication attempt utilizing its configured <tt><a 
class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/pam/AuthenticationStrategy.html">AuthenticationStrategy</a></tt>.
  Before, during and after the <tt>Realms</tt> are invoked for authentication, 
the <tt>AuthenticationStrategy</tt> will be called to allow it to react to each 
Realm's results.  We will cover <tt>AuthenticationStrategies</tt> soon.</p>
+<a name="Authentication-sequence"></a>
+<a name="Authentication-AuthenticationSequence"></a>
+<h2><a href="#authentication-sequence" 
name="authentication-sequence">Authentication Sequence</a></h2>
+<p>Until now, we&rsquo;ve only looked at how to authenticate a 
<code>Subject</code> from within application code. Now we&rsquo;ll cover what 
happens inside Shiro when an authentication attempt occurs.</p>
+<p>We&rsquo;ve taken our previous architecture diagram from the <a 
href="architecture.html" title="Architecture">Architecture</a> chapter, and 
left only the components relevant to authentication highlighted. Each number 
represents a step during an authentication attempt:</p>
+<img style="margin:0px auto;display:block" 
src="assets/images/ShiroAuthenticationSequence.png"/>
+<p><strong>Step 1</strong>: Application code invokes the 
<code>Subject.login</code> method, passing in the constructed 
<code>AuthenticationToken</code> instance representing the end-user&rsquo;s 
principals and credentials.</p>
+<p><strong>Step 2</strong>: The <code>Subject</code> instance, typically a <a 
href="static/current/apidocs/org/apache/shiro/subject/support/DelegatingSubject.html"><code>DelegatingSubject</code></a>
 (or a subclass) delegates to the application&rsquo;s 
<code>SecurityManager</code> by calling 
<code>securityManager.login(token)</code>, where the actual authentication work 
begins.</p>
+<p><strong>Step 3</strong>: The <code>SecurityManager</code>, being a basic 
&lsquo;umbrella&rsquo; component, receives the token and simply delegates to 
its internal <a 
href="static/current/apidocs/org/apache/shiro/authc/Authenticator.html"><code>Authenticator</code></a><code>instance
 by calling</code>authenticator.<a 
href="static/current/apidocs/org/apache/shiro/authc/Authenticator.html#authenticate-org.apache.shiro.authc.AuthenticationToken-"><code>authenticate(token)</code></a>.
 This is almost always a <a 
href="static/current/apidocs/org/apache/shiro/authc/pam/ModularRealmAuthenticator.html"><code>ModularRealmAuthenticator</code></a>
 instance, which supports coordinating one or more <code>Realm</code> instances 
during authentication. The <code>ModularRealmAuthenticator</code> essentially 
provides a <a 
href="https://en.wikipedia.org/wiki/Pluggable_Authentication_Modules";>PAM</a>-style
 paradigm for Apache Shiro (where each <code>Realm</code> is a 
&lsquo;module&rsquo; in PAM termino
 logy).</p>
+<p><strong>Step 4</strong>: If more than one <code>Realm</code> is configured 
for the application, the <code>ModularRealmAuthenticator</code> instance will 
initiate a multi-<code>Realm</code> authentication attempt utilizing its 
configured <a 
href="static/current/apidocs/org/apache/shiro/authc/pam/AuthenticationStrategy.html"><code>AuthenticationStrategy</code></a>.
 Before, during and after the <code>Realms</code> are invoked for 
authentication, the <code>AuthenticationStrategy</code> will be called to allow 
it to react to each Realm&rsquo;s results. We will cover 
<code>AuthenticationStrategies</code> soon.</p>
 <div class="panelMacro">
     <table class="noteMacro">
         <colgroup span="1">
@@ -342,46 +327,36 @@ currentUser.logout(); <span class="code-
             <td colspan="1" rowspan="1">
                 <b>Single-Realm Application</b>
                 <br clear="none">
-                If only a single Realm is configured, it is called directly - 
there is no need for an <tt>AuthenticationStrategy</tt> in a single-Realm 
application.
+                If only a single Realm is configured, it is called directly - 
there is no need for an <code>AuthenticationStrategy</code> in a single-Realm 
application.
             </td>
         </tr>
         </tbody>
     </table>
 </div>
-<p><b>Step 5</b>: Each configured <tt>Realm</tt> is consulted to see if it 
<tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/realm/Realm.html#supports(org.apache.shiro.authc.AuthenticationToken)">supports</a></tt>
 the submitted <tt>AuthenticationToken</tt>.  If so, the supporting Realm's 
<tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/realm/Realm.html#getAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken)">getAuthenticationInfo</a></tt>
 method will be invoked with the submitted <tt>token</tt>.  The 
<tt>getAuthenticationInfo</tt> method effectively represents a single 
authentication attempt for that particular <tt>Realm</tt>.  We will cover the 
<tt>Realm</tt> authentication behavior shortly.</p>
-
-<h3><a 
name="Authentication-%7B%7BAuthenticator%7D%7D"></a><tt>Authenticator</tt></h3>
-
-<p>As mentioned earlier, the Shiro <tt>SecurityManager</tt> implementations 
default to using a <tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/pam/ModularRealmAuthenticator.html">ModularRealmAuthenticator</a></tt>
 instance.  The <tt>ModularRealmAuthenticator</tt> equally supports 
applications with single Realm as well as those with multiple realms.</p>
-
-<p>In a single-realm application, the <tt>ModularRealmAuthenticator</tt> will 
invoke the single <tt>Realm</tt> directly.  If two or more Realms are 
configured, it will use an <tt>AuthenticationStrategy</tt> instance to 
coordinate how the attempt occurs.  We'll cover AuthenticationStrategies 
below.</p>
-
-<p>If you wish to configure the <tt>SecurityManager</tt> with a custom 
<tt>Authenticator</tt> implementation, you can do so in <tt>shiro.ini</tt> for 
example:</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
-<pre class="code-java">
-[main]
+<p><strong>Step 5</strong>: Each configured <code>Realm</code> is consulted to 
see if it <a 
href="static/current/apidocs/org/apache/shiro/realm/Realm.html#supports-org.apache.shiro.authc.AuthenticationToken-"><code>supports</code></a>
 the submitted <code>AuthenticationToken</code>. If so, the supporting 
Realm&rsquo;s <a 
href="static/current/apidocs/org/apache/shiro/realm/Realm.html#getAuthenticationInfo-org.apache.shiro.authc.AuthenticationToken-"><code>getAuthenticationInfo</code></a>
 method will be invoked with the submitted <code>token</code>. The 
<code>getAuthenticationInfo</code> method effectively represents a single 
authentication attempt for that particular <code>Realm</code>. We will cover 
the <code>Realm</code> authentication behavior shortly.</p>
+<h3><a href="#authenticator" name="authenticator">Authenticator</a></h3>
+<p>As mentioned earlier, the Shiro <code>SecurityManager</code> 
implementations default to using a <a 
href="static/current/apidocs/org/apache/shiro/authc/pam/ModularRealmAuthenticator.html"><code>ModularRealmAuthenticator</code></a>
 instance. The <code>ModularRealmAuthenticator</code> equally supports 
applications with single Realm as well as those with multiple realms.</p>
+<p>In a single-realm application, the <code>ModularRealmAuthenticator</code> 
will invoke the single <code>Realm</code> directly. If two or more Realms are 
configured, it will use an <code>AuthenticationStrategy</code> instance to 
coordinate how the attempt occurs. We&rsquo;ll cover AuthenticationStrategies 
below.</p>
+<p>If you wish to configure the <code>SecurityManager</code> with a custom 
<code>Authenticator</code> implementation, you can do so in 
<code>shiro.ini</code> for example:</p>
+<pre><code class="ini">[main]
 ...
 authenticator = com.foo.bar.CustomAuthenticator
 
 securityManager.authenticator = $authenticator
-</pre>
-</div></div>
-
-<p>Although in practice, the <tt>ModularRealmAuthenticator</tt> is probably 
suitable for most needs.</p>
-
-<h3><a 
name="Authentication-%7B%7BAuthenticationStrategy%7D%7D"></a><tt>AuthenticationStrategy</tt></h3>
-
-<p>When two or more realms are configured for an application, the 
<tt>ModularRealmAuthenticator</tt> relies on an internal <tt><a 
class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/pam/AuthenticationStrategy.html">AuthenticationStrategy</a></tt>
 component to determine the conditions for which an authentication attempt 
succeeds or fails.</p>
-
-<p>For example, if only one Realm authenticates an 
<tt>AuthenticationToken</tt> successfully, but all others fail, is the 
authentication attempt considered successful?  Or must all Realms authenticate 
successfully for the overall attempt to be considered successful?  Or, if a 
Realm authenticates successfully, is it necessary to consult other Realms 
further?  An <tt>AuthenticationStrategy</tt> makes the appropriate decision 
based on an application's needs.</p>
-
+</code></pre>
+<p>Although in practice, the <code>ModularRealmAuthenticator</code> is 
probably suitable for most needs.</p>
+<a name="Authentication-%7B%7BAuthenticationStrategy%7D%7D"></a>
+<h3><a href="#authenticationstrategy" 
name="authenticationstrategy">AuthenticationStrategy</a></h3>
+<p>When two or more realms are configured for an application, the 
<code>ModularRealmAuthenticator</code> relies on an internal <a 
href="static/current/apidocs/org/apache/shiro/authc/pam/AuthenticationStrategy.html"><code>AuthenticationStrategy</code></a>
 component to determine the conditions for which an authentication attempt 
succeeds or fails.</p>
+<p>For example, if only one Realm authenticates an 
<code>AuthenticationToken</code> successfully, but all others fail, is the 
authentication attempt considered successful? Or must all Realms authenticate 
successfully for the overall attempt to be considered successful? Or, if a 
Realm authenticates successfully, is it necessary to consult other Realms 
further? An <code>AuthenticationStrategy</code> makes the appropriate decision 
based on an application&rsquo;s needs.</p>
 <p>An AuthenticationStrategy is a stateless component that is consulted 4 
times during an authentication attempt (any necessary state required for these 
4 interactions will be given as method arguments):</p>
-<ol><li>before any of the Realms are invoked</li><li>immediately before an 
individual Realm's <tt>getAuthenticationInfo</tt> method is 
called</li><li>immediately after an an individual Realm's 
<tt>getAuthenticationInfo</tt> method is called</li><li>after all of the Realms 
have been invoked</li></ol>
-
-
-<p>Also an <tt>AuthenticationStrategy</tt> is responsible for aggregating the 
results from each successful Realm and 'bundling' them into a single <tt><a 
class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/AuthenticationInfo.html">AuthenticationInfo</a></tt>
 representation.  This final aggregate <tt>AuthenticatinoInfo</tt> instance is 
what is returned by the <tt>Authenticator</tt> instance and is what Shiro uses 
to represent the <tt>Subject</tt>'s final identity (aka Principals).</p>
-
+<ol>
+  <li>before any of the Realms are invoked</li>
+  <li>immediately before an individual Realm&rsquo;s 
<code>getAuthenticationInfo</code> method is called</li>
+  <li>immediately after an an individual Realm&rsquo;s 
<code>getAuthenticationInfo</code> method is called</li>
+  <li>after all of the Realms have been invoked</li>
+</ol>
+<p>Also an <code>AuthenticationStrategy</code> is responsible for aggregating 
the results from each successful Realm and &lsquo;bundling&rsquo; them into a 
single <a 
href="static/current/apidocs/org/apache/shiro/authc/AuthenticationInfo.html"><code>AuthenticationInfo</code></a>
 representation. This final aggregate <code>AuthenticatinoInfo</code> instance 
is what is returned by the <code>Authenticator</code> instance and is what 
Shiro uses to represent the <code>Subject</code>&rsquo;s final identity (aka 
Principals).</p>
 <div class="panelMacro">
     <table class="infoMacro">
         <colgroup span="1">
@@ -399,34 +374,44 @@ securityManager.authenticator = $authent
             <td colspan="1" rowspan="1">
                 <b>Subject Identity 'View'</b>
                 <br clear="none">
-                If you use more than one Realm in your application to acquire 
account data from multiple data sources, the <tt>AuthenticationStrategy</tt> is 
ultimately responsible for the final 'merged' view of the Subject's identity 
that is seen by the application.
+                If you use more than one Realm in your application to acquire 
account data from multiple data sources, the 
<code>AuthenticationStrategy</code> is ultimately responsible for the final 
'merged' view of the Subject's identity that is seen by the application.
             </td>
         </tr>
         </tbody>
     </table>
 </div>
-
-<p>Shiro has 3 concrete <tt>AuthenticationStrategy</tt> implementations:</p>
-
-<div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><tt>AuthenticationStrategy</tt> class </th><th colspan="1" 
rowspan="1" class="confluenceTh"> Description</th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/pam/AtLeastOneSuccessfulStrategy.html">AtLeastOneSuccessfulStrategy</a></tt>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> If one (or more) Realms 
authenticate successfully, the overall attempt is considered successful. If 
none authenticate succesfully, the attempt fails. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/pam/FirstSuccessfulStrategy.html">FirstSuccessfulStrategy</a></tt>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> Only the information 
returned from the first successfully authenticated Realm will be used.  All 
further Rea
 lms will be ignored. If none authenticate successfully, the attempt 
fails.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt><a 
class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/pam/AllSuccessfulStrategy.html">AllSuccessfulStrategy</a></tt>
 </td><td colspan="1" rowspan="1" class="confluenceTd"> All configured Realms 
must authenticate successfully for the overall attempt to be considered 
successful.  If any one does not authenticate successfully, the attempt fails. 
</td></tr></tbody></table>
-</div>
-
-
-<p>The <tt>ModularRealmAuthenticator</tt> defaults to the 
<b><tt>AtLeastOneSuccessfulStrategy</tt></b> implementation, as this is the 
most commonly desired strategy.  However, you could configure a different 
strategy if you wanted:</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeHeader 
panelHeader" style="border-bottom-width: 1px;"><b>shiro.ini</b></div><div 
class="codeContent panelContent">
-<pre class="code-java">
-[main]
+<p>Shiro has 3 concrete <code>AuthenticationStrategy</code> 
implementations:</p>
+<table>
+  <thead>
+    <tr>
+      <th><code>AuthenticationStrategy</code> class </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td><a 
href="static/current/apidocs/org/apache/shiro/authc/pam/AtLeastOneSuccessfulStrategy.html"><code>AtLeastOneSuccessfulStrategy</code></a>
 </td>
+      <td>If one (or more) Realms authenticate successfully, the overall 
attempt is considered successful. If none authenticate succesfully, the attempt 
fails. </td>
+    </tr>
+    <tr>
+      <td><a 
href="static/current/apidocs/org/apache/shiro/authc/pam/FirstSuccessfulStrategy.html"><code>FirstSuccessfulStrategy</code></a>
 </td>
+      <td>Only the information returned from the first successfully 
authenticated Realm will be used. All further Realms will be ignored. If none 
authenticate successfully, the attempt fails. </td>
+    </tr>
+    <tr>
+      <td><a 
href="static/current/apidocs/org/apache/shiro/authc/pam/AllSuccessfulStrategy.html"><code>AllSuccessfulStrategy</code></a>
 </td>
+      <td>All configured Realms must authenticate successfully for the overall 
attempt to be considered successful. If any one does not authenticate 
successfully, the attempt fails. </td>
+    </tr>
+  </tbody>
+</table>
+<p>The <code>ModularRealmAuthenticator</code> defaults to the 
<strong><code>AtLeastOneSuccessfulStrategy</code></strong> implementation, as 
this is the most commonly desired strategy. However, you could configure a 
different strategy if you wanted:</p>
+<pre><code class="ini">[main]
 ...
 authcStrategy = org.apache.shiro.authc.pam.FirstSuccessfulStrategy
 
 securityManager.authenticator.authenticationStrategy = $authcStrategy
 
 ...
-</pre>
-</div></div>
-
+</code></pre>
 <div class="panelMacro">
     <table class="tipMacro">
         <colgroup span="1">
@@ -440,55 +425,34 @@ securityManager.authenticator.authentica
             <td colspan="1" rowspan="1">
                 <b>Custom AuthenticationStrategy</b>
                 <br clear="none">
-                If you wanted to create your own 
<tt>AuthenticationStrategy</tt> implementation yourself, you could use the 
<tt><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html">org.apache.shiro.authc.pam.AbstractAuthenticationStrategy</a></tt>
 as a starting point.  The <tt>AbstractAuthenticationStrategy</tt> class 
automatically implements the 'bundling'/aggregation behavior of merging the 
results from each Realm into a single <tt>AuthenticationInfo</tt> instance.
+                If you wanted to create your own 
<code>AuthenticationStrategy</code> implementation yourself, you could use the 
<a class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/pam/AbstractAuthenticationStrategy.html"><code>org.apache.shiro.authc.pam.AbstractAuthenticationStrategy</code></a>
 as a starting point.  The <code>AbstractAuthenticationStrategy</code> class 
automatically implements the 'bundling'/aggregation behavior of merging the 
results from each Realm into a single <code>AuthenticationInfo</code> instance.
             </td>
         </tr>
         </tbody>
     </table>
 </div>
-
-<h3><a name="Authentication-RealmAuthenticationOrder"></a>Realm Authentication 
Order</h3>
-
-<p>It is very important to point out that the 
<tt>ModularRealmAuthenticator</tt> will interact with Realm instances in 
<em>iteration</em> order.</p>
-
-<p>The <tt>ModularRealmAuthenticator</tt> has access to the <tt>Realm</tt> 
instances configured on the <tt>SecurityManager</tt>.  When performing an 
authentication attempt, it will iterate over that collection, and for each 
<tt>Realm</tt> that supports the submitted <tt>AuthenticationToken</tt>, invoke 
the Realm's <tt>getAuthenticationInfo</tt> method.</p>
-
-<h4><a name="Authentication-ImplicitOrdering"></a>Implicit Ordering</h4>
-
-<p>When using Shiro's INI configuration format, you should configure Realms 
<em>in the order you want them to process an <tt>AuthenticationToken</tt></em>. 
 For example, in <tt>shiro.ini</tt>, Realms will be consulted in the order in 
which they are defined in the INI file.  That is, for the following 
<tt>shiro.ini</tt> example:</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
-<pre class="code-java">
-
-blahRealm = com.company.blah.Realm
+<a name="Authentication-RealmAuthenticationOrder"></a>
+<h3><a href="#realm-authentication-order" 
name="realm-authentication-order">Realm Authentication Order</a></h3>
+<p>It is very important to point out that the 
<code>ModularRealmAuthenticator</code> will interact with Realm instances in 
<em>iteration</em> order.</p>
+<p>The <code>ModularRealmAuthenticator</code> has access to the 
<code>Realm</code> instances configured on the <code>SecurityManager</code>. 
When performing an authentication attempt, it will iterate over that 
collection, and for each <code>Realm</code> that supports the submitted 
<code>AuthenticationToken</code>, invoke the Realm&rsquo;s 
<code>getAuthenticationInfo</code> method.</p>
+<a name="Authentication-ImplicitOrdering"></a>
+<h4><a href="#implicit-ordering" name="implicit-ordering">Implicit 
Ordering</a></h4>
+<p>When using Shiro&rsquo;s INI configuration format, you should configure 
Realms <em>in the order you want them to process an 
<code>AuthenticationToken</code></em>. For example, in <code>shiro.ini</code>, 
Realms will be consulted in the order in which they are defined in the INI 
file. That is, for the following <code>shiro.ini</code> example:</p>
+<pre><code class="ini">blahRealm = com.company.blah.Realm
 ...
 fooRealm = com.company.foo.Realm
 ...
 barRealm = com.company.another.Realm
-
-</pre>
-</div></div>
-
-<p>The <tt>SecurityManager</tt> will be configured with those three realms, 
and during an authentication attempt, <tt>blahRealm</tt>, <tt>fooRealm</tt>, 
and <tt>barRealm</tt> will be invoked <em>in that order</em>.</p>
-
+</code></pre>
+<p>The <code>SecurityManager</code> will be configured with those three 
realms, and during an authentication attempt, <code>blahRealm</code>, 
<code>fooRealm</code>, and <code>barRealm</code> will be invoked <em>in that 
order</em>.</p>
 <p>This has basically the same effect as if the following line were 
defined:</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
-<pre class="code-java">
-securityManager.realms = $blahRealm, $fooRealm, $barRealm
-</pre>
-</div></div>
-
-<p>Using this approach, you don't need to set the <tt>securityManager's</tt> 
<tt>realms</tt> property - every realm defined will automatically be added to 
the <tt>realms</tt> property.</p>
-
-<h4><a name="Authentication-ExplicitOrdering"></a>Explicit Ordering</h4>
-
-<p>If you want to explicitly define the order in which the realms will be 
interacted with, regardless of how they are defined, you can set the 
securityManager's <tt>realms</tt> property as an explicit collection property.  
For example, if using the definition above, but you wanted the 
<tt>blahRealm</tt> to be consulted last instead of first:</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
-<pre class="code-java">
-
-blahRealm = com.company.blah.Realm
+<pre><code class="java">securityManager.realms = $blahRealm, $fooRealm, 
$barRealm
+</code></pre>
+<p>Using this approach, you don&rsquo;t need to set the 
<code>securityManager&#39;s</code> <code>realms</code> property - every realm 
defined will automatically be added to the <code>realms</code> property.</p>
+<a name="Authentication-ExplicitOrdering"></a>
+<h4><a href="#explicit-ordering" name="explicit-ordering">Explicit 
Ordering</a></h4>
+<p>If you want to explicitly define the order in which the realms will be 
interacted with, regardless of how they are defined, you can set the 
securityManager&rsquo;s <code>realms</code> property as an explicit collection 
property. For example, if using the definition above, but you wanted the 
<code>blahRealm</code> to be consulted last instead of first:</p>
+<pre><code class="ini">blahRealm = com.company.blah.Realm
 ...
 fooRealm = com.company.foo.Realm
 ...
@@ -496,9 +460,7 @@ barRealm = com.company.another.Realm
 
 securityManager.realms = $fooRealm, $barRealm, $blahRealm
 ...
-</pre>
-</div></div>
-
+</code></pre>
 <div class="panelMacro">
     <table class="noteMacro">
         <colgroup span="1">
@@ -514,22 +476,19 @@ securityManager.realms = $fooRealm, $bar
             <td colspan="1" rowspan="1">
                 <b>Explicit Realm Inclusion</b>
                 <br clear="none">
-                When you explicitly configure the 
<tt>securityManager.realms</tt> property, <em>only</em> the referenced realms 
will be configured on the <tt>SecurityManager</tt>.  This means you could 
define 5 realms in INI, but only actually use 3 if 3 are referenced for the 
<tt>realms</tt> property.  This is different than implicit realm ordering where 
all available realms will be used.
+                When you explicitly configure the 
<code>securityManager.realms</code> property, <em>only</em> the referenced 
realms will be configured on the <code>SecurityManager</code>.  This means you 
could define 5 realms in INI, but only actually use 3 if 3 are referenced for 
the <code>realms</code> property.  This is different than implicit realm 
ordering where all available realms will be used.
             </td>
         </tr>
         </tbody>
     </table>
 </div>
-
-<h2><a name="Authentication-RealmAuthentication"></a>Realm Authentication</h2>
-
-<p>This chapter covers Shiro's master workflow explaining how an 
authentication attempt occurs.  The internal workflow of what happens in a 
single realm as it is consulted during authentication (i.e. 'Step 5' above) is 
covered in the <a href="realm.html" title="Realm">Realm</a> chapter's <a 
href="realm.html#Realm-authentication">Realm Authentication</a> section.</p>
-
-<h2><a name="Authentication-Lendahandwithdocumentation"></a>Lend a hand with 
documentation </h2>
-
-<p>While we hope this documentation helps you with the work you're doing with 
Apache Shiro, the community is improving and expanding the documentation all 
the time.  If you'd like to help the Shiro project, please consider corrected, 
expanding, or adding documentation where you see a need. Every little bit of 
help you provide expands the community and in turn improves Shiro. </p>
-
-<p>The easiest way to contribute your documentation is to send it to the <a 
class="external-link" href="http://shiro-user.582556.n2.nabble.com/"; 
rel="nofollow">User Forum</a> or the <a href="mailing-lists.html" 
title="Mailing Lists">User Mailing List</a>.</p>
+<a name="Authentication-RealmAuthentication"></a>
+<h2><a href="#realm-authentication" name="realm-authentication">Realm 
Authentication</a></h2>
+<p>This chapter covers Shiro&rsquo;s master workflow explaining how an 
authentication attempt occurs. The internal workflow of what happens in a 
single realm as it is consulted during authentication (i.e. &lsquo;Step 
5&rsquo; above) is covered in the <a href="realm.html" title="Realm">Realm</a> 
chapter&rsquo;s <a href="realm.html#Realm-authentication">Realm 
Authentication</a> section.</p>
+<a name="Authentication-Lendahandwithdocumentation"></a>
+<h2><a href="#lend-a-hand-with-documentation" 
name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
+<p>While we hope this documentation helps you with the work you&rsquo;re doing 
with Apache Shiro, the community is improving and expanding the documentation 
all the time. If you&rsquo;d like to help the Shiro project, please consider 
corrected, expanding, or adding documentation where you see a need. Every 
little bit of help you provide expands the community and in turn improves 
Shiro.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a 
href="http://shiro-user.582556.n2.nabble.com/";>User Forum</a> or the <a 
href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
 
         </div>
 


Reply via email to