commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/appserver/doc/api api.texi


From: Jan Ischebeck
Subject: gnue/appserver/doc/api api.texi
Date: Wed, 05 Jun 2002 16:39:20 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/06/05 16:39:20

Modified files:
        appserver/doc/api: api.texi 

Log message:
        update api to contain geasAuthClient

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/doc/api/api.texi.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue/appserver/doc/api/api.texi
diff -c gnue/appserver/doc/api/api.texi:1.2 gnue/appserver/doc/api/api.texi:1.3
*** gnue/appserver/doc/api/api.texi:1.2 Sun May 26 16:46:25 2002
--- gnue/appserver/doc/api/api.texi     Wed Jun  5 16:39:20 2002
***************
*** 51,56 ****
--- 51,57 ----
  * Session::
  * List::
  * Instance::
+ * AuthAgent::
  * FDL:: GNU Free Documentation License
  * Index::
  @end menu
***************
*** 198,204 ****
  @end defmethod
  
  @c 
----------------------------------------------------------------------------
! @node Instance,                                                  FDL, List, 
Top
  @c 
----------------------------------------------------------------------------
  
  @chapter The Instance Object
--- 199,205 ----
  @end defmethod
  
  @c 
----------------------------------------------------------------------------
! @node Instance,                                            AuthAgent, List, 
Top
  @c 
----------------------------------------------------------------------------
  
  @chapter The Instance Object
***************
*** 228,237 ****
  after the next commit.
  @end defmethod
  
  @raisesections
  
  @c 
----------------------------------------------------------------------------
! @node FDL,                                                 Index, Instance, 
Top
  @c 
----------------------------------------------------------------------------
  
  @include fdl.texi
--- 229,256 ----
  after the next commit.
  @end defmethod
  
+ 
+ @c 
----------------------------------------------------------------------------
+ @node AuthAgent,                                             FDL, Instance, 
Top
+ @c 
----------------------------------------------------------------------------
+ 
+ @chapter The AuthAgent Object
+ 
+ @section Basic Operations
+ 
+ @defmethod AuthAgent authentificate (@var{session}, @var{user}, @var{auth})
+ Authentificate the user @var{user} with the informations stored in the 
@var{auth}
+ dictionary. The function returns 'true' on success.
+ @end defmethod
+ 
+ @defmethod AuthAgent hasAccess (@var{session}, @var{user}, @var{classname})
+ Return information if the user @var{user} has access to @var{classname}.
+ @end defmethod
+ 
  @raisesections
  
  @c 
----------------------------------------------------------------------------
! @node FDL,                                                 Index, AuthAgent, 
Top
  @c 
----------------------------------------------------------------------------
  
  @include fdl.texi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]