ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilSamlMappedUserAttributeValueParser. More...
Public Member Functions | |
__construct (\ilExternalAuthUserAttributeMappingRule $rule, array $userData) | |
ilSamlMappedUserAttributeValueParser constructor. More... | |
getAttributeKey () | |
parse () | |
Data Fields | |
const | ATTR_REGEX = '/^(.*?)(\|(\d+))?$/' |
Protected Member Functions | |
getValueIndex () | |
Protected Attributes | |
$rule | |
$userData = [] | |
Class ilSamlMappedUserAttributeValueParser.
Definition at line 7 of file class.ilSamlMappedUserAttributeValueParser.php.
ilSamlMappedUserAttributeValueParser::__construct | ( | \ilExternalAuthUserAttributeMappingRule | $rule, |
array | $userData | ||
) |
ilSamlMappedUserAttributeValueParser constructor.
ilExternalAuthUserAttributeMappingRule | $rule | |
array | $userData |
Definition at line 21 of file class.ilSamlMappedUserAttributeValueParser.php.
References $rule, and $userData.
ilSamlMappedUserAttributeValueParser::getAttributeKey | ( | ) |
Definition at line 47 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by parse().
|
protected |
Definition at line 30 of file class.ilSamlMappedUserAttributeValueParser.php.
References $index.
Referenced by parse().
ilSamlMappedUserAttributeValueParser::parse | ( | ) |
Definition at line 65 of file class.ilSamlMappedUserAttributeValueParser.php.
References getAttributeKey(), and getValueIndex().
|
protected |
Definition at line 12 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by __construct().
|
protected |
Definition at line 14 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by __construct().
const ilSamlMappedUserAttributeValueParser::ATTR_REGEX = '/^(.*?)(\|(\d+))?$/' |
Definition at line 9 of file class.ilSamlMappedUserAttributeValueParser.php.