ILIAS  release_7 Revision v7.30-3-g800a261c036
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}
An exception for terminatinating execution or to throw for unit testing.
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.