ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilAuthProviderAccountMigrationInterface Interface Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilAuthProviderAccountMigrationInterface:
+ Collaboration diagram for ilAuthProviderAccountMigrationInterface:

Public Member Functions

 getTriggerAuthMode ()
 Get auth mode which triggered the account migration 2_1 for ldap account migration with server id 1 11 for apache auth. More...
 
 getUserAuthModeName ()
 Get user auth mode name ldap_1 for ldap account migration with server id 1 apache for apache auth. More...
 
 getExternalAccountName ()
 Get external account name. More...
 
 migrateAccount (ilAuthStatus $status)
 Create new account. More...
 
 createNewAccount (ilAuthStatus $status)
 Create new ILIAS account for external_account. More...
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Author
Stefan Meyer smeye.nosp@m.r.il.nosp@m.ias@g.nosp@m.mx.d.nosp@m.e

Definition at line 26 of file interface.ilAuthProviderAccountMigrationInterface.php.

Member Function Documentation

◆ createNewAccount()

ilAuthProviderAccountMigrationInterface::createNewAccount ( ilAuthStatus  $status)

Create new ILIAS account for external_account.

Implemented in ilAuthProviderSaml, ilAuthProviderLDAP, and ilAuthProviderApache.

◆ getExternalAccountName()

ilAuthProviderAccountMigrationInterface::getExternalAccountName ( )

Get external account name.

Implemented in ilAuthProviderSaml, ilAuthProviderLDAP, and ilAuthProviderApache.

Referenced by ilAuthFrontend\handleAccountMigration().

+ Here is the caller graph for this function:

◆ getTriggerAuthMode()

ilAuthProviderAccountMigrationInterface::getTriggerAuthMode ( )

Get auth mode which triggered the account migration 2_1 for ldap account migration with server id 1 11 for apache auth.

See also
ilAuthUtils

Implemented in ilAuthProviderSaml, ilAuthProviderLDAP, and ilAuthProviderApache.

Referenced by ilAuthFrontend\handleAccountMigration().

+ Here is the caller graph for this function:

◆ getUserAuthModeName()

ilAuthProviderAccountMigrationInterface::getUserAuthModeName ( )

Get user auth mode name ldap_1 for ldap account migration with server id 1 apache for apache auth.

Implemented in ilAuthProviderSaml, ilAuthProviderLDAP, and ilAuthProviderApache.

Referenced by ilAuthFrontend\handleAccountMigration().

+ Here is the caller graph for this function:

◆ migrateAccount()

ilAuthProviderAccountMigrationInterface::migrateAccount ( ilAuthStatus  $status)

Create new account.

Implemented in ilAuthProviderSaml, ilAuthProviderLDAP, and ilAuthProviderApache.


The documentation for this interface was generated from the following file: