ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
interface.ilAuthProviderAccountMigrationInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 {
30  public function getTriggerAuthMode(): string;
31 
37  public function getUserAuthModeName(): string;
38 
42  public function getExternalAccountName(): string;
43 
47  public function migrateAccount(ilAuthStatus $status): void;
48 
49 
53  public function createNewAccount(ilAuthStatus $status): void;
54 }
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.
getUserAuthModeName()
Get user auth mode name ldap_1 for ldap account migration with server id 1 apache for apache auth...