|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Authentication frontend factory. More...
Collaboration diagram for ilAuthFactory:Static Public Member Functions | |
| static | getContext () |
| static | setContext ($a_context) |
| set context More... | |
Data Fields | |
| const | CONTEXT_WEB = 1 |
| const | CONTEXT_HTTP = 2 |
| const | CONTEXT_SOAP = 3 |
| const | CONTEXT_CAS = 5 |
| const | CONTEXT_CALENDAR = 6 |
| const | CONTEXT_CALENDAR_TOKEN = 7 |
| const | CONTEXT_ECS = 8 |
| const | CONTEXT_APACHE = 10 |
Static Private Attributes | |
| static | $context = self::CONTEXT_WEB |
|
static |
Definition at line 80 of file class.ilAuthFactory.php.
References $context.
Referenced by ilAuthFrontend\handleAuthenticationSuccess(), ilInitialisation\includePhp5Compliance(), pr(), ilInitialisation\setCookieConstants(), and vd().
Here is the caller graph for this function:
|
static |
set context
| int | $a_context |
Definition at line 90 of file class.ilAuthFactory.php.
References $context.
Referenced by ilSoapAdministration\__initAuthenticationObject(), and ilCalendarRemoteAccessHandler\initIlias().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 74 of file class.ilAuthFactory.php.
Referenced by getContext().
| const ilAuthFactory::CONTEXT_APACHE = 10 |
Definition at line 69 of file class.ilAuthFactory.php.
| const ilAuthFactory::CONTEXT_CALENDAR = 6 |
Definition at line 47 of file class.ilAuthFactory.php.
| const ilAuthFactory::CONTEXT_CALENDAR_TOKEN = 7 |
Definition at line 54 of file class.ilAuthFactory.php.
Referenced by ilCalendarRemoteAccessHandler\initIlias().
| const ilAuthFactory::CONTEXT_CAS = 5 |
Definition at line 41 of file class.ilAuthFactory.php.
Referenced by ilInitialisation\includePhp5Compliance().
| const ilAuthFactory::CONTEXT_ECS = 8 |
Definition at line 61 of file class.ilAuthFactory.php.
Referenced by ilAuthFrontend\handleAuthenticationSuccess().
| const ilAuthFactory::CONTEXT_HTTP = 2 |
Definition at line 29 of file class.ilAuthFactory.php.
Referenced by ilInitialisation\setCookieConstants().
| const ilAuthFactory::CONTEXT_SOAP = 3 |
Definition at line 36 of file class.ilAuthFactory.php.
Referenced by ilSoapAdministration\__initAuthenticationObject().
| const ilAuthFactory::CONTEXT_WEB = 1 |
Definition at line 20 of file class.ilAuthFactory.php.