ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
Public Member Functions | |
__construct (ilAuthCredentials $credentials) | |
doAuthentication (ilAuthStatus $status) | |
migrateAccount (ilAuthStatus $status) | |
Create new account. More... | |
createNewAccount (ilAuthStatus $status) | |
Create new ILIAS account for external_account. More... | |
getExternalAccountName () | |
Get external account name. More... | |
setExternalAccountName (string $name) | |
getTriggerAuthMode () | |
Get auth mode which triggered the account migration 2_1 for ldap account migration with server id 1 11 for apache auth. More... | |
getUserAuthModeName () | |
Get user auth mode name ldap_1 for ldap account migration with server id 1 apache for apache auth. More... | |
![]() | |
__construct (ilAuthCredentials $credentials) | |
Constructor. More... | |
getLogger () | |
Get logger. More... | |
getCredentials () | |
![]() | |
doAuthentication (\ilAuthStatus $status) | |
Do authentication. More... | |
Data Fields | |
const | APACHE_AUTH_TYPE_DIRECT_MAPPING = 1 |
const | APACHE_AUTH_TYPE_EXTENDED_MAPPING = 2 |
const | APACHE_AUTH_TYPE_BY_FUNCTION = 3 |
Private Member Functions | |
handleLDAPDataSource (ilAuthStatus $status) | |
Private Attributes | |
const | ENV_APACHE_AUTH_INDICATOR_NAME = 'apache_auth_indicator_name' |
const | ERR_WRONG_LOGIN = 'err_wrong_login' |
const | APACHE_ENABLE_LDAP = 'apache_enable_ldap' |
const | APACHE_LDAP_SID = 'apache_ldap_sid' |
readonly ilSetting | $settings |
string | $migration_account = '' |
bool | $force_new_account = false |
Additional Inherited Members | |
![]() | |
handleAuthenticationFail (ilAuthStatus $status, string $a_reason) | |
Handle failed authentication. More... | |
Definition at line 21 of file class.ilAuthProviderApache.php.
ilAuthProviderApache::__construct | ( | ilAuthCredentials | $credentials | ) |
Definition at line 38 of file class.ilAuthProviderApache.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\settings().
ilAuthProviderApache::createNewAccount | ( | ilAuthStatus | $status | ) |
Create new ILIAS account for external_account.
Implements ilAuthProviderAccountMigrationInterface.
Definition at line 113 of file class.ilAuthProviderApache.php.
References handleLDAPDataSource(), and ILIAS\Repository\settings().
ilAuthProviderApache::doAuthentication | ( | ilAuthStatus | $status | ) |
Definition at line 44 of file class.ilAuthProviderApache.php.
References $_SERVER, ilObjUser\_checkExternalAuthAccount(), ilObjUser\_lookupId(), ilAuthProvider\getCredentials(), ilAuthProvider\getLogger(), ilAuthProvider\handleAuthenticationFail(), handleLDAPDataSource(), ilUtil\isLogin(), ilAuthStatus\setAuthenticatedUserId(), ilAuthStatus\setStatus(), ILIAS\Repository\settings(), and ilAuthStatus\STATUS_AUTHENTICATED.
ilAuthProviderApache::getExternalAccountName | ( | ) |
Get external account name.
Implements ilAuthProviderAccountMigrationInterface.
Definition at line 121 of file class.ilAuthProviderApache.php.
References $migration_account.
ilAuthProviderApache::getTriggerAuthMode | ( | ) |
Get auth mode which triggered the account migration 2_1 for ldap account migration with server id 1 11 for apache auth.
Implements ilAuthProviderAccountMigrationInterface.
Definition at line 131 of file class.ilAuthProviderApache.php.
References ilAuthUtils\AUTH_APACHE.
ilAuthProviderApache::getUserAuthModeName | ( | ) |
Get user auth mode name ldap_1 for ldap account migration with server id 1 apache for apache auth.
Implements ilAuthProviderAccountMigrationInterface.
Definition at line 136 of file class.ilAuthProviderApache.php.
References ILIAS\Repository\settings().
|
private |
Definition at line 145 of file class.ilAuthProviderApache.php.
References Vendor\Package\$e, $server, ilObjUser\_lookupId(), ilAuthProvider\getCredentials(), ilLDAPServer\getInstanceByServerId(), ilAuthProvider\getLogger(), ilAuthProvider\handleAuthenticationFail(), ilAuthStatus\setAuthenticatedUserId(), ilLDAPUserSynchronisation\setExternalAccount(), setExternalAccountName(), ilAuthStatus\setStatus(), ILIAS\Repository\settings(), ilAuthStatus\STATUS_ACCOUNT_MIGRATION_REQUIRED, and ilAuthStatus\STATUS_AUTHENTICATED.
Referenced by createNewAccount(), doAuthentication(), and migrateAccount().
ilAuthProviderApache::migrateAccount | ( | ilAuthStatus | $status | ) |
Create new account.
Implements ilAuthProviderAccountMigrationInterface.
Definition at line 105 of file class.ilAuthProviderApache.php.
References handleLDAPDataSource(), and ILIAS\Repository\settings().
ilAuthProviderApache::setExternalAccountName | ( | string | $name | ) |
Definition at line 126 of file class.ilAuthProviderApache.php.
Referenced by handleLDAPDataSource().
|
private |
Definition at line 36 of file class.ilAuthProviderApache.php.
|
private |
Definition at line 35 of file class.ilAuthProviderApache.php.
Referenced by getExternalAccountName().
|
private |
Definition at line 34 of file class.ilAuthProviderApache.php.
const ilAuthProviderApache::APACHE_AUTH_TYPE_BY_FUNCTION = 3 |
Definition at line 25 of file class.ilAuthProviderApache.php.
Referenced by ilAuthFrontendCredentialsApache\initFromRequest().
const ilAuthProviderApache::APACHE_AUTH_TYPE_DIRECT_MAPPING = 1 |
Definition at line 23 of file class.ilAuthProviderApache.php.
Referenced by ilAuthFrontendCredentialsApache\initFromRequest().
const ilAuthProviderApache::APACHE_AUTH_TYPE_EXTENDED_MAPPING = 2 |
Definition at line 24 of file class.ilAuthProviderApache.php.
|
private |
Definition at line 31 of file class.ilAuthProviderApache.php.
|
private |
Definition at line 32 of file class.ilAuthProviderApache.php.
|
private |
Definition at line 27 of file class.ilAuthProviderApache.php.
|
private |
Definition at line 29 of file class.ilAuthProviderApache.php.