added a test authentication client, and (temporarily) removed the

'make -C modules/storageServer' lines from the makefiles
This commit is contained in:
fgerlits 2004-11-24 11:09:23 +00:00
parent 1013c9b913
commit 06a2fcd2a0
7 changed files with 639 additions and 9 deletions

View file

@ -22,7 +22,7 @@
Author : $Author: fgerlits $
Version : $Revision: 1.3 $
Version : $Revision: 1.4 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/include/LiveSupport/Authentication/Attic/WebAuthenticationClient.h,v $
------------------------------------------------------------------------------*/
@ -69,7 +69,7 @@ using namespace LiveSupport::Core;
* called webAuthentication. This element contains a child element
* specifying the location of the authentication server.
*
* A authenticationClientFactory configuration element may look like the following:
* A webAuthentication configuration element may look like the following:
*
* <pre><code>
* &lt;webAuthentication&gt;
@ -92,7 +92,7 @@ using namespace LiveSupport::Core;
* </code></pre>
*
* @author $Author: fgerlits $
* @version $Revision: 1.3 $
* @version $Revision: 1.4 $
*/
class WebAuthenticationClient :
virtual public Configurable,