ILIAS  release_8 Revision v8.24
interface.ilAuthProviderAccountMigrationInterface.php
Go to the documentation of this file.
1<?php
2
19declare(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}
Auth status implementation.
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.