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

Go to the source code of this file.

Data Structures

class  Auth

Namespaces

namespace  Auth
 

Variables

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

Variable Documentation

const AUTH_ADV_CHALLENGE = 3

Auth Advanced Security - Challenge Response.

Definition at line 72 of file Auth.php.

Referenced by Auth\checkAuth().

const AUTH_ADV_IPCHECK = 1

Auth Advanced Security - IP Checks.

Definition at line 64 of file Auth.php.

Referenced by Auth\checkAuth().

const AUTH_ADV_USERAGENT = 2

Auth Advanced Security - User Agent Checks.

Definition at line 68 of file Auth.php.

Referenced by Auth\checkAuth().

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().

const AUTH_IDLED = -1
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(), 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_MDB\query(), Auth_Container_MDB2\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(), and Auth_Container\verifyPassword().

const AUTH_LOG_INFO = 6

Auth Log level - INFO.

Definition at line 55 of file Auth.php.

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

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().

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().

const AUTH_WRONG_LOGIN = -3