|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Collaboration diagram for ilECSAuthFactory:Public Member Functions | |
| __construct () | |
| build (int $auth_type) | |
| getAuthTypes () | |
| getAvailableStrategies () | |
Protected Attributes | |
| readonly ilLogger | $logger |
| readonly ilCtrlInterface | $ctrl |
| readonly ilLanguage | $lng |
Definition at line 20 of file class.ilECSAuthFactory.php.
| ilECSAuthFactory::__construct | ( | ) |
Definition at line 26 of file class.ilECSAuthFactory.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\logger().
Here is the call graph for this function:| ilECSAuthFactory::build | ( | int | $auth_type | ) |
Definition at line 35 of file class.ilECSAuthFactory.php.
References ILIAS\Repository\ctrl(), ilECSParticipantSetting\INCOMING_AUTH_TYPE_LOGIN_PAGE, ilECSParticipantSetting\INCOMING_AUTH_TYPE_OIDC, ilECSParticipantSetting\INCOMING_AUTH_TYPE_SHIBBOLETH, ILIAS\Repository\lng(), and ILIAS\Repository\logger().
Referenced by getAvailableStrategies().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSAuthFactory::getAuthTypes | ( | ) |
Definition at line 48 of file class.ilECSAuthFactory.php.
References ilECSParticipantSetting\INCOMING_AUTH_TYPE_LOGIN_PAGE, ilECSParticipantSetting\INCOMING_AUTH_TYPE_OIDC, and ilECSParticipantSetting\INCOMING_AUTH_TYPE_SHIBBOLETH.
Referenced by getAvailableStrategies().
Here is the caller graph for this function:| ilECSAuthFactory::getAvailableStrategies | ( | ) |
Definition at line 57 of file class.ilECSAuthFactory.php.
References build(), and getAuthTypes().
Here is the call graph for this function:
|
protected |
Definition at line 23 of file class.ilECSAuthFactory.php.
|
protected |
Definition at line 24 of file class.ilECSAuthFactory.php.
|
protected |
Definition at line 22 of file class.ilECSAuthFactory.php.