ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
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... | |
getExternalAccountName () | |
Get external account name. More... | |
migrateAccount (ilAuthStatus $status) | |
Create new account. More... | |
createNewAccount (ilAuthStatus $status) | |
Create new ILIAS account for external_account. More... | |
Definition at line 26 of file interface.ilAuthProviderAccountMigrationInterface.php.
ilAuthProviderAccountMigrationInterface::createNewAccount | ( | ilAuthStatus | $status | ) |
Create new ILIAS account for external_account.
Implemented in ilAuthProviderSaml, ilAuthProviderLDAP, and ilAuthProviderApache.
ilAuthProviderAccountMigrationInterface::getExternalAccountName | ( | ) |
Get external account name.
Implemented in ilAuthProviderSaml, ilAuthProviderLDAP, and ilAuthProviderApache.
Referenced by ilAuthFrontend\handleAccountMigration().
ilAuthProviderAccountMigrationInterface::getTriggerAuthMode | ( | ) |
Get auth mode which triggered the account migration 2_1 for ldap account migration with server id 1 11 for apache auth.
Implemented in ilAuthProviderSaml, ilAuthProviderLDAP, and ilAuthProviderApache.
Referenced by ilAuthFrontend\handleAccountMigration().
ilAuthProviderAccountMigrationInterface::getUserAuthModeName | ( | ) |
Get user auth mode name ldap_1 for ldap account migration with server id 1 apache for apache auth.
Implemented in ilAuthProviderSaml, ilAuthProviderLDAP, and ilAuthProviderApache.
Referenced by ilAuthFrontend\handleAccountMigration().
ilAuthProviderAccountMigrationInterface::migrateAccount | ( | ilAuthStatus | $status | ) |
Create new account.
Implemented in ilAuthProviderSaml, ilAuthProviderLDAP, and ilAuthProviderApache.