ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
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 |
Definition at line 21 of file class.ilExternalAuthUserAttributeMappingRule.php.
ilExternalAuthUserAttributeMappingRule::getAttribute | ( | ) |
Definition at line 37 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $attribute.
Referenced by ilAuthProviderSaml\buildUserAttributeXml().
ilExternalAuthUserAttributeMappingRule::getExternalAttribute | ( | ) |
Definition at line 27 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $external_attribute.
ilExternalAuthUserAttributeMappingRule::isAutomaticallyUpdated | ( | ) |
Definition at line 47 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $update_automatically.
ilExternalAuthUserAttributeMappingRule::setAttribute | ( | string | $attribute | ) |
Definition at line 42 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $attribute.
ilExternalAuthUserAttributeMappingRule::setExternalAttribute | ( | string | $external_attribute | ) |
Definition at line 32 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $external_attribute.
ilExternalAuthUserAttributeMappingRule::updateAutomatically | ( | bool | $update_automatically | ) |
Definition at line 52 of file class.ilExternalAuthUserAttributeMappingRule.php.
References $update_automatically.
|
protected |
Definition at line 23 of file class.ilExternalAuthUserAttributeMappingRule.php.
Referenced by getAttribute(), and setAttribute().
|
protected |
Definition at line 24 of file class.ilExternalAuthUserAttributeMappingRule.php.
Referenced by getExternalAttribute(), and setExternalAttribute().
|
protected |
Definition at line 25 of file class.ilExternalAuthUserAttributeMappingRule.php.
Referenced by isAutomaticallyUpdated(), and updateAutomatically().