ILIAS  Release_4_2_x_branch Revision 61807
 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_OPENID = 10
const AUTH_APACHE = 11
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_OPENID_NO_ILIAS_USER = -400
const AUTH_APACHE_FAILED = -500
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_APACHE_FAILED = -500
const AUTH_HTTP = 8

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

const AUTH_INACTIVE = 18

Definition at line 22 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 24 of file class.ilAuthUtils.php.

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

const AUTH_OPENID_NO_ILIAS_USER = -400

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

Referenced by ilAuthContainerOpenId\loginObserver().

const AUTH_RADIUS_NO_ILIAS_USER = -300
const AUTH_SOAP_NO_ILIAS_USER = -100
const AUTH_SOAP_NO_ILIAS_USER_BUT_EMAIL = -101