|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Description of class interface. 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... | |
Description of class interface.
Definition at line 11 of file interface.ilAuthProviderAccountMigrationInterface.php.
| ilAuthProviderAccountMigrationInterface::createNewAccount | ( | ilAuthStatus | $status | ) |
Create new ILIAS account for external_account.
| ilAuthStatus |
Implemented in ilAuthProviderApache, ilAuthProviderLDAP, and ilAuthProviderSaml.
| ilAuthProviderAccountMigrationInterface::getExternalAccountName | ( | ) |
Get external account name.
Implemented in ilAuthProviderApache, ilAuthProviderLDAP, ilAuthProviderRadius, and ilAuthProviderSaml.
Referenced by ilAuthFrontend\handleAccountMigration().
Here is the caller graph for this function:| ilAuthProviderAccountMigrationInterface::getTriggerAuthMode | ( | ) |
Get auth mode which triggered the account migration 2_1 for ldap account migration with server id 1 11 for apache auth.
Implemented in ilAuthProviderApache, ilAuthProviderLDAP, ilAuthProviderRadius, and ilAuthProviderSaml.
Referenced by ilAuthFrontend\handleAccountMigration().
Here is the caller graph for this function:| ilAuthProviderAccountMigrationInterface::getUserAuthModeName | ( | ) |
Get user auth mode name ldap_1 for ldap account migration with server id 1 apache for apache auth.
Implemented in ilAuthProviderApache, ilAuthProviderLDAP, ilAuthProviderRadius, and ilAuthProviderSaml.
Referenced by ilAuthFrontend\handleAccountMigration().
Here is the caller graph for this function:| ilAuthProviderAccountMigrationInterface::migrateAccount | ( | ilAuthStatus | $status | ) |
Create new account.
| ilAuthStatus |
Implemented in ilAuthProviderApache, ilAuthProviderLDAP, ilAuthProviderRadius, and ilAuthProviderSaml.