ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules 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_APACHE 11
 
const AUTH_SAML 12
 
const AUTH_OPENID_CONNECT 15
 
const AUTH_INACTIVE 18
 
const AUTH_MULTIPLE 20
 
const AUTH_SESSION 21
 
const AUTH_PROVIDER_LTI 22
 
const AUTH_SOAP_NO_ILIAS_USER -100
 
const AUTH_LDAP_NO_ILIAS_USER -200
 
const AUTH_RADIUS_NO_ILIAS_USER -300
 
const AUTH_APACHE_FAILED -500
 
const AUTH_SAML_FAILED -501
 
const AUTH_MODE_INACTIVE -1000
 
const AUTH_SOAP_NO_ILIAS_USER_BUT_EMAIL -101
 
const AUTH_CAS_NO_ILIAS_USER -90
 
const AUTH_USER_WRONG_IP -600
 
const AUTH_USER_INACTIVE -601
 
const AUTH_USER_TIME_LIMIT_EXCEEDED -602
 
const AUTH_USER_SIMULTANEOUS_LOGIN -603
 
const AUTH_CAPTCHA_INVALID -604
 

Variable Documentation

◆ AUTH_APACHE

◆ AUTH_APACHE_FAILED

const AUTH_APACHE_FAILED -500

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

◆ AUTH_CAPTCHA_INVALID

const AUTH_CAPTCHA_INVALID -604

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

◆ AUTH_CAS

◆ AUTH_CAS_NO_ILIAS_USER

const AUTH_CAS_NO_ILIAS_USER -90

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

◆ AUTH_ECS

◆ AUTH_HTTP

const AUTH_HTTP 8

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

◆ AUTH_INACTIVE

const AUTH_INACTIVE 18

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

◆ AUTH_LDAP

◆ AUTH_LDAP_NO_ILIAS_USER

const AUTH_LDAP_NO_ILIAS_USER -200

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

◆ AUTH_LOCAL

◆ AUTH_MODE_INACTIVE

const AUTH_MODE_INACTIVE -1000

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

◆ AUTH_MULTIPLE

const AUTH_MULTIPLE 20

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

◆ AUTH_OPENID_CONNECT

◆ AUTH_PROVIDER_LTI

◆ AUTH_RADIUS

◆ AUTH_RADIUS_NO_ILIAS_USER

const AUTH_RADIUS_NO_ILIAS_USER -300

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

◆ AUTH_SAML

◆ AUTH_SAML_FAILED

const AUTH_SAML_FAILED -501

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

◆ AUTH_SCRIPT

◆ AUTH_SESSION

const AUTH_SESSION 21

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

◆ AUTH_SHIBBOLETH

◆ AUTH_SOAP

◆ AUTH_SOAP_NO_ILIAS_USER

const AUTH_SOAP_NO_ILIAS_USER -100

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

◆ AUTH_SOAP_NO_ILIAS_USER_BUT_EMAIL

const AUTH_SOAP_NO_ILIAS_USER_BUT_EMAIL -101

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

◆ AUTH_USER_INACTIVE

const AUTH_USER_INACTIVE -601

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

◆ AUTH_USER_SIMULTANEOUS_LOGIN

const AUTH_USER_SIMULTANEOUS_LOGIN -603

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

◆ AUTH_USER_TIME_LIMIT_EXCEEDED

const AUTH_USER_TIME_LIMIT_EXCEEDED -602

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

◆ AUTH_USER_WRONG_IP

const AUTH_USER_WRONG_IP -600

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