ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 26 of file class.ilSamlMappedUserAttributeValueParser.php.
References $rule, and $userData.
ilSamlMappedUserAttributeValueParser::getAttributeKey | ( | ) |
Definition at line 52 of file class.ilSamlMappedUserAttributeValueParser.php.
References array.
Referenced by parse().
|
protected |
Definition at line 35 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by parse().
ilSamlMappedUserAttributeValueParser::parse | ( | ) |
Definition at line 70 of file class.ilSamlMappedUserAttributeValueParser.php.
References getAttributeKey(), and getValueIndex().
|
protected |
Definition at line 14 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by __construct().
|
protected |
Definition at line 19 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by __construct().
const ilSamlMappedUserAttributeValueParser::ATTR_REGEX = '/^(.*?)(\|(\d+))?$/' |
Definition at line 9 of file class.ilSamlMappedUserAttributeValueParser.php.