|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilAuthFactory:Static Public Member Functions | |
| static | getContext () |
| static | setContext (int $a_context) |
Data Fields | |
| const int | CONTEXT_WEB = 1 |
| Web based authentication. More... | |
| const int | CONTEXT_HTTP = 2 |
| HTTP Auth used for WebDAV and CalDAV If a special handling for WebDAV or CalDAV is required overwrite ilAuthHTTP with ilAuthCalDAV and create new constants. More... | |
| const int | CONTEXT_SOAP = 3 |
| SOAP based authentication. More... | |
| const int | CONTEXT_CAS = 5 |
| const int | CONTEXT_CALENDAR = 6 |
| Maybe not required. More... | |
| const int | CONTEXT_CALENDAR_TOKEN = 7 |
| Calendar authentication with auth token. More... | |
| const int | CONTEXT_ECS = 8 |
| Calendar authentication with auth token. More... | |
| const int | CONTEXT_APACHE = 10 |
| Apache based authentication. More... | |
Static Private Attributes | |
| static int | $context = self::CONTEXT_WEB |
Definition at line 21 of file class.ilAuthFactory.php.
|
static |
Definition at line 57 of file class.ilAuthFactory.php.
References $context.
Referenced by ilAuthFrontend\handleAuthenticationSuccess(), and ilInitialisation\setCookieConstants().
Here is the caller graph for this function:
|
static |
Definition at line 62 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 55 of file class.ilAuthFactory.php.
Referenced by getContext().
| const int ilAuthFactory::CONTEXT_APACHE = 10 |
Apache based authentication.
Definition at line 54 of file class.ilAuthFactory.php.
| const int ilAuthFactory::CONTEXT_CALENDAR = 6 |
Maybe not required.
HTTP based authentication for calendar access
Definition at line 42 of file class.ilAuthFactory.php.
| const int ilAuthFactory::CONTEXT_CALENDAR_TOKEN = 7 |
Calendar authentication with auth token.
Definition at line 46 of file class.ilAuthFactory.php.
Referenced by ilCalendarRemoteAccessHandler\initIlias().
| const int ilAuthFactory::CONTEXT_CAS = 5 |
Definition at line 38 of file class.ilAuthFactory.php.
| const int ilAuthFactory::CONTEXT_ECS = 8 |
Calendar authentication with auth token.
Definition at line 50 of file class.ilAuthFactory.php.
Referenced by ilAuthFrontend\handleAuthenticationSuccess().
| const int ilAuthFactory::CONTEXT_HTTP = 2 |
HTTP Auth used for WebDAV and CalDAV If a special handling for WebDAV or CalDAV is required overwrite ilAuthHTTP with ilAuthCalDAV and create new constants.
Definition at line 33 of file class.ilAuthFactory.php.
Referenced by ilInitialisation\setCookieConstants().
| const int ilAuthFactory::CONTEXT_SOAP = 3 |
SOAP based authentication.
Definition at line 37 of file class.ilAuthFactory.php.
Referenced by ilSoapAdministration\initAuthenticationObject().
| const int ilAuthFactory::CONTEXT_WEB = 1 |
Web based authentication.
Definition at line 26 of file class.ilAuthFactory.php.