XOOPS Docs - kernel
[ class tree: kernel ] [ index: kernel ] [ all elements ]

Class: XoopsAuthProvisionning

Source Location: /class/auth/auth_provisionning.php

Class Overview




Author(s):

Copyright:

  • copyright (c) 2000-2003 XOOPS.org

Variables

Methods



Class Details

[line 36]


Tags:

author:  Pierre-Eric MENUET <pemphp@free.fr>
copyright:  copyright (c) 2000-2003 XOOPS.org


[ Top ]


Class Variables

$_auth_instance =

[line 38]


Type:   mixed


[ Top ]



Class Methods


constructor XoopsAuthProvisionning [line 52]

XoopsAuthProvisionning XoopsAuthProvisionning( &$auth_instance)

Authentication Service constructor



Parameters:

   &$auth_instance  

[ Top ]

method add [line 104]

bool add( $datas, $uname, [ $pwd = null])

Add a new user to the system



Parameters:

   $datas  
   $uname  
   $pwd  

[ Top ]

method change [line 139]

bool change( &$xoopsUser, $datas, $uname, [ $pwd = null])

Modify user information



Parameters:

   &$xoopsUser  
   $datas  
   $uname  
   $pwd  

[ Top ]

method delete [line 160]

bool delete( )

Modify a user



[ Top ]

method getInstance [line 40]

void &getInstance( &$auth_instance)



Parameters:

   &$auth_instance  

[ Top ]

method getXoopsUser [line 71]

XoopsUser getXoopsUser( $uname)

Return a Xoops User Object



Tags:

return:  or false


Parameters:

   $uname  

[ Top ]

method resetpwd [line 184]

bool resetpwd( )

Add a new user to the system



[ Top ]

method restore [line 176]

bool restore( )

Restore a user



[ Top ]

method suspend [line 168]

bool suspend( )

Suspend a user



[ Top ]

method sync [line 85]

bool sync( $datas, $uname, [ $pwd = null])

Launch the synchronisation process



Parameters:

   $datas  
   $uname  
   $pwd  

[ Top ]


XOOPS Docs generated by phpDocumentor