You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2017/01/24 16:01:39 UTC

svn commit: r1780087 - /shiro/site/publish/authentication.html

Author: bdemers
Date: Tue Jan 24 16:01:39 2017
New Revision: 1780087

URL: http://svn.apache.org/viewvc?rev=1780087&view=rev
Log:
closing pr-9

Modified:
    shiro/site/publish/authentication.html

Modified: shiro/site/publish/authentication.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/authentication.html?rev=1780087&r1=1780086&r2=1780087&view=diff
==============================================================================
--- shiro/site/publish/authentication.html (original)
+++ shiro/site/publish/authentication.html Tue Jan 24 16:01:39 2017
@@ -415,7 +415,7 @@ securityManager.authenticator = $authent
   <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>
+<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>AuthenticationInfo</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="alert alert-info">
     <span class="glyphicon glyphicon-info-sign"></span> <strong>Subject Identity 'View'</strong>
     <hr class="message-inner-separator">