ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Class ilExternalAuthUserAttributeMappingRule. More...
Public Member Functions | |
getExternalAttribute () | |
setExternalAttribute (string $external_attribute) | |
getAttribute () | |
setAttribute (string $attribute) | |
isAutomaticallyUpdated () | |
updateAutomatically (bool $update_automatically) | |
Protected Attributes | |
string | $attribute = '' |
string | $external_attribute = '' |
bool | $update_automatically = false |
Class ilExternalAuthUserAttributeMappingRule.
Definition at line 25 of file class.ilExternalAuthUserAttributeMappingRule.php.
ilExternalAuthUserAttributeMappingRule::getAttribute | ( | ) |
Definition at line 41 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $attribute.
Referenced by ilAuthProviderSaml\buildUserAttributeXml().
ilExternalAuthUserAttributeMappingRule::getExternalAttribute | ( | ) |
Definition at line 31 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $external_attribute.
ilExternalAuthUserAttributeMappingRule::isAutomaticallyUpdated | ( | ) |
Definition at line 51 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $update_automatically.
ilExternalAuthUserAttributeMappingRule::setAttribute | ( | string | $attribute | ) |
Definition at line 46 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $attribute.
ilExternalAuthUserAttributeMappingRule::setExternalAttribute | ( | string | $external_attribute | ) |
Definition at line 36 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $external_attribute.
ilExternalAuthUserAttributeMappingRule::updateAutomatically | ( | bool | $update_automatically | ) |
Definition at line 56 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $update_automatically.
|
protected |
Definition at line 27 of file class.ilExternalAuthUserAttributeMappingRule.php.
Referenced by getAttribute(), and setAttribute().
|
protected |
Definition at line 28 of file class.ilExternalAuthUserAttributeMappingRule.php.
Referenced by getExternalAttribute(), and setExternalAttribute().
|
protected |
Definition at line 29 of file class.ilExternalAuthUserAttributeMappingRule.php.
Referenced by isAutomaticallyUpdated(), and updateAutomatically().