Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fixes: apache#9
  • Loading branch information
adamkulcsar authored and bdemers committed Jan 24, 2017
1 parent 748b73a commit 0587e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentication.md.vtl
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ An AuthenticationStrategy is a stateless component that is consulted 4 times dur
3. immediately after an an individual Realm's `getAuthenticationInfo` method is called
4. after all of the Realms have been invoked

Also an `AuthenticationStrategy` is responsible for aggregating the results from each successful Realm and 'bundling' them into a single [`AuthenticationInfo`](static/current/apidocs/org/apache/shiro/authc/AuthenticationInfo.html) representation. This final aggregate `AuthenticatinoInfo` instance is what is returned by the `Authenticator` instance and is what Shiro uses to represent the `Subject`'s final identity (aka Principals).
Also an `AuthenticationStrategy` is responsible for aggregating the results from each successful Realm and 'bundling' them into a single [`AuthenticationInfo`](static/current/apidocs/org/apache/shiro/authc/AuthenticationInfo.html) representation. This final aggregate `AuthenticationInfo` instance is what is returned by the `Authenticator` instance and is what Shiro uses to represent the `Subject`'s final identity (aka Principals).

#info("Subject Identity 'View'", "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.")

Expand Down

0 comments on commit 0587e98

Please sign in to comment.