|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilSamlMappedUserAttributeValueParser. More...
Collaboration diagram for ilSamlMappedUserAttributeValueParser:Public Member Functions | |
| __construct (private readonly ilExternalAuthUserAttributeMappingRule $rule, private readonly array $userData) | |
| getAttributeKey () | |
| parse () | |
Private Member Functions | |
| getValueIndex () | |
Private Attributes | |
| const | ATTR_REGEX = '/^(.*?)(\|(\d+))?$/' |
Class ilSamlMappedUserAttributeValueParser.
Definition at line 25 of file class.ilSamlMappedUserAttributeValueParser.php.
| ilSamlMappedUserAttributeValueParser::__construct | ( | private readonly ilExternalAuthUserAttributeMappingRule | $rule, |
| private readonly array | $userData | ||
| ) |
| array<string,mixed> | $userData |
Definition at line 32 of file class.ilSamlMappedUserAttributeValueParser.php.
| ilSamlMappedUserAttributeValueParser::getAttributeKey | ( | ) |
Definition at line 52 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by parse().
Here is the caller graph for this function:
|
private |
Definition at line 38 of file class.ilSamlMappedUserAttributeValueParser.php.
References ILIAS\Repository\int().
Referenced by parse().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSamlMappedUserAttributeValueParser::parse | ( | ) |
Definition at line 66 of file class.ilSamlMappedUserAttributeValueParser.php.
References getAttributeKey(), and getValueIndex().
Here is the call graph for this function:
|
private |
Definition at line 27 of file class.ilSamlMappedUserAttributeValueParser.php.