ILIAS  Release_3_10_x_branch Revision 61812
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilBaseAuthentication.php File Reference

Go to the source code of this file.

Data Structures

class  ilBaseAuthentication

Variables

const IL_AUTH_MD5 = 1
 base authentication class
const IL_AUTH_PLAIN = 2

Variable Documentation

const IL_AUTH_MD5 = 1

base authentication class

Author
Stefan Meyer smeye.nosp@m.r@da.nosp@m.tabay.nosp@m..de
Version
Id:
class.ilBaseAuthentication.php 16267 2008-03-17 12:32:23Z wrandels
See Also
/webservice/soap/class.ilSoapAuthentication.php or /cron/classes/class.ilCronAuthentication.php

Base class for external authentication. Used for soap and cron

Definition at line 36 of file class.ilBaseAuthentication.php.

Referenced by ilBaseAuthentication\__buildAuth(), and ilSoapUserAdministration\login().

const IL_AUTH_PLAIN = 2

Definition at line 37 of file class.ilBaseAuthentication.php.

Referenced by ilBaseAuthentication\getPasswordType().