ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilExternalAuthUserAttributeMappingRule Class Reference

Class ilExternalAuthUserAttributeMappingRule. More...

+ Collaboration diagram for ilExternalAuthUserAttributeMappingRule:

Public Member Functions

 getExternalAttribute ()
 
 setExternalAttribute ($external_attribute)
 
 getAttribute ()
 
 setAttribute ($attribute)
 
 isAutomaticallyUpdated ()
 
 updateAutomatically ($update_automatically)
 

Protected Attributes

 $attribute = ''
 
 $external_attribute = ''
 
 $update_automatically = false
 

Detailed Description

Member Function Documentation

◆ getAttribute()

ilExternalAuthUserAttributeMappingRule::getAttribute ( )
Returns
string

Definition at line 44 of file class.ilExternalAuthUserAttributeMappingRule.php.

References $attribute.

Referenced by ilAuthProviderSaml\buildUserAttributeXml().

+ Here is the caller graph for this function:

◆ getExternalAttribute()

ilExternalAuthUserAttributeMappingRule::getExternalAttribute ( )

◆ isAutomaticallyUpdated()

ilExternalAuthUserAttributeMappingRule::isAutomaticallyUpdated ( )

◆ setAttribute()

ilExternalAuthUserAttributeMappingRule::setAttribute (   $attribute)
Parameters
string$attribute

Definition at line 52 of file class.ilExternalAuthUserAttributeMappingRule.php.

References $attribute.

◆ setExternalAttribute()

ilExternalAuthUserAttributeMappingRule::setExternalAttribute (   $external_attribute)
Parameters
string$external_attribute

Definition at line 36 of file class.ilExternalAuthUserAttributeMappingRule.php.

References $external_attribute.

◆ updateAutomatically()

ilExternalAuthUserAttributeMappingRule::updateAutomatically (   $update_automatically)
Parameters
boolean$update_automatically

Definition at line 68 of file class.ilExternalAuthUserAttributeMappingRule.php.

References $update_automatically.

Field Documentation

◆ $attribute

ilExternalAuthUserAttributeMappingRule::$attribute = ''
protected

Definition at line 13 of file class.ilExternalAuthUserAttributeMappingRule.php.

Referenced by getAttribute(), and setAttribute().

◆ $external_attribute

ilExternalAuthUserAttributeMappingRule::$external_attribute = ''
protected

◆ $update_automatically

ilExternalAuthUserAttributeMappingRule::$update_automatically = false
protected

The documentation for this class was generated from the following file: