ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Apache auth provider. More...
Public Member Functions | |
__construct (ilAuthCredentials $credentials) | |
Constructor. More... | |
doAuthentication (ilAuthStatus $status) | |
migrateAccount (ilAuthStatus $status) | |
createNewAccount (ilAuthStatus $status) | |
getExternalAccountName () | |
setExternalAccountName (string $name) | |
getTriggerAuthMode () | |
getUserAuthModeName () | |
![]() | |
__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 |
![]() | |
const | STATUS_UNDEFINED = 0 |
const | STATUS_AUTHENTICATION_SUCCESS = 1 |
const | STATUS_AUTHENTICATION_FAILED = 2 |
const | STATUS_MIGRATION = 3 |
Protected Member Functions | |
getSettings () | |
Get setings. More... | |
handleLDAPDataSource (ilAuthStatus $status) | |
![]() | |
handleAuthenticationFail (ilAuthStatus $status, $a_reason) | |
Handle failed authentication. More... | |
Private Attributes | |
$settings = null | |
$migration_account = '' | |
$force_new_account = false | |
Apache auth provider.
Definition at line 8 of file class.ilAuthProviderApache.php.
ilAuthProviderApache::__construct | ( | ilAuthCredentials | $credentials | ) |
Constructor.
ilAuthCredentials | $credentials |
Definition at line 23 of file class.ilAuthProviderApache.php.
References ILIAS\GlobalScreen\Provider\__construct(), and settings().
ilAuthProviderApache::createNewAccount | ( | ilAuthStatus | $status | ) |
Implements ilAuthProviderAccountMigrationInterface.
Definition at line 112 of file class.ilAuthProviderApache.php.
References getSettings(), and handleLDAPDataSource().
ilAuthProviderApache::doAuthentication | ( | ilAuthStatus | $status | ) |
Definition at line 41 of file class.ilAuthProviderApache.php.
References $_SERVER, $login, ilObjUser\_checkExternalAuthAccount(), ilObjUser\_lookupId(), ilAuthProvider\getCredentials(), ilAuthProvider\getLogger(), getSettings(), ilAuthProvider\handleAuthenticationFail(), handleLDAPDataSource(), ilUtil\isLogin(), ilAuthStatus\setAuthenticatedUserId(), ilAuthStatus\setStatus(), and ilAuthStatus\STATUS_AUTHENTICATED.
ilAuthProviderApache::getExternalAccountName | ( | ) |
Implements ilAuthProviderAccountMigrationInterface.
Definition at line 123 of file class.ilAuthProviderApache.php.
References $migration_account.
|
protected |
Get setings.
Definition at line 33 of file class.ilAuthProviderApache.php.
References $settings.
Referenced by createNewAccount(), doAuthentication(), getUserAuthModeName(), handleLDAPDataSource(), and migrateAccount().
ilAuthProviderApache::getTriggerAuthMode | ( | ) |
Implements ilAuthProviderAccountMigrationInterface.
Definition at line 139 of file class.ilAuthProviderApache.php.
References AUTH_APACHE.
ilAuthProviderApache::getUserAuthModeName | ( | ) |
Implements ilAuthProviderAccountMigrationInterface.
Definition at line 147 of file class.ilAuthProviderApache.php.
References getSettings().
|
protected |
Definition at line 159 of file class.ilAuthProviderApache.php.
References Vendor\Package\$e, $server, ilObjUser\_lookupId(), ilAuthProvider\getCredentials(), ilLDAPServer\getInstanceByServerId(), ilAuthProvider\getLogger(), getSettings(), ilAuthProvider\handleAuthenticationFail(), ilAuthStatus\setAuthenticatedUserId(), ilLDAPUserSynchronisation\setExternalAccount(), setExternalAccountName(), ilAuthStatus\setStatus(), ilAuthStatus\STATUS_ACCOUNT_MIGRATION_REQUIRED, and ilAuthStatus\STATUS_AUTHENTICATED.
Referenced by createNewAccount(), doAuthentication(), and migrateAccount().
ilAuthProviderApache::migrateAccount | ( | ilAuthStatus | $status | ) |
Implements ilAuthProviderAccountMigrationInterface.
Definition at line 101 of file class.ilAuthProviderApache.php.
References getSettings(), and handleLDAPDataSource().
ilAuthProviderApache::setExternalAccountName | ( | string | $name | ) |
string | $name |
Definition at line 131 of file class.ilAuthProviderApache.php.
References $name.
Referenced by handleLDAPDataSource().
|
private |
Definition at line 17 of file class.ilAuthProviderApache.php.
|
private |
Definition at line 16 of file class.ilAuthProviderApache.php.
Referenced by getExternalAccountName().
|
private |
Definition at line 14 of file class.ilAuthProviderApache.php.
Referenced by getSettings().
const ilAuthProviderApache::APACHE_AUTH_TYPE_BY_FUNCTION = 3 |
Definition at line 12 of file class.ilAuthProviderApache.php.
const ilAuthProviderApache::APACHE_AUTH_TYPE_DIRECT_MAPPING = 1 |
Definition at line 10 of file class.ilAuthProviderApache.php.
const ilAuthProviderApache::APACHE_AUTH_TYPE_EXTENDED_MAPPING = 2 |
Definition at line 11 of file class.ilAuthProviderApache.php.