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

Class: XoopsAuth

Source Location: /class/auth/auth.php

Class Overview




Author(s):

Copyright:

  • copyright (c) 2000-2003 XOOPS.org

Variables

Methods


Child classes:


Class Details

[line 35]


Tags:

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


[ Top ]


Class Variables

$_dao =

[line 37]


Type:   mixed


[ Top ]

$_errors =

[line 39]


Type:   mixed


[ Top ]



Class Methods


constructor XoopsAuth [line 43]

XoopsAuth XoopsAuth( &$dao)

Authentication Service constructor



Parameters:

   &$dao  

[ Top ]

method authenticate [line 50]

void authenticate( )



Tags:

abstract:  need to be write in the dervied class


Overridden in child classes as:

XoopsAuthLdap::authenticate()
Authenticate user again LDAP directory (Bind)
XoopsAuthAds::authenticate()
Authenticate user again LDAP directory (Bind)
XoopsAuthXoops::authenticate()
Authenticate user

[ Top ]

method getErrors [line 73]

array getErrors( )

return the errors for this object as an array



Tags:

return:  an array of errors
access:  public


[ Top ]

method getHtmlErrors [line 84]

string getHtmlErrors( )

return the errors for this object as html



Tags:

return:  html listing the errors
access:  public


[ Top ]

method setErrors [line 62]

void setErrors( $err_no, $err_str, string $value)

add an error



Tags:

access:  public


Parameters:

string   $value   error to add
   $err_no  
   $err_str  

[ Top ]


XOOPS Docs generated by phpDocumentor