| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Class ilExternalAuthUserAttributeMappingRule. More...
 Collaboration diagram for ilExternalAuthUserAttributeMappingRule: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().
 Here is the caller graph for this function:| 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().