ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Class ilSamlMappedUserAttributeValueParser. More...
Public Member Functions | |
__construct (ilExternalAuthUserAttributeMappingRule $rule, array $userData) | |
getAttributeKey () | |
parse () | |
Protected Member Functions | |
getValueIndex () | |
Protected Attributes | |
ilExternalAuthUserAttributeMappingRule | $rule |
array | $userData = [] |
Private Attributes | |
const | ATTR_REGEX = '/^(.*?)(\|(\d+))?$/' |
Class ilSamlMappedUserAttributeValueParser.
Definition at line 25 of file class.ilSamlMappedUserAttributeValueParser.php.
ilSamlMappedUserAttributeValueParser::__construct | ( | ilExternalAuthUserAttributeMappingRule | $rule, |
array | $userData | ||
) |
Definition at line 33 of file class.ilSamlMappedUserAttributeValueParser.php.
References $rule, and $userData.
ilSamlMappedUserAttributeValueParser::getAttributeKey | ( | ) |
Definition at line 53 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by parse().
|
protected |
Definition at line 39 of file class.ilSamlMappedUserAttributeValueParser.php.
References $index, and ILIAS\Repository\int().
Referenced by parse().
ilSamlMappedUserAttributeValueParser::parse | ( | ) |
Definition at line 67 of file class.ilSamlMappedUserAttributeValueParser.php.
References getAttributeKey(), and getValueIndex().
|
protected |
Definition at line 29 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by __construct().
|
private |
Definition at line 27 of file class.ilSamlMappedUserAttributeValueParser.php.