ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
interface.ilAuthProviderAccountMigrationInterface.php
Go to the documentation of this file.
1<?php
2
19declare(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}
getExternalAccountName()
Get external account name.
getTriggerAuthMode()
Get auth mode which triggered the account migration 2_1 for ldap account migration with server id 1 1...
createNewAccount(ilAuthStatus $status)
Create new ILIAS account for external_account.
getUserAuthModeName()
Get user auth mode name ldap_1 for ldap account migration with server id 1 apache for apache auth.
migrateAccount(ilAuthStatus $status)
Create new account.