You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2016/05/05 23:37:00 UTC

[25/51] [abbrv] [partial] incubator-guacamole-website git commit: Deploy first version of the Apache Guacamole website (reworded and restyled from the old guac-dev.org).

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/af9b9c05/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/Directory.html
----------------------------------------------------------------------
diff --git a/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/Directory.html b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/Directory.html
new file mode 100644
index 0000000..98e994c
--- /dev/null
+++ b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/Directory.html
@@ -0,0 +1,369 @@
+<!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.6.0_27) on Fri Mar 28 21:40:15 PDT 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Directory (guacamole-ext 0.8.1 API)</title>
+<meta name="date" content="2014-03-28">
+<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="Directory (guacamole-ext 0.8.1 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= 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/Directory.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/glyptodon/guacamole/net/auth/Credentials.html" title="class in org.glyptodon.guacamole.net.auth"><span class="strong">PREV CLASS</span></a></li>
+<li><a href="../../../../../org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="strong">NEXT CLASS</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/glyptodon/guacamole/net/auth/Directory.html" target="_top">FRAMES</a></li>
+<li><a href="Directory.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>CONSTR&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>CONSTR&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">
+<p class="subTitle">org.glyptodon.guacamole.net.auth</p>
+<h2 title="Interface Directory" class="title">Interface Directory&lt;IdentifierType,ObjectType&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>IdentifierType</code> - The type of identifier used to identify objects
+                         stored within this Directory.</dd><dd><code>ObjectType</code> - The type of objects stored within this Directory.</dd></dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../../org/glyptodon/guacamole/net/auth/simple/SimpleConnectionDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionDirectory</a>, <a href="../../../../../org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroupDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionGroupDirectory</a>, <a href="../../../../../org/glyptodon/guacamole/net/auth/simple/SimpleUserDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserDirectory</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <strong>Directory&lt;IdentifierType,ObjectType&gt;</strong></pre>
+<div class="block">Provides access to a collection of all objects with associated identifiers,
+ and allows user manipulation and removal. Objects stored within a
+ Directory are not necessarily returned to the use as references to
+ the stored objects, thus updating an object requires calling an update
+ function.</div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Michael Jumper</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== 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/glyptodon/guacamole/net/auth/Directory.html#add(ObjectType)">add</a></strong>(<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">ObjectType</a>&nbsp;object)</code>
+<div class="block">Adds the given object to the overall set.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">ObjectType</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html#get(IdentifierType)">get</a></strong>(<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">IdentifierType</a>&nbsp;identifier)</code>
+<div class="block">Returns the object having the given identifier.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><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/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">IdentifierType</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html#getIdentifiers()">getIdentifiers</a></strong>()</code>
+<div class="block">Returns a Set containing all identifiers for all objects within this
+ Directory.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html#move(IdentifierType, org.glyptodon.guacamole.net.auth.Directory)">move</a></strong>(<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">IdentifierType</a>&nbsp;identifier,
+    <a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth">Directory</a>&lt;<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">IdentifierType</a>,<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">ObjectType</a>&gt;&nbsp;directory)</code>
+<div class="block">Moves the object with the given identifier to the given directory.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html#remove(IdentifierType)">remove</a></strong>(<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">IdentifierType</a>&nbsp;identifier)</code>
+<div class="block">Removes the object with the given identifier from the overall set.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html#update(ObjectType)">update</a></strong>(<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">ObjectType</a>&nbsp;object)</code>
+<div class="block">Updates the stored object with the data contained in the given object.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="get(java.lang.Object)">
+<!--   -->
+</a><a name="get(IdentifierType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>get</h4>
+<pre><a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">ObjectType</a>&nbsp;get(<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">IdentifierType</a>&nbsp;identifier)
+               throws org.glyptodon.guacamole.GuacamoleException</pre>
+<div class="block">Returns the object having the given identifier. Note that changes to
+ the object returned will not necessarily affect the object stored within
+ the Directory. To update an object stored within an
+ Directory such that future calls to get() will return the updated
+ object, you must call update() on the object after modification.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identifier</code> - The identifier to use when locating the object to
+                   return.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>The object having the given identifier, or null if no such object
+         exists.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.glyptodon.guacamole.GuacamoleException</code> - If an error occurs while retrieving the
+                            object, or if permission for retrieving the
+                            object is denied.</dd></dl>
+</li>
+</ul>
+<a name="getIdentifiers()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIdentifiers</h4>
+<pre><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/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">IdentifierType</a>&gt;&nbsp;getIdentifiers()
+                                   throws org.glyptodon.guacamole.GuacamoleException</pre>
+<div class="block">Returns a Set containing all identifiers for all objects within this
+ Directory.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>A Set of all identifiers.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.glyptodon.guacamole.GuacamoleException</code> - If an error occurs while retrieving
+                            the identifiers.</dd></dl>
+</li>
+</ul>
+<a name="add(java.lang.Object)">
+<!--   -->
+</a><a name="add(ObjectType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>add</h4>
+<pre>void&nbsp;add(<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">ObjectType</a>&nbsp;object)
+         throws org.glyptodon.guacamole.GuacamoleException</pre>
+<div class="block">Adds the given object to the overall set.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - The object to add.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.glyptodon.guacamole.GuacamoleException</code> - If an error occurs while adding the object , or
+                            if adding the object is not allowed.</dd></dl>
+</li>
+</ul>
+<a name="update(java.lang.Object)">
+<!--   -->
+</a><a name="update(ObjectType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>update</h4>
+<pre>void&nbsp;update(<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">ObjectType</a>&nbsp;object)
+            throws org.glyptodon.guacamole.GuacamoleException</pre>
+<div class="block">Updates the stored object with the data contained in the given object.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - The object which will supply the data for the update.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.glyptodon.guacamole.GuacamoleException</code> - If an error occurs while updating the object,
+                            or if updating the object is not allowed.</dd></dl>
+</li>
+</ul>
+<a name="remove(java.lang.Object)">
+<!--   -->
+</a><a name="remove(IdentifierType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>remove</h4>
+<pre>void&nbsp;remove(<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">IdentifierType</a>&nbsp;identifier)
+            throws org.glyptodon.guacamole.GuacamoleException</pre>
+<div class="block">Removes the object with the given identifier from the overall set.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identifier</code> - The identifier of the object to remove.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.glyptodon.guacamole.GuacamoleException</code> - If an error occurs while removing the object,
+                            or if removing object is not allowed.</dd></dl>
+</li>
+</ul>
+<a name="move(java.lang.Object,org.glyptodon.guacamole.net.auth.Directory)">
+<!--   -->
+</a><a name="move(IdentifierType, org.glyptodon.guacamole.net.auth.Directory)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>move</h4>
+<pre>void&nbsp;move(<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">IdentifierType</a>&nbsp;identifier,
+        <a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth">Directory</a>&lt;<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">IdentifierType</a>,<a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">ObjectType</a>&gt;&nbsp;directory)
+          throws org.glyptodon.guacamole.GuacamoleException</pre>
+<div class="block">Moves the object with the given identifier to the given directory.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identifier</code> - The identifier of the object to remove.</dd><dd><code>directory</code> - The directory to move the object to.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.glyptodon.guacamole.GuacamoleException</code> - If an error occurs while moving the object,
+                            or if moving object is not allowed.</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/Directory.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/glyptodon/guacamole/net/auth/Credentials.html" title="class in org.glyptodon.guacamole.net.auth"><span class="strong">PREV CLASS</span></a></li>
+<li><a href="../../../../../org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="strong">NEXT CLASS</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/glyptodon/guacamole/net/auth/Directory.html" target="_top">FRAMES</a></li>
+<li><a href="Directory.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>CONSTR&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>CONSTR&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; 2014. All Rights Reserved.</small></p>
+
+<!-- Google Analytics -->
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-75289145-1', 'auto');
+  ga('send', 'pageview');
+
+</script>
+<!-- End Google Analytics -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/af9b9c05/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/User.html
----------------------------------------------------------------------
diff --git a/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/User.html b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/User.html
new file mode 100644
index 0000000..9f506a9
--- /dev/null
+++ b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/User.html
@@ -0,0 +1,375 @@
+<!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.6.0_27) on Fri Mar 28 21:40:15 PDT 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>User (guacamole-ext 0.8.1 API)</title>
+<meta name="date" content="2014-03-28">
+<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="User (guacamole-ext 0.8.1 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= 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/User.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/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="strong">PREV CLASS</span></a></li>
+<li><a href="../../../../../org/glyptodon/guacamole/net/auth/UserContext.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="strong">NEXT CLASS</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/glyptodon/guacamole/net/auth/User.html" target="_top">FRAMES</a></li>
+<li><a href="User.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>CONSTR&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>CONSTR&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">
+<p class="subTitle">org.glyptodon.guacamole.net.auth</p>
+<h2 title="Interface User" class="title">Interface User</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../../org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">AbstractUser</a>, <a href="../../../../../org/glyptodon/guacamole/net/auth/simple/SimpleUser.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUser</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <strong>User</strong></pre>
+<div class="block">A user of the Guacamole web application.</div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Michael Jumper</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== 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/glyptodon/guacamole/net/auth/User.html#addPermission(org.glyptodon.guacamole.net.auth.permission.Permission)">addPermission</a></strong>(<a href="../../../../../org/glyptodon/guacamole/net/auth/permission/Permission.html" title="interface in org.glyptodon.guacamole.net.auth.permission">Permission</a>&nbsp;permission)</code>
+<div class="block">Adds the specified permission to this user.</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/glyptodon/guacamole/net/auth/User.html#getPassword()">getPassword</a></strong>()</code>
+<div class="block">Returns this user's password.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><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/glyptodon/guacamole/net/auth/permission/Permission.html" title="interface in org.glyptodon.guacamole.net.auth.permission">Permission</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/User.html#getPermissions()">getPermissions</a></strong>()</code>
+<div class="block">Lists all permissions given to this user.</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/glyptodon/guacamole/net/auth/User.html#getUsername()">getUsername</a></strong>()</code>
+<div class="block">Returns the name of this user, which must be unique across all users.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/User.html#hasPermission(org.glyptodon.guacamole.net.auth.permission.Permission)">hasPermission</a></strong>(<a href="../../../../../org/glyptodon/guacamole/net/auth/permission/Permission.html" title="interface in org.glyptodon.guacamole.net.auth.permission">Permission</a>&nbsp;permission)</code>
+<div class="block">Tests whether this user has the specified permission.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/User.html#removePermission(org.glyptodon.guacamole.net.auth.permission.Permission)">removePermission</a></strong>(<a href="../../../../../org/glyptodon/guacamole/net/auth/permission/Permission.html" title="interface in org.glyptodon.guacamole.net.auth.permission">Permission</a>&nbsp;permission)</code>
+<div class="block">Removes the specified permission from this specified user.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/User.html#setPassword(java.lang.String)">setPassword</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;password)</code>
+<div class="block">Sets this user's password.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/User.html#setUsername(java.lang.String)">setUsername</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;username)</code>
+<div class="block">Sets the name of this user, which must be unique across all users.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getUsername()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUsername</h4>
+<pre><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;getUsername()</pre>
+<div class="block">Returns the name of this user, which must be unique across all users.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The name of this user.</dd></dl>
+</li>
+</ul>
+<a name="setUsername(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setUsername</h4>
+<pre>void&nbsp;setUsername(<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;username)</pre>
+<div class="block">Sets the name of this user, which must be unique across all users.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>username</code> - The name of this user.</dd></dl>
+</li>
+</ul>
+<a name="getPassword()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPassword</h4>
+<pre><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;getPassword()</pre>
+<div class="block">Returns this user's password. Note that the password returned may be
+ hashed or completely arbitrary.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>A String which may (or may not) be the user's password.</dd></dl>
+</li>
+</ul>
+<a name="setPassword(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPassword</h4>
+<pre>void&nbsp;setPassword(<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;password)</pre>
+<div class="block">Sets this user's password. Note that while this function is guaranteed
+ to change the password of this User object, there is no guarantee that
+ getPassword() will return the value given to setPassword().</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>password</code> - The password to set.</dd></dl>
+</li>
+</ul>
+<a name="getPermissions()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPermissions</h4>
+<pre><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/glyptodon/guacamole/net/auth/permission/Permission.html" title="interface in org.glyptodon.guacamole.net.auth.permission">Permission</a>&gt;&nbsp;getPermissions()
+                               throws org.glyptodon.guacamole.GuacamoleException</pre>
+<div class="block">Lists all permissions given to this user.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>A Set of all permissions granted to this user.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.glyptodon.guacamole.GuacamoleException</code> - If an error occurs while retrieving
+                             permissions, or if reading all permissions
+                             is not allowed.</dd></dl>
+</li>
+</ul>
+<a name="hasPermission(org.glyptodon.guacamole.net.auth.permission.Permission)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasPermission</h4>
+<pre>boolean&nbsp;hasPermission(<a href="../../../../../org/glyptodon/guacamole/net/auth/permission/Permission.html" title="interface in org.glyptodon.guacamole.net.auth.permission">Permission</a>&nbsp;permission)
+                      throws org.glyptodon.guacamole.GuacamoleException</pre>
+<div class="block">Tests whether this user has the specified permission.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>permission</code> - The permission to check.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if the permission is granted to this user, false otherwise.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.glyptodon.guacamole.GuacamoleException</code> - If an error occurs while checking permissions,
+                            or if permissions cannot be checked due to
+                            lack of permissions to do so.</dd></dl>
+</li>
+</ul>
+<a name="addPermission(org.glyptodon.guacamole.net.auth.permission.Permission)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addPermission</h4>
+<pre>void&nbsp;addPermission(<a href="../../../../../org/glyptodon/guacamole/net/auth/permission/Permission.html" title="interface in org.glyptodon.guacamole.net.auth.permission">Permission</a>&nbsp;permission)
+                   throws org.glyptodon.guacamole.GuacamoleException</pre>
+<div class="block">Adds the specified permission to this user.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>permission</code> - The permission to add.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.glyptodon.guacamole.GuacamoleException</code> - If an error occurs while adding the
+                            permission. or if permission to add
+                            permissions is denied.</dd></dl>
+</li>
+</ul>
+<a name="removePermission(org.glyptodon.guacamole.net.auth.permission.Permission)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>removePermission</h4>
+<pre>void&nbsp;removePermission(<a href="../../../../../org/glyptodon/guacamole/net/auth/permission/Permission.html" title="interface in org.glyptodon.guacamole.net.auth.permission">Permission</a>&nbsp;permission)
+                      throws org.glyptodon.guacamole.GuacamoleException</pre>
+<div class="block">Removes the specified permission from this specified user.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>permission</code> - The permission to remove.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.glyptodon.guacamole.GuacamoleException</code> - If an error occurs while removing the
+                            permission. or if permission to remove
+                            permissions is denied.</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/User.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/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="strong">PREV CLASS</span></a></li>
+<li><a href="../../../../../org/glyptodon/guacamole/net/auth/UserContext.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="strong">NEXT CLASS</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/glyptodon/guacamole/net/auth/User.html" target="_top">FRAMES</a></li>
+<li><a href="User.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>CONSTR&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>CONSTR&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; 2014. All Rights Reserved.</small></p>
+
+<!-- Google Analytics -->
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-75289145-1', 'auto');
+  ga('send', 'pageview');
+
+</script>
+<!-- End Google Analytics -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/af9b9c05/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/UserContext.html
----------------------------------------------------------------------
diff --git a/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/UserContext.html b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/UserContext.html
new file mode 100644
index 0000000..d3aba01
--- /dev/null
+++ b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/UserContext.html
@@ -0,0 +1,288 @@
+<!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.6.0_27) on Fri Mar 28 21:40:16 PDT 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>UserContext (guacamole-ext 0.8.1 API)</title>
+<meta name="date" content="2014-03-28">
+<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="UserContext (guacamole-ext 0.8.1 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= 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/UserContext.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/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="strong">PREV CLASS</span></a></li>
+<li>NEXT CLASS</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/glyptodon/guacamole/net/auth/UserContext.html" target="_top">FRAMES</a></li>
+<li><a href="UserContext.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>CONSTR&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>CONSTR&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">
+<p class="subTitle">org.glyptodon.guacamole.net.auth</p>
+<h2 title="Interface UserContext" class="title">Interface UserContext</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../../org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserContext</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <strong>UserContext</strong></pre>
+<div class="block">The context of an active user. The functions of this class enforce all
+ permissions and act only within the rights of the associated user.</div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Michael Jumper</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== 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><a href="../../../../../org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionGroup</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/UserContext.html#getRootConnectionGroup()">getRootConnectionGroup</a></strong>()</code>
+<div class="block">Retrieves a connection group which can be used to view and manipulate
+ connections, but only as allowed by the permissions given to the user of 
+ this UserContext.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth">Directory</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>,<a href="../../../../../org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/UserContext.html#getUserDirectory()">getUserDirectory</a></strong>()</code>
+<div class="block">Retrieves a Directory which can be used to view and manipulate other
+ users, but only as allowed by the permissions given to the user of this
+ UserContext.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/glyptodon/guacamole/net/auth/UserContext.html#self()">self</a></strong>()</code>
+<div class="block">Returns the User whose access rights control the operations of this
+ UserContext.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="self()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>self</h4>
+<pre><a href="../../../../../org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a>&nbsp;self()</pre>
+<div class="block">Returns the User whose access rights control the operations of this
+ UserContext.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The User whose access rights control the operations of this
+         UserContext.</dd></dl>
+</li>
+</ul>
+<a name="getUserDirectory()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUserDirectory</h4>
+<pre><a href="../../../../../org/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth">Directory</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>,<a href="../../../../../org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a>&gt;&nbsp;getUserDirectory()
+                                        throws org.glyptodon.guacamole.GuacamoleException</pre>
+<div class="block">Retrieves a Directory which can be used to view and manipulate other
+ users, but only as allowed by the permissions given to the user of this
+ UserContext.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>A Directory whose operations are bound by the restrictions
+         of this UserContext.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.glyptodon.guacamole.GuacamoleException</code> - If an error occurs while creating the
+                            Directory.</dd></dl>
+</li>
+</ul>
+<a name="getRootConnectionGroup()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getRootConnectionGroup</h4>
+<pre><a href="../../../../../org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionGroup</a>&nbsp;getRootConnectionGroup()
+                                       throws org.glyptodon.guacamole.GuacamoleException</pre>
+<div class="block">Retrieves a connection group which can be used to view and manipulate
+ connections, but only as allowed by the permissions given to the user of 
+ this UserContext.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>A connection group whose operations are bound by the restrictions
+         of this UserContext.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.glyptodon.guacamole.GuacamoleException</code> - If an error occurs while creating the
+                            Directory.</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/UserContext.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/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="strong">PREV CLASS</span></a></li>
+<li>NEXT CLASS</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/glyptodon/guacamole/net/auth/UserContext.html" target="_top">FRAMES</a></li>
+<li><a href="UserContext.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>CONSTR&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>CONSTR&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; 2014. All Rights Reserved.</small></p>
+
+<!-- Google Analytics -->
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-75289145-1', 'auto');
+  ga('send', 'pageview');
+
+</script>
+<!-- End Google Analytics -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/af9b9c05/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AbstractConnection.html
----------------------------------------------------------------------
diff --git a/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AbstractConnection.html b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AbstractConnection.html
new file mode 100644
index 0000000..c06f739
--- /dev/null
+++ b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AbstractConnection.html
@@ -0,0 +1,176 @@
+<!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.6.0_27) on Fri Mar 28 21:40:16 PDT 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.glyptodon.guacamole.net.auth.AbstractConnection (guacamole-ext 0.8.1 API)</title>
+<meta name="date" content="2014-03-28">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.glyptodon.guacamole.net.auth.AbstractConnection (guacamole-ext 0.8.1 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= 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><a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>PREV</li>
+<li>NEXT</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/glyptodon/guacamole/net/auth//class-useAbstractConnection.html" target="_top">FRAMES</a></li>
+<li><a href="AbstractConnection.html" target="_top">NO FRAMES</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.glyptodon.guacamole.net.auth.AbstractConnection" class="title">Uses of Class<br>org.glyptodon.guacamole.net.auth.AbstractConnection</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.glyptodon.guacamole.net.auth.simple">org.glyptodon.guacamole.net.auth.simple</a></td>
+<td class="colLast">
+<div class="block">Provides a basic AuthenticationProvider base class that can be used to create
+ simple AuthenticationProviders in the same way allowed by the old
+ authentication API.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.glyptodon.guacamole.net.auth.simple">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a> in <a href="../../../../../../org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
+<caption><span>Subclasses of <a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a> in <a href="../../../../../../org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnection</a></strong></code>
+<div class="block">An extremely basic Connection implementation.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>PREV</li>
+<li>NEXT</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/glyptodon/guacamole/net/auth//class-useAbstractConnection.html" target="_top">FRAMES</a></li>
+<li><a href="AbstractConnection.html" target="_top">NO FRAMES</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014. All Rights Reserved.</small></p>
+
+<!-- Google Analytics -->
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-75289145-1', 'auto');
+  ga('send', 'pageview');
+
+</script>
+<!-- End Google Analytics -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/af9b9c05/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AbstractConnectionGroup.html
----------------------------------------------------------------------
diff --git a/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AbstractConnectionGroup.html b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AbstractConnectionGroup.html
new file mode 100644
index 0000000..4aa3064
--- /dev/null
+++ b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AbstractConnectionGroup.html
@@ -0,0 +1,178 @@
+<!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.6.0_27) on Fri Mar 28 21:40:16 PDT 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.glyptodon.guacamole.net.auth.AbstractConnectionGroup (guacamole-ext 0.8.1 API)</title>
+<meta name="date" content="2014-03-28">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.glyptodon.guacamole.net.auth.AbstractConnectionGroup (guacamole-ext 0.8.1 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= 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><a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>PREV</li>
+<li>NEXT</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/glyptodon/guacamole/net/auth//class-useAbstractConnectionGroup.html" target="_top">FRAMES</a></li>
+<li><a href="AbstractConnectionGroup.html" target="_top">NO FRAMES</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.glyptodon.guacamole.net.auth.AbstractConnectionGroup" class="title">Uses of Class<br>org.glyptodon.guacamole.net.auth.AbstractConnectionGroup</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.glyptodon.guacamole.net.auth.simple">org.glyptodon.guacamole.net.auth.simple</a></td>
+<td class="colLast">
+<div class="block">Provides a basic AuthenticationProvider base class that can be used to create
+ simple AuthenticationProviders in the same way allowed by the old
+ authentication API.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.glyptodon.guacamole.net.auth.simple">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a> in <a href="../../../../../../org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
+<caption><span>Subclasses of <a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a> in <a href="../../../../../../org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionGroup</a></strong></code>
+<div class="block">An extremely simple read-only implementation of a ConnectionGroup which
+ returns the connection and connection group directories it was constructed
+ with.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>PREV</li>
+<li>NEXT</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/glyptodon/guacamole/net/auth//class-useAbstractConnectionGroup.html" target="_top">FRAMES</a></li>
+<li><a href="AbstractConnectionGroup.html" target="_top">NO FRAMES</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014. All Rights Reserved.</small></p>
+
+<!-- Google Analytics -->
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-75289145-1', 'auto');
+  ga('send', 'pageview');
+
+</script>
+<!-- End Google Analytics -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/af9b9c05/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AbstractUser.html
----------------------------------------------------------------------
diff --git a/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AbstractUser.html b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AbstractUser.html
new file mode 100644
index 0000000..513c8eb
--- /dev/null
+++ b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AbstractUser.html
@@ -0,0 +1,176 @@
+<!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.6.0_27) on Fri Mar 28 21:40:16 PDT 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.glyptodon.guacamole.net.auth.AbstractUser (guacamole-ext 0.8.1 API)</title>
+<meta name="date" content="2014-03-28">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.glyptodon.guacamole.net.auth.AbstractUser (guacamole-ext 0.8.1 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= 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><a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>PREV</li>
+<li>NEXT</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/glyptodon/guacamole/net/auth//class-useAbstractUser.html" target="_top">FRAMES</a></li>
+<li><a href="AbstractUser.html" target="_top">NO FRAMES</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.glyptodon.guacamole.net.auth.AbstractUser" class="title">Uses of Class<br>org.glyptodon.guacamole.net.auth.AbstractUser</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">AbstractUser</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.glyptodon.guacamole.net.auth.simple">org.glyptodon.guacamole.net.auth.simple</a></td>
+<td class="colLast">
+<div class="block">Provides a basic AuthenticationProvider base class that can be used to create
+ simple AuthenticationProviders in the same way allowed by the old
+ authentication API.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.glyptodon.guacamole.net.auth.simple">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">AbstractUser</a> in <a href="../../../../../../org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
+<caption><span>Subclasses of <a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">AbstractUser</a> in <a href="../../../../../../org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/glyptodon/guacamole/net/auth/simple/SimpleUser.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUser</a></strong></code>
+<div class="block">An extremely basic User implementation.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>PREV</li>
+<li>NEXT</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/glyptodon/guacamole/net/auth//class-useAbstractUser.html" target="_top">FRAMES</a></li>
+<li><a href="AbstractUser.html" target="_top">NO FRAMES</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014. All Rights Reserved.</small></p>
+
+<!-- Google Analytics -->
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-75289145-1', 'auto');
+  ga('send', 'pageview');
+
+</script>
+<!-- End Google Analytics -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/af9b9c05/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AuthenticationProvider.html
----------------------------------------------------------------------
diff --git a/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AuthenticationProvider.html b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AuthenticationProvider.html
new file mode 100644
index 0000000..e85c2d0
--- /dev/null
+++ b/content/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/class-use/AuthenticationProvider.html
@@ -0,0 +1,177 @@
+<!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.6.0_27) on Fri Mar 28 21:40:16 PDT 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Interface org.glyptodon.guacamole.net.auth.AuthenticationProvider (guacamole-ext 0.8.1 API)</title>
+<meta name="date" content="2014-03-28">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Interface org.glyptodon.guacamole.net.auth.AuthenticationProvider (guacamole-ext 0.8.1 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= 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><a href="../../../../../../org/glyptodon/guacamole/net/auth/AuthenticationProvider.html" title="interface in org.glyptodon.guacamole.net.auth">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>PREV</li>
+<li>NEXT</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/glyptodon/guacamole/net/auth//class-useAuthenticationProvider.html" target="_top">FRAMES</a></li>
+<li><a href="AuthenticationProvider.html" target="_top">NO FRAMES</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Interface org.glyptodon.guacamole.net.auth.AuthenticationProvider" class="title">Uses of Interface<br>org.glyptodon.guacamole.net.auth.AuthenticationProvider</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/glyptodon/guacamole/net/auth/AuthenticationProvider.html" title="interface in org.glyptodon.guacamole.net.auth">AuthenticationProvider</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.glyptodon.guacamole.net.auth.simple">org.glyptodon.guacamole.net.auth.simple</a></td>
+<td class="colLast">
+<div class="block">Provides a basic AuthenticationProvider base class that can be used to create
+ simple AuthenticationProviders in the same way allowed by the old
+ authentication API.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.glyptodon.guacamole.net.auth.simple">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/glyptodon/guacamole/net/auth/AuthenticationProvider.html" title="interface in org.glyptodon.guacamole.net.auth">AuthenticationProvider</a> in <a href="../../../../../../org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../../org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a> that implement <a href="../../../../../../org/glyptodon/guacamole/net/auth/AuthenticationProvider.html" title="interface in org.glyptodon.guacamole.net.auth">AuthenticationProvider</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/glyptodon/guacamole/net/auth/simple/SimpleAuthenticationProvider.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleAuthenticationProvider</a></strong></code>
+<div class="block">Provides means of retrieving a set of named GuacamoleConfigurations for a
+ given Credentials object.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/glyptodon/guacamole/net/auth/AuthenticationProvider.html" title="interface in org.glyptodon.guacamole.net.auth">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>PREV</li>
+<li>NEXT</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/glyptodon/guacamole/net/auth//class-useAuthenticationProvider.html" target="_top">FRAMES</a></li>
+<li><a href="AuthenticationProvider.html" target="_top">NO FRAMES</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014. All Rights Reserved.</small></p>
+
+<!-- Google Analytics -->
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-75289145-1', 'auto');
+  ga('send', 'pageview');
+
+</script>
+<!-- End Google Analytics -->
+</body>
+</html>