ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
interface.ilAuthProviderAccountMigrationInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 {
35  public function getTriggerAuthMode(): string;
36 
42  public function getUserAuthModeName(): string;
43 
47  public function getExternalAccountName(): string;
48 
49 
50 
54  public function migrateAccount(ilAuthStatus $status): void;
55 
56 
60  public function createNewAccount(ilAuthStatus $status): void;
61 }
getTriggerAuthMode()
Get auth mode which triggered the account migration 2_1 for ldap account migration with server id 1 1...
migrateAccount(ilAuthStatus $status)
Create new account.
createNewAccount(ilAuthStatus $status)
Create new ILIAS account for external_account.
getExternalAccountName()
Get external account name.
Auth status implementation.
getUserAuthModeName()
Get user auth mode name ldap_1 for ldap account migration with server id 1 apache for apache auth...