ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilAuthUtils.php File Reference

Go to the source code of this file.

Data Structures

class  ilAuthUtils
 static utility functions used to manage authentication modes More...

Variables

const AUTH_LOCAL = 1
const AUTH_LDAP = 2
const AUTH_RADIUS = 3
const AUTH_SCRIPT = 4
const AUTH_SHIBBOLETH = 5
const AUTH_CAS = 6
const AUTH_SOAP = 7
const AUTH_HTTP = 8
const AUTH_ECS = 9
const AUTH_INACTIVE = 18
const AUTH_MULTIPLE = 20
const AUTH_SOAP_NO_ILIAS_USER = -100
const AUTH_LDAP_NO_ILIAS_USER = -200
const AUTH_RADIUS_NO_ILIAS_USER = -300
const AUTH_MODE_INACTIVE = -1000
const AUTH_SOAP_NO_ILIAS_USER_BUT_EMAIL = -101
const AUTH_CAS_NO_ILIAS_USER = -90

Variable Documentation

const AUTH_CAS_NO_ILIAS_USER = -90
const AUTH_HTTP = 8

Definition at line 33 of file class.ilAuthUtils.php.

const AUTH_INACTIVE = 18

Definition at line 38 of file class.ilAuthUtils.php.

Referenced by ilAuthUtils\_getAuthModeOfUser(), and ilAuthUtils\_initAuth().

const AUTH_LDAP_NO_ILIAS_USER = -200
const AUTH_MODE_INACTIVE = -1000
const AUTH_MULTIPLE = 20

Definition at line 40 of file class.ilAuthUtils.php.

Referenced by ilAuthUtils\_getAuthModeOfUser(), and ilAuthUtils\_initAuth().

const AUTH_RADIUS_NO_ILIAS_USER = -300
const AUTH_SOAP_NO_ILIAS_USER = -100

Definition at line 42 of file class.ilAuthUtils.php.

Referenced by ilStartUpGUI\showLogin().

const AUTH_SOAP_NO_ILIAS_USER_BUT_EMAIL = -101

Definition at line 51 of file class.ilAuthUtils.php.

Referenced by ilStartUpGUI\showLogin().