|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilAuthProviderShibboleth:
Collaboration diagram for ilAuthProviderShibboleth:Public Member Functions | |
| __construct (ilAuthCredentials $credentials) | |
| doAuthentication (ilAuthStatus $status) | |
Public Member Functions inherited from ilAuthProvider | |
| __construct (ilAuthCredentials $credentials) | |
| getLogger () | |
| getCredentials () | |
| doAuthentication (ilAuthStatus $status) | |
Private Attributes | |
| ILIAS | $ilias |
| ilSetting | $settings |
Additional Inherited Members | |
Protected Member Functions inherited from ilAuthProvider | |
| handleAuthenticationFail (ilAuthStatus $status, string $a_reason) | |
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 Shibboleth authentication provider
Definition at line 23 of file class.ilAuthProviderShibboleth.php.
| ilAuthProviderShibboleth::__construct | ( | ilAuthCredentials | $credentials | ) |
Reimplemented from ilAuthProvider.
Definition at line 28 of file class.ilAuthProviderShibboleth.php.
References ilAuthProvider\$credentials, $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilAuthProviderShibboleth::doAuthentication | ( | ilAuthStatus | $status | ) |
| ilObjectNotFoundException | |
| ilSystemStyleException | |
| ilPasswordException | |
| ilObjectTypeMismatchException | |
| ilUserException |
@noRector
@noRector
Implements ilAuthProviderInterface.
Definition at line 43 of file class.ilAuthProviderShibboleth.php.
References $_SERVER, $new_user, $settings, ilObjUser\_lookupId(), ilShibbolethSettings\ACCOUNT_CREATION_DISABLED, ilShibbolethSettings\ACCOUNT_CREATION_ENABLED, ilShibbolethSettings\ACCOUNT_CREATION_WITH_APPROVAL, shibUser\buildInstance(), ilShibbolethRoleAssignmentRules\doAssignments(), ilShibbolethPluginWrapper\getInstance(), shibServerData\getInstance(), ilAuthProvider\getLogger(), ilAuthProvider\handleAuthenticationFail(), ilAuthStatus\setAuthenticatedUserId(), ilAuthStatus\setReason(), ilAuthStatus\setStatus(), ILIAS\Repository\settings(), ilAuthStatus\STATUS_AUTHENTICATED, ilAuthStatus\STATUS_AUTHENTICATION_FAILED, and ilShibbolethRoleAssignmentRules\updateAssignments().
Here is the call graph for this function:
|
private |
Definition at line 25 of file class.ilAuthProviderShibboleth.php.
|
private |
Definition at line 26 of file class.ilAuthProviderShibboleth.php.
Referenced by doAuthentication().