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 2016/10/19 14:24:25 UTC

[35/67] [partial] shiro-site git commit: removed static javadoc/xref from repo, this exists in the published site only

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authc/SimpleAccount.html
----------------------------------------------------------------------
diff --git a/static/1.2.1/apidocs/org/apache/shiro/authc/SimpleAccount.html b/static/1.2.1/apidocs/org/apache/shiro/authc/SimpleAccount.html
deleted file mode 100644
index 4d59f1e..0000000
--- a/static/1.2.1/apidocs/org/apache/shiro/authc/SimpleAccount.html
+++ /dev/null
@@ -1,974 +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:23 PDT 2013 -->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SimpleAccount (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="SimpleAccount (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="navBarCell1Rev">Class</li>
-<li><a href="class-use/SimpleAccount.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/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc"><span class="strong">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?org/apache/shiro/authc/SimpleAccount.html" target="_top">Frames</a></li>
-<li><a href="SimpleAccount.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>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
-</ul>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">org.apache.shiro.authc</div>
-<h2 title="Class SimpleAccount" class="title">Class SimpleAccount</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
-<li>
-<ul class="inheritance">
-<li>org.apache.shiro.authc.SimpleAccount</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<dl>
-<dt>All Implemented Interfaces:</dt>
-<dd><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>, <a href="../../../../org/apache/shiro/authc/Account.html" title="interface in org.apache.shiro.authc">Account</a>, <a href="../../../../org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc">AuthenticationInfo</a>, <a href="../../../../org/apache/shiro/authc/MergableAuthenticationInfo.html" title="interface in org.apache.shiro.authc">MergableAuthenticationInfo</a>, <a href="../../../../org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc">SaltedAuthenticationInfo</a>, <a href="../../../../org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz">AuthorizationInfo</a></dd>
-</dl>
-<hr>
-<br>
-<pre>public class <a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.39">SimpleAccount</a>
-extends <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
-implements <a href="../../../../org/apache/shiro/authc/Account.html" title="interface in org.apache.shiro.authc">Account</a>, <a href="../../../../org/apache/shiro/authc/MergableAuthenticationInfo.html" title="interface in org.apache.shiro.authc">MergableAuthenticationInfo</a>, <a href="../../../../org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc">SaltedAuthenticationInfo</a>, <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></pre>
-<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>
-<dl><dt><span class="strong">Since:</span></dt>
-  <dd>0.1</dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.shiro.authc.SimpleAccount">Serialized Form</a></dd></dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor_summary">
-<!--   -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#SimpleAccount()">SimpleAccount</a></strong>()</code>
-<div class="block">Default no-argument constructor.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(java.util.Collection, java.lang.Object, java.lang.String)">SimpleAccount</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;principals,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;realmName)</code>
-<div class="block">Constructs a SimpleAccount instance for the specified realm with the given principals and credentials.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(java.util.Collection, java.lang.Object, java.lang.String, java.util.Set, java.util.Set)">SimpleAccount</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;principals,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;realmName,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;roleNames,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&gt;&nbsp;permissions)</code>
-<div class="block">Constructs a SimpleAccount instance for the specified realm with the given principals and credentials, with the
- the assigned roles and permissions.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(java.lang.Object, java.lang.Object, org.apache.shiro.util.ByteSource, java.lang.String)">SimpleAccount</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;principal,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;hashedCredentials,
-                          <a href="../../../../org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util">ByteSource</a>&nbsp;credentialsSalt,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;realmName)</code>
-<div class="block">Constructs a SimpleAccount instance for the specified realm with the given principals, hashedCredentials and
- credentials salt used when hashing the credentials.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(java.lang.Object, java.lang.Object, java.lang.String)">SimpleAccount</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;principal,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;realmName)</code>
-<div class="block">Constructs a SimpleAccount instance for the specified realm with the given principals and credentials.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(java.lang.Object, java.lang.Object, java.lang.String, java.util.Set, java.util.Set)">SimpleAccount</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;principal,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;realmName,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;roleNames,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&gt;&nbsp;permissions)</code>
-<div class="block">Constructs a SimpleAccount instance for the specified realm with the given principal and credentials, with the
- the assigned roles and permissions.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(org.apache.shiro.subject.PrincipalCollection, java.lang.Object)">SimpleAccount</a></strong>(<a href="../../../../org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials)</code>
-<div class="block">Constructs a SimpleAccount instance for the specified principals and credentials.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(org.apache.shiro.subject.PrincipalCollection, java.lang.Object, org.apache.shiro.util.ByteSource)">SimpleAccount</a></strong>(<a href="../../../../org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;hashedCredentials,
-                          <a href="../../../../org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util">ByteSource</a>&nbsp;credentialsSalt)</code>
-<div class="block">Constructs a SimpleAccount instance for the specified principals and credentials.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(org.apache.shiro.subject.PrincipalCollection, java.lang.Object, java.util.Set)">SimpleAccount</a></strong>(<a href="../../../../org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;roles)</code>
-<div class="block">Constructs a SimpleAccount instance for the specified principals and credentials, with the assigned roles.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#SimpleAccount(org.apache.shiro.subject.PrincipalCollection, java.lang.Object, java.util.Set, java.util.Set)">SimpleAccount</a></strong>(<a href="../../../../org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;roleNames,
-                          <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&gt;&nbsp;permissions)</code>
-<div class="block">Constructs a SimpleAccount instance from the given principals and credentials, with the
- the assigned roles and permissions.</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method_summary">
-<!--   -->
-</a>
-<h3>Method Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#addObjectPermission(org.apache.shiro.authz.Permission)">addObjectPermission</a></strong>(<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&nbsp;permission)</code>
-<div class="block">Assigns an object-based permission directly to this Account (not any of its realms).</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#addObjectPermissions(java.util.Collection)">addObjectPermissions</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&gt;&nbsp;permissions)</code>
-<div class="block">Assigns one or more object-based permissions directly to this Account (not any of its realms).</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#addRole(java.util.Collection)">addRole</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;roles)</code>
-<div class="block">Adds one or more roles to this Account's set of assigned roles.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#addRole(java.lang.String)">addRole</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;role)</code>
-<div class="block">Adds a role to this Account's set of assigned roles.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#addStringPermission(java.lang.String)">addStringPermission</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;permission)</code>
-<div class="block">Assigns a String-based permission directly to this Account (not to any of its realms).</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#addStringPermissions(java.util.Collection)">addStringPermissions</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;permissions)</code>
-<div class="block">Assigns one or more string-based permissions directly to this Account (not to any of its realms).</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</code>
-<div class="block">Returns <code>true</code> if the specified object is also a <a href="../../../../org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc"><code>SimpleAccount</code></a> and its
- <a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><code>principals</code></a> are equal to this object's <code>principals</code>, <code>false</code> otherwise.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getCredentials()">getCredentials</a></strong>()</code>
-<div class="block">Simply returns <code>this.authcInfo.getCredentials</code>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util">ByteSource</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getCredentialsSalt()">getCredentialsSalt</a></strong>()</code>
-<div class="block">Returns the salt used to hash this Account's credentials (eg for password hashing), or <code>null</code> if no salt
- was used or credentials were not hashed at all.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getObjectPermissions()">getObjectPermissions</a></strong>()</code>
-<div class="block">Returns all object-based permissions assigned directly to this Account (not any of its realms).</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getPrincipals()">getPrincipals</a></strong>()</code>
-<div class="block">Returns the principals, aka the identifying attributes (username, user id, first name, last name, etc) of this
- Account.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getRoles()">getRoles</a></strong>()</code>
-<div class="block">Returns <code>this.authzInfo.getRoles();</code></div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getStringPermissions()">getStringPermissions</a></strong>()</code>
-<div class="block">Returns all String-based permissions assigned to this Account.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#hashCode()">hashCode</a></strong>()</code>
-<div class="block">If the <a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><code>principals</code></a> are not null, returns <code>principals.hashCode()</code>, otherwise
- returns 0 (zero).</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#isCredentialsExpired()">isCredentialsExpired</a></strong>()</code>
-<div class="block">Returns whether or not the Account's credentials are expired.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#isLocked()">isLocked</a></strong>()</code>
-<div class="block">Returns <code>true</code> if this Account is locked and thus cannot be used to login, <code>false</code> otherwise.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#merge(org.apache.shiro.authc.AuthenticationInfo)">merge</a></strong>(<a href="../../../../org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc">AuthenticationInfo</a>&nbsp;info)</code>
-<div class="block">Merges the specified <code>AuthenticationInfo</code> into this <code>Account</code>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#setCredentials(java.lang.Object)">setCredentials</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials)</code>
-<div class="block">Sets this Account's credentials that verify one or more of the Account's
- <a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><code>principals</code></a>, such as a password or private key.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#setCredentialsExpired(boolean)">setCredentialsExpired</a></strong>(boolean&nbsp;credentialsExpired)</code>
-<div class="block">Sets whether or not the Account's credentials are expired.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#setCredentialsSalt(org.apache.shiro.util.ByteSource)">setCredentialsSalt</a></strong>(<a href="../../../../org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util">ByteSource</a>&nbsp;salt)</code>
-<div class="block">Sets the salt to use to hash this Account's credentials (eg for password hashing), or <code>null</code> if no salt
- is used or credentials are not hashed at all.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#setLocked(boolean)">setLocked</a></strong>(boolean&nbsp;locked)</code>
-<div class="block">Sets whether or not the account is locked and can be used to login.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#setObjectPermissions(java.util.Set)">setObjectPermissions</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&gt;&nbsp;permissions)</code>
-<div class="block">Sets all object-based permissions assigned directly to this Account (not any of its realms).</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#setPrincipals(org.apache.shiro.subject.PrincipalCollection)">setPrincipals</a></strong>(<a href="../../../../org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals)</code>
-<div class="block">Sets the principals, aka the identifying attributes (username, user id, first name, last name, etc) of this
- Account.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#setRoles(java.util.Set)">setRoles</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;roles)</code>
-<div class="block">Sets the Account's assigned roles.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#setStringPermissions(java.util.Set)">setStringPermissions</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;permissions)</code>
-<div class="block">Sets the String-based permissions assigned to this Account.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/shiro/authc/SimpleAccount.html#toString()">toString</a></strong>()</code>
-<div class="block">Returns <a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><code>principals</code></a>.toString() if they are not null, otherwise prints out the string
- &quot;empty&quot;</div>
-</td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
-<!--   -->
-</a>
-<h3>Methods inherited from class&nbsp;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">Object</a></h3>
-<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long
 )" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor_detail">
-<!--   -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="SimpleAccount()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SimpleAccount</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.73">SimpleAccount</a>()</pre>
-<div class="block">Default no-argument constructor.</div>
-</li>
-</ul>
-<a name="SimpleAccount(java.lang.Object, java.lang.Object, java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SimpleAccount</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.83">SimpleAccount</a>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;principal,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;realmName)</pre>
-<div class="block">Constructs a SimpleAccount instance for the specified realm with the given principals and credentials.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>principal</code> - the 'primary' identifying attribute of the account, for example, a user id or username.</dd><dd><code>credentials</code> - the credentials that verify identity for the account</dd><dd><code>realmName</code> - the name of the realm that accesses this account data</dd></dl>
-</li>
-</ul>
-<a name="SimpleAccount(java.lang.Object, java.lang.Object, org.apache.shiro.util.ByteSource, java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SimpleAccount</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.98">SimpleAccount</a>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;principal,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;hashedCredentials,
-             <a href="../../../../org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util">ByteSource</a>&nbsp;credentialsSalt,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;realmName)</pre>
-<div class="block">Constructs a SimpleAccount instance for the specified realm with the given principals, hashedCredentials and
- credentials salt used when hashing the credentials.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>principal</code> - the 'primary' identifying attribute of the account, for example, a user id or username.</dd><dd><code>hashedCredentials</code> - the credentials that verify identity for the account</dd><dd><code>credentialsSalt</code> - the salt used when hashing the credentials</dd><dd><code>realmName</code> - the name of the realm that accesses this account data</dd><dt><span class="strong">Since:</span></dt>
-  <dd>1.1</dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><code>HashedCredentialsMatcher</code></a></dd></dl>
-</li>
-</ul>
-<a name="SimpleAccount(java.util.Collection, java.lang.Object, java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SimpleAccount</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.111">SimpleAccount</a>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;principals,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;realmName)</pre>
-<div class="block">Constructs a SimpleAccount instance for the specified realm with the given principals and credentials.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>principals</code> - the identifying attributes of the account, at least one of which should be considered the
-                    account's 'primary' identifying attribute, for example, a user id or username.</dd><dd><code>credentials</code> - the credentials that verify identity for the account</dd><dd><code>realmName</code> - the name of the realm that accesses this account data</dd></dl>
-</li>
-</ul>
-<a name="SimpleAccount(org.apache.shiro.subject.PrincipalCollection, java.lang.Object)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SimpleAccount</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.122">SimpleAccount</a>(<a href="../../../../org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials)</pre>
-<div class="block">Constructs a SimpleAccount instance for the specified principals and credentials.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>principals</code> - the identifying attributes of the account, at least one of which should be considered the
-                    account's 'primary' identifying attribute, for example, a user id or username.</dd><dd><code>credentials</code> - the credentials that verify identity for the account</dd></dl>
-</li>
-</ul>
-<a name="SimpleAccount(org.apache.shiro.subject.PrincipalCollection, java.lang.Object, org.apache.shiro.util.ByteSource)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SimpleAccount</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.137">SimpleAccount</a>(<a href="../../../../org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;hashedCredentials,
-             <a href="../../../../org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util">ByteSource</a>&nbsp;credentialsSalt)</pre>
-<div class="block">Constructs a SimpleAccount instance for the specified principals and credentials.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>principals</code> - the identifying attributes of the account, at least one of which should be considered the
-                          account's 'primary' identifying attribute, for example, a user id or username.</dd><dd><code>hashedCredentials</code> - the hashed credentials that verify identity for the account</dd><dd><code>credentialsSalt</code> - the salt used when hashing the credentials</dd><dt><span class="strong">Since:</span></dt>
-  <dd>1.1</dd>
-<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/shiro/authc/credential/HashedCredentialsMatcher.html" title="class in org.apache.shiro.authc.credential"><code>HashedCredentialsMatcher</code></a></dd></dl>
-</li>
-</ul>
-<a name="SimpleAccount(org.apache.shiro.subject.PrincipalCollection, java.lang.Object, java.util.Set)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SimpleAccount</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.150">SimpleAccount</a>(<a href="../../../../org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials,
-             <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;roles)</pre>
-<div class="block">Constructs a SimpleAccount instance for the specified principals and credentials, with the assigned roles.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>principals</code> - the identifying attributes of the account, at least one of which should be considered the
-                    account's 'primary' identifying attribute, for example, a user id or username.</dd><dd><code>credentials</code> - the credentials that verify identity for the account</dd><dd><code>roles</code> - the names of the roles assigned to this account.</dd></dl>
-</li>
-</ul>
-<a name="SimpleAccount(java.lang.Object, java.lang.Object, java.lang.String, java.util.Set, java.util.Set)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SimpleAccount</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.165">SimpleAccount</a>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;principal,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;realmName,
-             <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;roleNames,
-             <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&gt;&nbsp;permissions)</pre>
-<div class="block">Constructs a SimpleAccount instance for the specified realm with the given principal and credentials, with the
- the assigned roles and permissions.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>principal</code> - the 'primary' identifying attributes of the account, for example, a user id or username.</dd><dd><code>credentials</code> - the credentials that verify identity for the account</dd><dd><code>realmName</code> - the name of the realm that accesses this account data</dd><dd><code>roleNames</code> - the names of the roles assigned to this account.</dd><dd><code>permissions</code> - the permissions assigned to this account directly (not those assigned to any of the realms).</dd></dl>
-</li>
-</ul>
-<a name="SimpleAccount(java.util.Collection, java.lang.Object, java.lang.String, java.util.Set, java.util.Set)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SimpleAccount</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.182">SimpleAccount</a>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;principals,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;realmName,
-             <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;roleNames,
-             <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&gt;&nbsp;permissions)</pre>
-<div class="block">Constructs a SimpleAccount instance for the specified realm with the given principals and credentials, with the
- the assigned roles and permissions.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>principals</code> - the identifying attributes of the account, at least one of which should be considered the
-                    account's 'primary' identifying attribute, for example, a user id or username.</dd><dd><code>credentials</code> - the credentials that verify identity for the account</dd><dd><code>realmName</code> - the name of the realm that accesses this account data</dd><dd><code>roleNames</code> - the names of the roles assigned to this account.</dd><dd><code>permissions</code> - the permissions assigned to this account directly (not those assigned to any of the realms).</dd></dl>
-</li>
-</ul>
-<a name="SimpleAccount(org.apache.shiro.subject.PrincipalCollection, java.lang.Object, java.util.Set, java.util.Set)">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>SimpleAccount</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.198">SimpleAccount</a>(<a href="../../../../org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials,
-             <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;roleNames,
-             <a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&gt;&nbsp;permissions)</pre>
-<div class="block">Constructs a SimpleAccount instance from the given principals and credentials, with the
- the assigned roles and permissions.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>principals</code> - the identifying attributes of the account, at least one of which should be considered the
-                    account's 'primary' identifying attribute, for example, a user id or username.</dd><dd><code>credentials</code> - the credentials that verify identity for the account</dd><dd><code>roleNames</code> - the names of the roles assigned to this account.</dd><dd><code>permissions</code> - the permissions assigned to this account directly (not those assigned to any of the realms).</dd></dl>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method_detail">
-<!--   -->
-</a>
-<h3>Method Detail</h3>
-<a name="getPrincipals()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getPrincipals</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.214">getPrincipals</a>()</pre>
-<div class="block">Returns the principals, aka the identifying attributes (username, user id, first name, last name, etc) of this
- Account.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../org/apache/shiro/authc/AuthenticationInfo.html#getPrincipals()">getPrincipals</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc">AuthenticationInfo</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>all the principals, aka the identifying attributes, of this Account.</dd></dl>
-</li>
-</ul>
-<a name="setPrincipals(org.apache.shiro.subject.PrincipalCollection)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setPrincipals</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.225">setPrincipals</a>(<a href="../../../../org/apache/shiro/subject/PrincipalCollection.html" title="interface in org.apache.shiro.subject">PrincipalCollection</a>&nbsp;principals)</pre>
-<div class="block">Sets the principals, aka the identifying attributes (username, user id, first name, last name, etc) of this
- Account.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>principals</code> - all the principals, aka the identifying attributes, of this Account.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/shiro/authc/AuthenticationInfo.html#getPrincipals()"><code>AuthenticationInfo.getPrincipals()</code></a></dd></dl>
-</li>
-</ul>
-<a name="getCredentials()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getCredentials</h4>
-<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.236">getCredentials</a>()</pre>
-<div class="block">Simply returns <code>this.authcInfo.getCredentials</code>.  The <code>authcInfo</code> attribute is constructed
- via the constructors to wrap the input arguments.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../org/apache/shiro/authc/AuthenticationInfo.html#getCredentials()">getCredentials</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc">AuthenticationInfo</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>this Account's credentials.</dd></dl>
-</li>
-</ul>
-<a name="setCredentials(java.lang.Object)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setCredentials</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.247">setCredentials</a>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;credentials)</pre>
-<div class="block">Sets this Account's credentials that verify one or more of the Account's
- <a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><code>principals</code></a>, such as a password or private key.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>credentials</code> - the credentials associated with this Account that verify one or more of the Account principals.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/shiro/authc/AuthenticationInfo.html#getCredentials()"><code>AuthenticationInfo.getCredentials()</code></a></dd></dl>
-</li>
-</ul>
-<a name="getCredentialsSalt()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getCredentialsSalt</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util">ByteSource</a>&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.259">getCredentialsSalt</a>()</pre>
-<div class="block">Returns the salt used to hash this Account's credentials (eg for password hashing), or <code>null</code> if no salt
- was used or credentials were not hashed at all.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../org/apache/shiro/authc/SaltedAuthenticationInfo.html#getCredentialsSalt()">getCredentialsSalt</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/shiro/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc">SaltedAuthenticationInfo</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>the salt used to hash this Account's credentials (eg for password hashing), or <code>null</code> if no salt
-         was used or credentials were not hashed at all.</dd><dt><span class="strong">Since:</span></dt>
-  <dd>1.1</dd></dl>
-</li>
-</ul>
-<a name="setCredentialsSalt(org.apache.shiro.util.ByteSource)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setCredentialsSalt</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.271">setCredentialsSalt</a>(<a href="../../../../org/apache/shiro/util/ByteSource.html" title="interface in org.apache.shiro.util">ByteSource</a>&nbsp;salt)</pre>
-<div class="block">Sets the salt to use to hash this Account's credentials (eg for password hashing), or <code>null</code> if no salt
- is used or credentials are not hashed at all.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>salt</code> - the salt to use to hash this Account's credentials (eg for password hashing), or <code>null</code> if no
-             salt is used or credentials are not hashed at all.</dd><dt><span class="strong">Since:</span></dt>
-  <dd>1.1</dd></dl>
-</li>
-</ul>
-<a name="getRoles()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getRoles</h4>
-<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.280">getRoles</a>()</pre>
-<div class="block">Returns <code>this.authzInfo.getRoles();</code></div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../org/apache/shiro/authz/AuthorizationInfo.html#getRoles()">getRoles</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz">AuthorizationInfo</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>the Account's assigned roles.</dd></dl>
-</li>
-</ul>
-<a name="setRoles(java.util.Set)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setRoles</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.290">setRoles</a>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;roles)</pre>
-<div class="block">Sets the Account's assigned roles.  Simply calls <code>this.authzInfo.setRoles(roles)</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>roles</code> - the Account's assigned roles.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/shiro/authz/AuthorizationInfo.html#getRoles()"><code>AuthorizationInfo.getRoles()</code></a></dd></dl>
-</li>
-</ul>
-<a name="addRole(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>addRole</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.300">addRole</a>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;role)</pre>
-<div class="block">Adds a role to this Account's set of assigned roles.  Simply delegates to
- <code>this.authzInfo.addRole(role)</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>role</code> - a role to assign to this Account.</dd></dl>
-</li>
-</ul>
-<a name="addRole(java.util.Collection)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>addRole</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.310">addRole</a>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;roles)</pre>
-<div class="block">Adds one or more roles to this Account's set of assigned roles. Simply delegates to
- <code>this.authzInfo.addRoles(roles)</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>roles</code> - one or more roles to assign to this Account.</dd></dl>
-</li>
-</ul>
-<a name="getStringPermissions()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getStringPermissions</h4>
-<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.320">getStringPermissions</a>()</pre>
-<div class="block">Returns all String-based permissions assigned to this Account.  Simply delegates to
- <code>this.authzInfo.getStringPermissions()</code>.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../org/apache/shiro/authz/AuthorizationInfo.html#getStringPermissions()">getStringPermissions</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz">AuthorizationInfo</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>all String-based permissions assigned to this Account.</dd></dl>
-</li>
-</ul>
-<a name="setStringPermissions(java.util.Set)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setStringPermissions</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.331">setStringPermissions</a>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;permissions)</pre>
-<div class="block">Sets the String-based permissions assigned to this Account.  Simply delegates to
- <code>this.authzInfo.setStringPermissions(permissions)</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>permissions</code> - all String-based permissions assigned to this Account.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/shiro/authz/AuthorizationInfo.html#getStringPermissions()"><code>AuthorizationInfo.getStringPermissions()</code></a></dd></dl>
-</li>
-</ul>
-<a name="addStringPermission(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>addStringPermission</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.340">addStringPermission</a>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;permission)</pre>
-<div class="block">Assigns a String-based permission directly to this Account (not to any of its realms).</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>permission</code> - the String-based permission to assign.</dd></dl>
-</li>
-</ul>
-<a name="addStringPermissions(java.util.Collection)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>addStringPermissions</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.349">addStringPermissions</a>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;permissions)</pre>
-<div class="block">Assigns one or more string-based permissions directly to this Account (not to any of its realms).</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>permissions</code> - one or more String-based permissions to assign.</dd></dl>
-</li>
-</ul>
-<a name="getObjectPermissions()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getObjectPermissions</h4>
-<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.358">getObjectPermissions</a>()</pre>
-<div class="block">Returns all object-based permissions assigned directly to this Account (not any of its realms).</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../org/apache/shiro/authz/AuthorizationInfo.html#getObjectPermissions()">getObjectPermissions</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/shiro/authz/AuthorizationInfo.html" title="interface in org.apache.shiro.authz">AuthorizationInfo</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>all object-based permissions assigned directly to this Account (not any of its realms).</dd></dl>
-</li>
-</ul>
-<a name="setObjectPermissions(java.util.Set)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setObjectPermissions</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.367">setObjectPermissions</a>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&gt;&nbsp;permissions)</pre>
-<div class="block">Sets all object-based permissions assigned directly to this Account (not any of its realms).</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>permissions</code> - the object-based permissions to assign directly to this Account.</dd></dl>
-</li>
-</ul>
-<a name="addObjectPermission(org.apache.shiro.authz.Permission)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>addObjectPermission</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.376">addObjectPermission</a>(<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&nbsp;permission)</pre>
-<div class="block">Assigns an object-based permission directly to this Account (not any of its realms).</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>permission</code> - the object-based permission to assign directly to this Account (not any of its realms).</dd></dl>
-</li>
-</ul>
-<a name="addObjectPermissions(java.util.Collection)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>addObjectPermissions</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.385">addObjectPermissions</a>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../org/apache/shiro/authz/Permission.html" title="interface in org.apache.shiro.authz">Permission</a>&gt;&nbsp;permissions)</pre>
-<div class="block">Assigns one or more object-based permissions directly to this Account (not any of its realms).</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>permissions</code> - one or more object-based permissions to assign directly to this Account (not any of its realms).</dd></dl>
-</li>
-</ul>
-<a name="isLocked()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isLocked</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.394">isLocked</a>()</pre>
-<div class="block">Returns <code>true</code> if this Account is locked and thus cannot be used to login, <code>false</code> otherwise.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if this Account is locked and thus cannot be used to login, <code>false</code> otherwise.</dd></dl>
-</li>
-</ul>
-<a name="setLocked(boolean)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setLocked</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.403">setLocked</a>(boolean&nbsp;locked)</pre>
-<div class="block">Sets whether or not the account is locked and can be used to login.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>locked</code> - <code>true</code> if this Account is locked and thus cannot be used to login, <code>false</code> otherwise.</dd></dl>
-</li>
-</ul>
-<a name="isCredentialsExpired()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isCredentialsExpired</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.413">isCredentialsExpired</a>()</pre>
-<div class="block">Returns whether or not the Account's credentials are expired.  This usually indicates that the Subject or an application
- administrator would need to change the credentials before the account could be used.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>whether or not the Account's credentials are expired.</dd></dl>
-</li>
-</ul>
-<a name="setCredentialsExpired(boolean)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setCredentialsExpired</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.424">setCredentialsExpired</a>(boolean&nbsp;credentialsExpired)</pre>
-<div class="block">Sets whether or not the Account's credentials are expired.  A <code>true</code> value indicates that the Subject
- or application administrator would need to change their credentials before the account could be used.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>credentialsExpired</code> - <code>true</code> if this Account's credentials are expired and need to be changed,
-                           <code>false</code> otherwise.</dd></dl>
-</li>
-</ul>
-<a name="merge(org.apache.shiro.authc.AuthenticationInfo)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>merge</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.438">merge</a>(<a href="../../../../org/apache/shiro/authc/AuthenticationInfo.html" title="interface in org.apache.shiro.authc">AuthenticationInfo</a>&nbsp;info)</pre>
-<div class="block">Merges the specified <code>AuthenticationInfo</code> into this <code>Account</code>.
- <p/>
- If the specified argument is also an instance of <a href="../../../../org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc"><code>SimpleAccount</code></a>, the
- <a href="../../../../org/apache/shiro/authc/SimpleAccount.html#isLocked()"><code>isLocked()</code></a> and <a href="../../../../org/apache/shiro/authc/SimpleAccount.html#isCredentialsExpired()"><code>isCredentialsExpired()</code></a> attributes are merged (set on this instance) as well
- (only if their values are <code>true</code>).</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../org/apache/shiro/authc/MergableAuthenticationInfo.html#merge(org.apache.shiro.authc.AuthenticationInfo)">merge</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/shiro/authc/MergableAuthenticationInfo.html" title="interface in org.apache.shiro.authc">MergableAuthenticationInfo</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>info</code> - the <code>AuthenticationInfo</code> to merge into this account.</dd></dl>
-</li>
-</ul>
-<a name="hashCode()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>hashCode</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.460">hashCode</a>()</pre>
-<div class="block">If the <a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><code>principals</code></a> are not null, returns <code>principals.hashCode()</code>, otherwise
- returns 0 (zero).</div>
-<dl>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd><code>principals.hashCode()</code> if they are not null, 0 (zero) otherwise.</dd></dl>
-</li>
-</ul>
-<a name="equals(java.lang.Object)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.472">equals</a>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
-<div class="block">Returns <code>true</code> if the specified object is also a <a href="../../../../org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc"><code>SimpleAccount</code></a> and its
- <a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><code>principals</code></a> are equal to this object's <code>principals</code>, <code>false</code> otherwise.</div>
-<dl>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>o</code> - the object to test for equality.</dd>
-<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the specified object is also a <a href="../../../../org/apache/shiro/authc/SimpleAccount.html" title="class in org.apache.shiro.authc"><code>SimpleAccount</code></a> and its
-         <a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><code>principals</code></a> are equal to this object's <code>principals</code>, <code>false</code> otherwise.</dd></dl>
-</li>
-</ul>
-<a name="toString()">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>toString</h4>
-<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/shiro/authc/SimpleAccount.html#line.490">toString</a>()</pre>
-<div class="block">Returns <a href="../../../../org/apache/shiro/authc/SimpleAccount.html#getPrincipals()"><code>principals</code></a>.toString() if they are not null, otherwise prints out the string
- &quot;empty&quot;</div>
-<dl>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>the String representation of this Account object.</dd></dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= 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="navBarCell1Rev">Class</li>
-<li><a href="class-use/SimpleAccount.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/authc/SaltedAuthenticationInfo.html" title="interface in org.apache.shiro.authc"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/shiro/authc/SimpleAuthenticationInfo.html" title="class in org.apache.shiro.authc"><span class="strong">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?org/apache/shiro/authc/SimpleAccount.html" target="_top">Frames</a></li>
-<li><a href="SimpleAccount.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>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
-</ul>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
-</body>
-</html>