ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
Auth.php File Reference

Go to the source code of this file.

Data Structures

class  Auth
 

Namespaces

 Auth
 

Variables

const AUTH_IDLED -1
 Returned if session exceeds idle time. More...
 
const AUTH_EXPIRED -2
 Returned if session has expired. More...
 
const AUTH_WRONG_LOGIN -3
 Returned if container is unable to authenticate user/password pair. More...
 
const AUTH_METHOD_NOT_SUPPORTED -4
 Returned if a container method is not supported. More...
 
const AUTH_SECURITY_BREACH -5
 Returned if new Advanced security system detects a breach. More...
 
const AUTH_CALLBACK_ABORT -6
 Returned if checkAuthCallback says session should not continue. More...
 
const AUTH_LOG_INFO 6
 Auth Log level - INFO. More...
 
const AUTH_LOG_DEBUG 7
 Auth Log level - DEBUG. More...
 
const AUTH_ADV_IPCHECK 1
 Auth Advanced Security - IP Checks. More...
 
const AUTH_ADV_USERAGENT 2
 Auth Advanced Security - User Agent Checks. More...
 
const AUTH_ADV_CHALLENGE 3
 Auth Advanced Security - Challenge Response. More...
 

Variable Documentation

◆ AUTH_ADV_CHALLENGE

const AUTH_ADV_CHALLENGE 3

Auth Advanced Security - Challenge Response.

Definition at line 72 of file Auth.php.

Referenced by Auth\checkAuth().

◆ AUTH_ADV_IPCHECK

const AUTH_ADV_IPCHECK 1

Auth Advanced Security - IP Checks.

Definition at line 64 of file Auth.php.

Referenced by Auth\checkAuth().

◆ AUTH_ADV_USERAGENT

const AUTH_ADV_USERAGENT 2

Auth Advanced Security - User Agent Checks.

Definition at line 68 of file Auth.php.

Referenced by Auth\checkAuth().

◆ AUTH_CALLBACK_ABORT

const AUTH_CALLBACK_ABORT -6

Returned if checkAuthCallback says session should not continue.

Definition at line 50 of file Auth.php.

Referenced by Auth\checkAuth().

◆ AUTH_EXPIRED

◆ AUTH_IDLED

◆ AUTH_LOG_DEBUG

const AUTH_LOG_DEBUG 7

Auth Log level - DEBUG.

Definition at line 59 of file Auth.php.

Referenced by Auth_Container_IMAP\_checkServer(), Auth_Container_DB\_connect(), Auth_Container_MDB\_connect(), Auth_Container_MDB2\_connect(), Auth_Container_DBLite\_connect(), Auth_Container_LDAP\_connect(), Auth_Container_LDAP\_disconnect(), Auth_Container_LDAP\_getBaseDN(), Auth_Container_File\_load(), Auth\_loadLogger(), Auth\_loadStorage(), Auth_Container_SMBPasswd\addUser(), Auth_Container_File\addUser(), Auth_Container\addUser(), Auth_Container_MDB2\addUser(), Auth_Container_MDB\addUser(), Auth_Container_DB\addUser(), Auth\addUser(), Auth\assignData(), Auth_Container_SMBPasswd\changePassword(), Auth_Container_File\changePassword(), Auth_Container\changePassword(), Auth_Container_MDB2\changePassword(), Auth_Container_MDB\changePassword(), Auth_Container_DB\changePassword(), Auth\changePassword(), Auth\checkAuth(), ilAuthContainerMultiple\checkAuthObserver(), Auth_Container_LDAP\checkGroup(), ilAuthContainerMultiple\failedLoginObserver(), Auth_Container_vpopmail\fetchData(), Auth_Container\fetchData(), ilAuthContainerMultiple\fetchData(), ilAuthContainerLDAP\fetchData(), Auth_Container_SMBPasswd\fetchData(), Auth_Container_Vpopmaild\fetchData(), Auth_Container_File\fetchData(), Auth_Container_KADM5\fetchData(), Auth_Container_SAP\fetchData(), Auth_Container_Pear\fetchData(), Auth_Container_RADIUS\fetchData(), Auth_Container_POP3\fetchData(), Auth_Container_Array\fetchData(), Auth_Container_Multiple\fetchData(), Auth_Container_SOAP\fetchData(), Auth_Container_SOAP5\fetchData(), Auth_Container_IMAP\fetchData(), Auth_Container_DBLite\fetchData(), Auth_Container_MDB\fetchData(), Auth_Container_MDB2\fetchData(), Auth_Container_DB\fetchData(), Auth_Container_LDAP\fetchData(), Auth\getAuth(), Auth_Container\getUser(), ilAuthBase\initAuth(), Auth_Container_SMBPasswd\listUsers(), Auth_Container_File\listUsers(), Auth_Container_Array\listUsers(), Auth_Container\listUsers(), Auth_Container_MDB2\listUsers(), Auth_Container_MDB\listUsers(), Auth_Container_DB\listUsers(), Auth\listUsers(), Auth\login(), ilAuthContainerMultiple\loginObserver(), Auth\logout(), Auth_Container_MDB2\query(), Auth_Container_MDB\query(), Auth_Container_SMBPasswd\removeUser(), Auth_Container_File\removeUser(), Auth_Container\removeUser(), Auth_Container_MDB2\removeUser(), Auth_Container_MDB\removeUser(), Auth_Container_DB\removeUser(), Auth\removeUser(), Auth\setAuth(), Auth\start(), Auth\staticCheckAuth(), ilAuthContainerMDB2\supportsCaptchaVerification(), and Auth_Container\verifyPassword().

◆ AUTH_LOG_INFO

const AUTH_LOG_INFO 6

Auth Log level - INFO.

Definition at line 55 of file Auth.php.

Referenced by Auth\checkAuth(), and Auth\login().

◆ AUTH_METHOD_NOT_SUPPORTED

const AUTH_METHOD_NOT_SUPPORTED -4

Returned if a container method is not supported.

Definition at line 42 of file Auth.php.

Referenced by Auth_Container\addUser(), Auth_Container\changePassword(), Auth_Container\getUser(), Auth_Container\listUsers(), and Auth_Container\removeUser().

◆ AUTH_SECURITY_BREACH

const AUTH_SECURITY_BREACH -5

Returned if new Advanced security system detects a breach.

Definition at line 46 of file Auth.php.

Referenced by Auth\checkAuth(), and Auth_Frontend_Html\render().

◆ AUTH_WRONG_LOGIN