ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilAuthProviderAccountMigrationInterface.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
12 {
13 
22  public function getTriggerAuthMode();
23 
29  public function getUserAuthModeName();
30 
35  public function getExternalAccountName();
36 
37 
38 
43  public function migrateAccount(ilAuthStatus $status);
44 
45 
50  public function createNewAccount(ilAuthStatus $status);
51 }
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...