ILIAS
Release_4_0_x_branch Revision 61816
|
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. |
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_EXPIRED = -2 |
Returned if session has expired.
Definition at line 34 of file Auth.php.
Referenced by ilSoapAdministration\__checkSession(), ilBaseAuthentication\__getAuthStatus(), Auth\checkAuth(), ilInitialisation\initILIAS(), Auth_Frontend_Html\render(), and ilStartUpGUI\showLogin().
const AUTH_IDLED = -1 |
Returned if session exceeds idle time.
Definition at line 30 of file Auth.php.
Referenced by ilSoapAdministration\__checkSession(), ilBaseAuthentication\__getAuthStatus(), Auth\checkAuth(), ilInitialisation\initILIAS(), and ilStartUpGUI\showLogin().
const AUTH_LOG_DEBUG = 7 |
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 |
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 |
Returned if container is unable to authenticate user/password pair.
Definition at line 38 of file Auth.php.
Referenced by ilSoapAdministration\__checkSession(), ilBaseAuthentication\__getAuthStatus(), ShibAuth\login(), ilCASAuth\login(), Auth_HTTP\login(), Auth\login(), ilAuthContainerCAS\loginObserver(), ilStartUpGUI\showLogin(), and ilStartUpGUI\showUserMappingSelection().