ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilExternalAuthUserAttributeMappingRule. More...
Public Member Functions | |
getExternalAttribute () | |
setExternalAttribute ($external_attribute) | |
getAttribute () | |
setAttribute ($attribute) | |
isAutomaticallyUpdated () | |
updateAutomatically ($update_automatically) | |
Protected Attributes | |
$attribute = '' | |
$external_attribute = '' | |
$update_automatically = false | |
Class ilExternalAuthUserAttributeMappingRule.
Definition at line 8 of file class.ilExternalAuthUserAttributeMappingRule.php.
ilExternalAuthUserAttributeMappingRule::getAttribute | ( | ) |
Definition at line 44 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $attribute.
Referenced by ilAuthProviderSaml\buildUserAttributeXml().
ilExternalAuthUserAttributeMappingRule::getExternalAttribute | ( | ) |
Definition at line 28 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $external_attribute.
ilExternalAuthUserAttributeMappingRule::isAutomaticallyUpdated | ( | ) |
Definition at line 60 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $update_automatically.
ilExternalAuthUserAttributeMappingRule::setAttribute | ( | $attribute | ) |
string | $attribute |
Definition at line 52 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $attribute.
ilExternalAuthUserAttributeMappingRule::setExternalAttribute | ( | $external_attribute | ) |
string | $external_attribute |
Definition at line 36 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $external_attribute.
ilExternalAuthUserAttributeMappingRule::updateAutomatically | ( | $update_automatically | ) |
boolean | $update_automatically |
Definition at line 68 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $update_automatically.
|
protected |
Definition at line 13 of file class.ilExternalAuthUserAttributeMappingRule.php.
Referenced by getAttribute(), and setAttribute().
|
protected |
Definition at line 18 of file class.ilExternalAuthUserAttributeMappingRule.php.
Referenced by getExternalAttribute(), and setExternalAttribute().
|
protected |
Definition at line 23 of file class.ilExternalAuthUserAttributeMappingRule.php.
Referenced by isAutomaticallyUpdated(), and updateAutomatically().