|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilOpenIdConnectUserSync:Public Member Functions | |
| __construct (private readonly ilOpenIdConnectSettings $settings, private readonly stdClass $user_info) | |
| setExternalAccount (string $ext_account) | |
| setInternalAccount (string $int_account) | |
| getUserId () | |
| needsCreation () | |
| updateUser () | |
Data Fields | |
| const | AUTH_MODE = 'oidc' |
Protected Member Functions | |
| parseRoleAssignments () | |
Private Member Functions | |
| transformToXml () | |
| valueFrom (string $connect_name) | |
Private Attributes | |
| const | UDF_STRING = 'udf_' |
| readonly ilLogger | $logger |
| readonly Language | $lng |
| readonly ilXmlWriter | $writer |
| string | $ext_account = '' |
| string | $int_account = '' |
| int | $usr_id = 0 |
| array | $user_defined_fields |
Definition at line 24 of file class.ilOpenIdConnectUserSync.php.
| ilOpenIdConnectUserSync::__construct | ( | private readonly ilOpenIdConnectSettings | $settings, |
| private readonly stdClass | $user_info | ||
| ) |
Definition at line 40 of file class.ilOpenIdConnectUserSync.php.
References $DIC, ILIAS\Repository\lng(), and ILIAS\Repository\logger().
Here is the call graph for this function:| ilOpenIdConnectUserSync::getUserId | ( | ) |
Definition at line 63 of file class.ilOpenIdConnectUserSync.php.
References $usr_id.
Referenced by transformToXml().
Here is the caller graph for this function:| ilOpenIdConnectUserSync::needsCreation | ( | ) |
Definition at line 68 of file class.ilOpenIdConnectUserSync.php.
References ilLogLevel\DEBUG, and ILIAS\Repository\logger().
Referenced by parseRoleAssignments(), transformToXml(), and updateUser().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 289 of file class.ilOpenIdConnectUserSync.php.
References ilLogLevel\DEBUG, ILIAS\Repository\logger(), needsCreation(), and ILIAS\Repository\settings().
Referenced by transformToXml(), and updateUser().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOpenIdConnectUserSync::setExternalAccount | ( | string | $ext_account | ) |
Definition at line 52 of file class.ilOpenIdConnectUserSync.php.
References $ext_account.
| ilOpenIdConnectUserSync::setInternalAccount | ( | string | $int_account | ) |
Definition at line 57 of file class.ilOpenIdConnectUserSync.php.
References $int_account, ilObjUser\_lookupId(), and ILIAS\Repository\int().
Referenced by updateUser().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 103 of file class.ilOpenIdConnectUserSync.php.
References ilAuthUtils\_generateLogin(), getUserId(), ILIAS\Repository\logger(), needsCreation(), parseRoleAssignments(), ILIAS\Repository\settings(), and valueFrom().
Referenced by updateUser().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOpenIdConnectUserSync::updateUser | ( | ) |
Definition at line 75 of file class.ilOpenIdConnectUserSync.php.
References $int_account, ilObjUser\_checkExternalAuthAccount(), ILIAS\Repository\logger(), needsCreation(), parseRoleAssignments(), setInternalAccount(), ILIAS\Repository\settings(), transformToXml(), and USER_FOLDER_ID.
Here is the call graph for this function:
|
private |
Definition at line 383 of file class.ilOpenIdConnectUserSync.php.
References ILIAS\Repository\logger().
Referenced by transformToXml().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 32 of file class.ilOpenIdConnectUserSync.php.
Referenced by setExternalAccount().
|
private |
Definition at line 33 of file class.ilOpenIdConnectUserSync.php.
Referenced by setInternalAccount(), and updateUser().
|
private |
Definition at line 30 of file class.ilOpenIdConnectUserSync.php.
|
private |
Definition at line 29 of file class.ilOpenIdConnectUserSync.php.
|
private |
Definition at line 38 of file class.ilOpenIdConnectUserSync.php.
|
private |
Definition at line 34 of file class.ilOpenIdConnectUserSync.php.
Referenced by getUserId().
|
private |
Definition at line 31 of file class.ilOpenIdConnectUserSync.php.
| const ilOpenIdConnectUserSync::AUTH_MODE = 'oidc' |
Definition at line 26 of file class.ilOpenIdConnectUserSync.php.
|
private |
Definition at line 27 of file class.ilOpenIdConnectUserSync.php.