added a test authentication client, and (temporarily) removed the
'make -C modules/storageServer' lines from the makefiles
This commit is contained in:
parent
1013c9b913
commit
06a2fcd2a0
7 changed files with 639 additions and 9 deletions
|
@ -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>
|
||||
* <webAuthentication>
|
||||
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue