You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/07/16 00:59:27 UTC

svn commit: r1503511 [17/26] - in /manifoldcf/site/publish/release/trunk: api/activedirectory/ api/activedirectory/org/apache/manifoldcf/authorities/authorities/activedirectory/ api/alfresco/ api/alfresco/org/apache/manifoldcf/crawler/connectors/alfres...

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/MultipartWrapper.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/MultipartWrapper.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/MultipartWrapper.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/MultipartWrapper.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:50 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:40 EDT 2013 -->
 <title>MultipartWrapper</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -95,7 +95,7 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a></dd>
+<dd><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a>, <a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IPasswordMapperActivity</a>, <a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a></dd>
 </dl>
 <hr>
 <br>
@@ -128,17 +128,23 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/multipart/MultipartWrapper.html#_rcsid">_rcsid</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/manifoldcf/ui/beans/AdminProfile.html" title="class in org.apache.manifoldcf.ui.beans">AdminProfile</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/multipart/MultipartWrapper.html#adminProfile">adminProfile</a></strong></code>
+<div class="block">The Admin Profile bean, for password mapping.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>protected java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/multipart/MultipartWrapper.html#characterEncoding">characterEncoding</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected javax.servlet.http.HttpServletRequest</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/multipart/MultipartWrapper.html#request">request</a></strong></code>
 <div class="block">This is the HttpServletRequest object, which will be used for parameters only if
  the form is not multipart.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected java.util.Map</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/multipart/MultipartWrapper.html#variableMap">variableMap</a></strong></code>&nbsp;</td>
 </tr>
@@ -157,7 +163,8 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/multipart/MultipartWrapper.html#MultipartWrapper(javax.servlet.http.HttpServletRequest)">MultipartWrapper</a></strong>(javax.servlet.http.HttpServletRequest&nbsp;request)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/multipart/MultipartWrapper.html#MultipartWrapper(javax.servlet.http.HttpServletRequest, org.apache.manifoldcf.ui.beans.AdminProfile)">MultipartWrapper</a></strong>(javax.servlet.http.HttpServletRequest&nbsp;request,
+                <a href="../../../../../org/apache/manifoldcf/ui/beans/AdminProfile.html" title="class in org.apache.manifoldcf.ui.beans">AdminProfile</a>&nbsp;adminProfile)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
@@ -201,6 +208,19 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/multipart/MultipartWrapper.html#mapKeyToPassword(java.lang.String)">mapKeyToPassword</a></strong>(java.lang.String&nbsp;key)</code>
+<div class="block">Convert a key, created by mapPasswordToKey, back to the original password, within
+ the lifetime of the browser session.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/multipart/MultipartWrapper.html#mapPasswordToKey(java.lang.String)">mapPasswordToKey</a></strong>(java.lang.String&nbsp;password)</code>
+<div class="block">Map a password to a unique key.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/multipart/MultipartWrapper.html#setParameter(java.lang.String, java.lang.String)">setParameter</a></strong>(java.lang.String&nbsp;name,
             java.lang.String&nbsp;value)</code>
@@ -246,6 +266,16 @@ implements <a href="../../../../../org/a
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.manifoldcf.ui.multipart.MultipartWrapper._rcsid">Constant Field Values</a></dd></dl>
 </li>
 </ul>
+<a name="adminProfile">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>adminProfile</h4>
+<pre>protected final&nbsp;<a href="../../../../../org/apache/manifoldcf/ui/beans/AdminProfile.html" title="class in org.apache.manifoldcf.ui.beans">AdminProfile</a> adminProfile</pre>
+<div class="block">The Admin Profile bean, for password mapping.</div>
+</li>
+</ul>
 <a name="request">
 <!--   -->
 </a>
@@ -283,13 +313,14 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="MultipartWrapper(javax.servlet.http.HttpServletRequest)">
+<a name="MultipartWrapper(javax.servlet.http.HttpServletRequest, org.apache.manifoldcf.ui.beans.AdminProfile)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>MultipartWrapper</h4>
-<pre>public&nbsp;MultipartWrapper(javax.servlet.http.HttpServletRequest&nbsp;request)
+<pre>public&nbsp;MultipartWrapper(javax.servlet.http.HttpServletRequest&nbsp;request,
+                <a href="../../../../../org/apache/manifoldcf/ui/beans/AdminProfile.html" title="class in org.apache.manifoldcf.ui.beans">AdminProfile</a>&nbsp;adminProfile)
                  throws <a href="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</a></pre>
 <div class="block">Constructor.</div>
 <dl><dt><span class="strong">Throws:</span></dt>
@@ -314,7 +345,7 @@ implements <a href="../../../../../org/a
 <div class="block">Get multiple parameter values.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html#getParameterValues(java.lang.String)">getParameterValues</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a></code></dd>
+<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html#getParameterValues(java.lang.String)">getParameterValues</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - is the parameter name.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the array of values, or null if it doesn't exist.</dd></dl>
 </li>
@@ -329,7 +360,7 @@ implements <a href="../../../../../org/a
 <div class="block">Get single parameter value.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html#getParameter(java.lang.String)">getParameter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a></code></dd>
+<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html#getParameter(java.lang.String)">getParameter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - is the parameter name.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the value, or null if it doesn't exist.</dd></dl>
 </li>
@@ -345,7 +376,7 @@ implements <a href="../../../../../org/a
 <div class="block">Get a file parameter, as a binary input.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html#getBinaryStream(java.lang.String)">getBinaryStream</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a></code></dd>
+<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html#getBinaryStream(java.lang.String)">getBinaryStream</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - is the parameter name.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the value, or null if it doesn't exist.</dd>
 <dt><span class="strong">Throws:</span></dt>
@@ -362,7 +393,7 @@ implements <a href="../../../../../org/a
 <div class="block">Get file parameter, as a byte array.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html#getBinaryBytes(java.lang.String)">getBinaryBytes</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a></code></dd>
+<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html#getBinaryBytes(java.lang.String)">getBinaryBytes</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - is the parameter name.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the binary parameter as an array of bytes.</dd></dl>
 </li>
@@ -378,14 +409,14 @@ implements <a href="../../../../../org/a
 <div class="block">Set a parameter value</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html#setParameter(java.lang.String, java.lang.String)">setParameter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a></code></dd>
+<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html#setParameter(java.lang.String, java.lang.String)">setParameter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - is the parameter name.</dd><dd><code>value</code> - is the desired value.</dd></dl>
 </li>
 </ul>
 <a name="setParameterValues(java.lang.String, java.lang.String[])">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>setParameterValues</h4>
 <pre>public&nbsp;void&nbsp;setParameterValues(java.lang.String&nbsp;name,
@@ -393,10 +424,44 @@ implements <a href="../../../../../org/a
 <div class="block">Set an array of parameter values</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html#setParameterValues(java.lang.String, java.lang.String[])">setParameterValues</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a></code></dd>
+<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html#setParameterValues(java.lang.String, java.lang.String[])">setParameterValues</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - is the parameter name.</dd><dd><code>values</code> - is the array of desired values.</dd></dl>
 </li>
 </ul>
+<a name="mapPasswordToKey(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>mapPasswordToKey</h4>
+<pre>public&nbsp;java.lang.String&nbsp;mapPasswordToKey(java.lang.String&nbsp;password)</pre>
+<div class="block">Map a password to a unique key.
+ This method works within a specific given browser session to replace an existing password with
+ a key which can be used to look up the password at a later time.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html#mapPasswordToKey(java.lang.String)">mapPasswordToKey</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IPasswordMapperActivity</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>password</code> - is the password.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the key.</dd></dl>
+</li>
+</ul>
+<a name="mapKeyToPassword(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>mapKeyToPassword</h4>
+<pre>public&nbsp;java.lang.String&nbsp;mapKeyToPassword(java.lang.String&nbsp;key)</pre>
+<div class="block">Convert a key, created by mapPasswordToKey, back to the original password, within
+ the lifetime of the browser session.  If the provided key is not an actual key, instead
+ the key value is assumed to be a new password value.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html#mapKeyToPassword(java.lang.String)">mapKeyToPassword</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IPasswordMapperActivity</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - is the key.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the password.</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/package-frame.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/package-frame.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/package-frame.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/package-frame.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:43 EDT 2013 -->
 <title>org.apache.manifoldcf.ui.multipart</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/package-summary.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/package-summary.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/package-summary.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/package-summary.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:43 EDT 2013 -->
 <title>org.apache.manifoldcf.ui.multipart</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/manifoldcf/ui/jsp/package-summary.html">Prev Package</a></li>
-<li><a href="../../../../../org/apache/manifoldcf/ui/util/package-summary.html">Next Package</a></li>
+<li><a href="../../../../../org/apache/manifoldcf/ui/passwords/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/manifoldcf/ui/multipart/package-summary.html" target="_top">Frames</a></li>
@@ -105,7 +105,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/manifoldcf/ui/jsp/package-summary.html">Prev Package</a></li>
-<li><a href="../../../../../org/apache/manifoldcf/ui/util/package-summary.html">Next Package</a></li>
+<li><a href="../../../../../org/apache/manifoldcf/ui/passwords/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/manifoldcf/ui/multipart/package-summary.html" target="_top">Frames</a></li>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/package-tree.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/package-tree.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/package-tree.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/multipart/package-tree.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:43 EDT 2013 -->
 <title>org.apache.manifoldcf.ui.multipart Class Hierarchy</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/manifoldcf/ui/jsp/package-tree.html">Prev</a></li>
-<li><a href="../../../../../org/apache/manifoldcf/ui/util/package-tree.html">Next</a></li>
+<li><a href="../../../../../org/apache/manifoldcf/ui/passwords/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/manifoldcf/ui/multipart/package-tree.html" target="_top">Frames</a></li>
@@ -97,7 +97,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/manifoldcf/ui/jsp/package-tree.html">Prev</a></li>
-<li><a href="../../../../../org/apache/manifoldcf/ui/util/package-tree.html">Next</a></li>
+<li><a href="../../../../../org/apache/manifoldcf/ui/passwords/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/manifoldcf/ui/multipart/package-tree.html" target="_top">Frames</a></li>

Added: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/PasswordMapper.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/PasswordMapper.html?rev=1503511&view=auto
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/PasswordMapper.html (added)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/PasswordMapper.html Mon Jul 15 22:59:00 2013
@@ -0,0 +1,347 @@
+<!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_25) on Mon Jul 15 16:55:35 EDT 2013 -->
+<title>PasswordMapper</title>
+<meta name="date" content="2013-07-15">
+<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="PasswordMapper";
+    }
+//-->
+</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="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 Class</li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/manifoldcf/ui/passwords/PasswordMapper.html" target="_top">Frames</a></li>
+<li><a href="PasswordMapper.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><a href="#field_summary">Field</a>&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><a href="#field_detail">Field</a>&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.manifoldcf.ui.passwords</div>
+<h2 title="Class PasswordMapper" class="title">Class PasswordMapper</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.manifoldcf.ui.passwords.PasswordMapper</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">PasswordMapper</span>
+extends java.lang.Object</pre>
+<div class="block">This object manages a session-based map of password keys.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/passwords/PasswordMapper.html#_rcsid">_rcsid</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected static char[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/passwords/PasswordMapper.html#pickChars">pickChars</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== 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/manifoldcf/ui/passwords/PasswordMapper.html#PasswordMapper()">PasswordMapper</a></strong>()</code>
+<div class="block">Constructor</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>protected static java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/passwords/PasswordMapper.html#generateRandomPrefix()">generateRandomPrefix</a></strong>()</code>
+<div class="block">Generate a random prefix that will not likely collide with any password</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/passwords/PasswordMapper.html#mapKeyToPassword(java.lang.String)">mapKeyToPassword</a></strong>(java.lang.String&nbsp;key)</code>
+<div class="block">Map a key back to a password.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/manifoldcf/ui/passwords/PasswordMapper.html#mapPasswordToKey(java.lang.String)">mapPasswordToKey</a></strong>(java.lang.String&nbsp;password)</code>
+<div class="block">Map a password to a key.</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.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="_rcsid">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_rcsid</h4>
+<pre>public static final&nbsp;java.lang.String _rcsid</pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.manifoldcf.ui.passwords.PasswordMapper._rcsid">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="pickChars">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>pickChars</h4>
+<pre>protected static&nbsp;char[] pickChars</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="PasswordMapper()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PasswordMapper</h4>
+<pre>public&nbsp;PasswordMapper()</pre>
+<div class="block">Constructor</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="mapPasswordToKey(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>mapPasswordToKey</h4>
+<pre>public&nbsp;java.lang.String&nbsp;mapPasswordToKey(java.lang.String&nbsp;password)</pre>
+<div class="block">Map a password to a key.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>password</code> - is the password.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the key.</dd></dl>
+</li>
+</ul>
+<a name="mapKeyToPassword(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>mapKeyToPassword</h4>
+<pre>public&nbsp;java.lang.String&nbsp;mapKeyToPassword(java.lang.String&nbsp;key)</pre>
+<div class="block">Map a key back to a password.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - is the key (or a password, if changed)</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the password.</dd></dl>
+</li>
+</ul>
+<a name="generateRandomPrefix()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>generateRandomPrefix</h4>
+<pre>protected static&nbsp;java.lang.String&nbsp;generateRandomPrefix()</pre>
+<div class="block">Generate a random prefix that will not likely collide with any password</div>
+</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="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 Class</li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/manifoldcf/ui/passwords/PasswordMapper.html" target="_top">Frames</a></li>
+<li><a href="PasswordMapper.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><a href="#field_summary">Field</a>&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><a href="#field_detail">Field</a>&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 ======= -->
+</body>
+</html>

Added: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/package-frame.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/package-frame.html?rev=1503511&view=auto
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/package-frame.html (added)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/package-frame.html Mon Jul 15 22:59:00 2013
@@ -0,0 +1,19 @@
+<!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_25) on Mon Jul 15 16:55:43 EDT 2013 -->
+<title>org.apache.manifoldcf.ui.passwords</title>
+<meta name="date" content="2013-07-15">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<h1 class="bar"><a href="../../../../../org/apache/manifoldcf/ui/passwords/package-summary.html" target="classFrame">org.apache.manifoldcf.ui.passwords</a></h1>
+<div class="indexContainer">
+<h2 title="Classes">Classes</h2>
+<ul title="Classes">
+<li><a href="PasswordMapper.html" title="class in org.apache.manifoldcf.ui.passwords" target="classFrame">PasswordMapper</a></li>
+</ul>
+</div>
+</body>
+</html>

Added: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/package-summary.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/package-summary.html?rev=1503511&view=auto
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/package-summary.html (added)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/package-summary.html Mon Jul 15 22:59:00 2013
@@ -0,0 +1,133 @@
+<!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_25) on Mon Jul 15 16:55:43 EDT 2013 -->
+<title>org.apache.manifoldcf.ui.passwords</title>
+<meta name="date" content="2013-07-15">
+<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="org.apache.manifoldcf.ui.passwords";
+    }
+//-->
+</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 class="navBarCell1Rev">Package</li>
+<li>Class</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/manifoldcf/ui/multipart/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../../org/apache/manifoldcf/ui/util/package-summary.html">Next Package</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/manifoldcf/ui/passwords/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.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">
+<h1 title="Package" class="title">Package&nbsp;org.apache.manifoldcf.ui.passwords</h1>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
+<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Class</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/manifoldcf/ui/passwords/PasswordMapper.html" title="class in org.apache.manifoldcf.ui.passwords">PasswordMapper</a></td>
+<td class="colLast">
+<div class="block">This object manages a session-based map of password keys.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</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 class="navBarCell1Rev">Package</li>
+<li>Class</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/manifoldcf/ui/multipart/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../../org/apache/manifoldcf/ui/util/package-summary.html">Next Package</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/manifoldcf/ui/passwords/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.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 ======= -->
+</body>
+</html>

Added: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/package-tree.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/package-tree.html?rev=1503511&view=auto
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/package-tree.html (added)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/passwords/package-tree.html Mon Jul 15 22:59:00 2013
@@ -0,0 +1,126 @@
+<!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_25) on Mon Jul 15 16:55:43 EDT 2013 -->
+<title>org.apache.manifoldcf.ui.passwords Class Hierarchy</title>
+<meta name="date" content="2013-07-15">
+<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="org.apache.manifoldcf.ui.passwords Class Hierarchy";
+    }
+//-->
+</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</li>
+<li class="navBarCell1Rev">Tree</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/manifoldcf/ui/multipart/package-tree.html">Prev</a></li>
+<li><a href="../../../../../org/apache/manifoldcf/ui/util/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/manifoldcf/ui/passwords/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.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">
+<h1 class="title">Hierarchy For Package org.apache.manifoldcf.ui.passwords</h1>
+<span class="strong">Package Hierarchies:</span>
+<ul class="horizontal">
+<li><a href="../../../../../overview-tree.html">All Packages</a></li>
+</ul>
+</div>
+<div class="contentContainer">
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">org.apache.manifoldcf.ui.passwords.<a href="../../../../../org/apache/manifoldcf/ui/passwords/PasswordMapper.html" title="class in org.apache.manifoldcf.ui.passwords"><span class="strong">PasswordMapper</span></a></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>Class</li>
+<li class="navBarCell1Rev">Tree</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/manifoldcf/ui/multipart/package-tree.html">Prev</a></li>
+<li><a href="../../../../../org/apache/manifoldcf/ui/util/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/manifoldcf/ui/passwords/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.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 ======= -->
+</body>
+</html>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/Encoder.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/Encoder.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/Encoder.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/Encoder.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:52 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:41 EDT 2013 -->
 <title>Encoder</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/Formatter.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/Formatter.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/Formatter.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/Formatter.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:52 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:41 EDT 2013 -->
 <title>Formatter</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/MultilineParser.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/MultilineParser.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/MultilineParser.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/MultilineParser.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:52 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:41 EDT 2013 -->
 <title>MultilineParser</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/package-frame.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/package-frame.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/package-frame.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/package-frame.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:43 EDT 2013 -->
 <title>org.apache.manifoldcf.ui.util</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/package-summary.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/package-summary.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/package-summary.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/package-summary.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:43 EDT 2013 -->
 <title>org.apache.manifoldcf.ui.util</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/manifoldcf/ui/multipart/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../../org/apache/manifoldcf/ui/passwords/package-summary.html">Prev Package</a></li>
 <li>Next Package</li>
 </ul>
 <ul class="navList">
@@ -115,7 +115,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/manifoldcf/ui/multipart/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../../org/apache/manifoldcf/ui/passwords/package-summary.html">Prev Package</a></li>
 <li>Next Package</li>
 </ul>
 <ul class="navList">

Modified: manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/package-tree.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/package-tree.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/package-tree.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/ui/util/package-tree.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:43 EDT 2013 -->
 <title>org.apache.manifoldcf.ui.util Class Hierarchy</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/manifoldcf/ui/multipart/package-tree.html">Prev</a></li>
+<li><a href="../../../../../org/apache/manifoldcf/ui/passwords/package-tree.html">Prev</a></li>
 <li>Next</li>
 </ul>
 <ul class="navList">
@@ -98,7 +98,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/manifoldcf/ui/multipart/package-tree.html">Prev</a></li>
+<li><a href="../../../../../org/apache/manifoldcf/ui/passwords/package-tree.html">Prev</a></li>
 <li>Next</li>
 </ul>
 <ul class="navList">

Modified: manifoldcf/site/publish/release/trunk/api/framework/overview-frame.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/overview-frame.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/overview-frame.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/overview-frame.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:53 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:41 EDT 2013 -->
 <title>Overview List</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
@@ -58,6 +58,7 @@
 <li><a href="org/apache/manifoldcf/ui/i18n/package-frame.html" target="packageFrame">org.apache.manifoldcf.ui.i18n</a></li>
 <li><a href="org/apache/manifoldcf/ui/jsp/package-frame.html" target="packageFrame">org.apache.manifoldcf.ui.jsp</a></li>
 <li><a href="org/apache/manifoldcf/ui/multipart/package-frame.html" target="packageFrame">org.apache.manifoldcf.ui.multipart</a></li>
+<li><a href="org/apache/manifoldcf/ui/passwords/package-frame.html" target="packageFrame">org.apache.manifoldcf.ui.passwords</a></li>
 <li><a href="org/apache/manifoldcf/ui/util/package-frame.html" target="packageFrame">org.apache.manifoldcf.ui.util</a></li>
 </ul>
 </div>

Modified: manifoldcf/site/publish/release/trunk/api/framework/overview-summary.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/overview-summary.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/overview-summary.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/overview-summary.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:56 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:44 EDT 2013 -->
 <title>Overview</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
@@ -254,6 +254,10 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="org/apache/manifoldcf/ui/passwords/package-summary.html">org.apache.manifoldcf.ui.passwords</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/manifoldcf/ui/util/package-summary.html">org.apache.manifoldcf.ui.util</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>

Modified: manifoldcf/site/publish/release/trunk/api/framework/overview-tree.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/overview-tree.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/overview-tree.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/overview-tree.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:56 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:43 EDT 2013 -->
 <title>Class Hierarchy</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
@@ -111,6 +111,7 @@
 <li><a href="org/apache/manifoldcf/ui/i18n/package-tree.html">org.apache.manifoldcf.ui.i18n</a>, </li>
 <li><a href="org/apache/manifoldcf/ui/jsp/package-tree.html">org.apache.manifoldcf.ui.jsp</a>, </li>
 <li><a href="org/apache/manifoldcf/ui/multipart/package-tree.html">org.apache.manifoldcf.ui.multipart</a>, </li>
+<li><a href="org/apache/manifoldcf/ui/passwords/package-tree.html">org.apache.manifoldcf.ui.passwords</a>, </li>
 <li><a href="org/apache/manifoldcf/ui/util/package-tree.html">org.apache.manifoldcf.ui.util</a></li>
 </ul>
 </div>
@@ -531,6 +532,7 @@
 </ul>
 </li>
 <li type="circle">org.apache.manifoldcf.core.fuzzyml.<a href="org/apache/manifoldcf/core/fuzzyml/Parser.html" title="class in org.apache.manifoldcf.core.fuzzyml"><span class="strong">Parser</span></a></li>
+<li type="circle">org.apache.manifoldcf.ui.passwords.<a href="org/apache/manifoldcf/ui/passwords/PasswordMapper.html" title="class in org.apache.manifoldcf.ui.passwords"><span class="strong">PasswordMapper</span></a></li>
 <li type="circle">org.apache.manifoldcf.crawler.<a href="org/apache/manifoldcf/crawler/PauseJob.html" title="class in org.apache.manifoldcf.crawler"><span class="strong">PauseJob</span></a></li>
 <li type="circle">org.apache.manifoldcf.crawler.interfaces.<a href="org/apache/manifoldcf/crawler/interfaces/PerformanceStatistics.html" title="class in org.apache.manifoldcf.crawler.interfaces"><span class="strong">PerformanceStatistics</span></a></li>
 <li type="circle">org.apache.manifoldcf.crawler.interfaces.<a href="org/apache/manifoldcf/crawler/interfaces/PerformanceStatistics.AveragingQueue.html" title="class in org.apache.manifoldcf.crawler.interfaces"><span class="strong">PerformanceStatistics.AveragingQueue</span></a></li>
@@ -819,7 +821,11 @@
 <li type="circle">org.apache.manifoldcf.crawler.interfaces.<a href="org/apache/manifoldcf/crawler/interfaces/IVersionActivity.html" title="interface in org.apache.manifoldcf.crawler.interfaces"><span class="strong">IVersionActivity</span></a> (also extends org.apache.manifoldcf.crawler.interfaces.<a href="org/apache/manifoldcf/crawler/interfaces/IAbortActivity.html" title="interface in org.apache.manifoldcf.crawler.interfaces">IAbortActivity</a>, org.apache.manifoldcf.crawler.interfaces.<a href="org/apache/manifoldcf/crawler/interfaces/ICarrydownActivity.html" title="interface in org.apache.manifoldcf.crawler.interfaces">ICarrydownActivity</a>, org.apache.manifoldcf.crawler.interfaces.<a href="org/apache/manifoldcf/crawler/interfaces/IEventActivity.html" title="interface in org.apache.manifoldcf.crawler.interfaces">IEventActivity</a>, org.apache.manifoldcf.crawler.interfaces.<a href="org/apache/manifoldcf/crawler/interfaces/IFingerprintActivity.html" title="interface in org.apache.m
 anifoldcf.crawler.interfaces">IFingerprintActivity</a>)</li>
 </ul>
 </li>
-<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IHTTPOutput.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IHTTPOutput</span></a></li>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IHTTPOutputActivity.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IHTTPOutputActivity</span></a>
+<ul>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IHTTPOutput.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IHTTPOutput</span></a> (also extends org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IPasswordMapperActivity</a>)</li>
+</ul>
+</li>
 <li type="circle">org.apache.manifoldcf.agents.interfaces.<a href="org/apache/manifoldcf/agents/interfaces/IIncrementalIngester.html" title="interface in org.apache.manifoldcf.agents.interfaces"><span class="strong">IIncrementalIngester</span></a></li>
 <li type="circle">org.apache.manifoldcf.agents.interfaces.<a href="org/apache/manifoldcf/agents/interfaces/IIngestLogger.html" title="interface in org.apache.manifoldcf.agents.interfaces"><span class="strong">IIngestLogger</span></a></li>
 <li type="circle">org.apache.manifoldcf.crawler.interfaces.<a href="org/apache/manifoldcf/crawler/interfaces/IJobDescription.html" title="interface in org.apache.manifoldcf.crawler.interfaces"><span class="strong">IJobDescription</span></a></li>
@@ -863,7 +869,17 @@
 </li>
 </ul>
 </li>
-<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IPostParameters</span></a></li>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IParameterActivity</span></a>
+<ul>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IPostParameters</span></a> (also extends org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IPasswordMapperActivity</a>)</li>
+</ul>
+</li>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IPasswordMapperActivity.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IPasswordMapperActivity</span></a>
+<ul>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IHTTPOutput.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IHTTPOutput</span></a> (also extends org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IHTTPOutputActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IHTTPOutputActivity</a>)</li>
+<li type="circle">org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IPostParameters.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IPostParameters</span></a> (also extends org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IParameterActivity.html" title="interface in org.apache.manifoldcf.core.interfaces">IParameterActivity</a>)</li>
+</ul>
+</li>
 <li type="circle">org.apache.manifoldcf.crawler.interfaces.<a href="org/apache/manifoldcf/crawler/interfaces/IRepositoryConnection.html" title="interface in org.apache.manifoldcf.crawler.interfaces"><span class="strong">IRepositoryConnection</span></a></li>
 <li type="circle">org.apache.manifoldcf.crawler.interfaces.<a href="org/apache/manifoldcf/crawler/interfaces/IRepositoryConnectionManager.html" title="interface in org.apache.manifoldcf.crawler.interfaces"><span class="strong">IRepositoryConnectionManager</span></a></li>
 <li type="circle">org.apache.manifoldcf.core.interfaces.<a href="org/apache/manifoldcf/core/interfaces/IResultRow.html" title="interface in org.apache.manifoldcf.core.interfaces"><span class="strong">IResultRow</span></a></li>

Modified: manifoldcf/site/publish/release/trunk/api/framework/package-list
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/package-list?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/package-list (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/package-list Mon Jul 15 22:59:00 2013
@@ -44,4 +44,5 @@ org.apache.manifoldcf.ui.beans
 org.apache.manifoldcf.ui.i18n
 org.apache.manifoldcf.ui.jsp
 org.apache.manifoldcf.ui.multipart
+org.apache.manifoldcf.ui.passwords
 org.apache.manifoldcf.ui.util

Modified: manifoldcf/site/publish/release/trunk/api/framework/serialized-form.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/framework/serialized-form.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/framework/serialized-form.html (original)
+++ manifoldcf/site/publish/release/trunk/api/framework/serialized-form.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:38:54 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:55:43 EDT 2013 -->
 <title>Serialized Form</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/allclasses-frame.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/allclasses-frame.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/allclasses-frame.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/allclasses-frame.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:04 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>All Classes</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/allclasses-noframe.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/allclasses-noframe.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/allclasses-noframe.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:04 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>All Classes</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/constant-values.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/constant-values.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/constant-values.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/constant-values.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:04 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>Constant Field Values</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/deprecated-list.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/deprecated-list.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/deprecated-list.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/deprecated-list.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:04 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>Deprecated List</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/help-doc.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/help-doc.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/help-doc.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/help-doc.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:04 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>API Help</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/index-all.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/index-all.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/index-all.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/index-all.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:04 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>Index</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/index.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/index.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/index.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/index.html Mon Jul 15 22:59:00 2013
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc on Wed Jul 10 13:40:04 EDT 2013 -->
+<!-- Generated by javadoc on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>Generated Documentation (Untitled)</title>
 <script type="text/javascript">
     targetPage = "" + window.location.search;

Modified: manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.CheckThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.CheckThread.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.CheckThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.CheckThread.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:03 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>GenericAuthority.CheckThread</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.FetchTokensThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.FetchTokensThread.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.FetchTokensThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.FetchTokensThread.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:03 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>GenericAuthority.FetchTokensThread</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.GenericAuthorizationResponseDescription.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.GenericAuthorizationResponseDescription.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.GenericAuthorizationResponseDescription.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.GenericAuthorizationResponseDescription.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:03 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>GenericAuthority.GenericAuthorizationResponseDescription</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/GenericAuthority.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:03 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>GenericAuthority</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/Messages.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/Messages.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/Messages.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/Messages.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:04 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>Messages</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/package-frame.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/package-frame.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/package-frame.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/package-frame.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:04 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>org.apache.manifoldcf.authorities.authorities.generic</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/package-summary.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/package-summary.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/package-summary.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/package-summary.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:04 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>org.apache.manifoldcf.authorities.authorities.generic</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/package-tree.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/package-tree.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/package-tree.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/authorities/authorities/generic/package-tree.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:04 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>org.apache.manifoldcf.authorities.authorities.generic Class Hierarchy</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.CheckThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.CheckThread.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.CheckThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.CheckThread.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:03 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>GenericConnector.CheckThread</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.DocumentVersionThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.DocumentVersionThread.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.DocumentVersionThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.DocumentVersionThread.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:03 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>GenericConnector.DocumentVersionThread</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.ExecuteProcessThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.ExecuteProcessThread.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.ExecuteProcessThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.ExecuteProcessThread.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:03 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>GenericConnector.ExecuteProcessThread</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.ExecuteSeedingThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.ExecuteSeedingThread.html?rev=1503511&r1=1503510&r2=1503511&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.ExecuteSeedingThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/generic/org/apache/manifoldcf/crawler/connectors/generic/GenericConnector.ExecuteSeedingThread.html Mon Jul 15 22:59:00 2013
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:40:03 EDT 2013 -->
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 15 16:57:10 EDT 2013 -->
 <title>GenericConnector.ExecuteSeedingThread</title>
-<meta name="date" content="2013-07-10">
+<meta name="date" content="2013-07-15">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>