ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (string $authMode, int $authSourceId=0) | |
getAuthSourceId () | |
setAuthSourceId (int $authSourceId) | |
getAuthMode () | |
setAuthMode (string $authMode) | |
getEmptyRule () | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
count () | |
current () | |
next () | |
key () | |
valid () | |
rewind () | |
save () | |
delete () | |
Protected Member Functions | |
read () | |
Protected Attributes | |
ilDBInterface | $db |
string | $authMode |
int | $authSourceId |
array | $mapping = [] |
Definition at line 21 of file class.ilExternalAuthUserAttributeMapping.php.
ilExternalAuthUserAttributeMapping::__construct | ( | string | $authMode, |
int | $authSourceId = 0 |
||
) |
Definition at line 29 of file class.ilExternalAuthUserAttributeMapping.php.
References $DIC, read(), setAuthMode(), and setAuthSourceId().
ilExternalAuthUserAttributeMapping::count | ( | ) |
Definition at line 89 of file class.ilExternalAuthUserAttributeMapping.php.
ilExternalAuthUserAttributeMapping::current | ( | ) |
Definition at line 94 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by valid().
ilExternalAuthUserAttributeMapping::delete | ( | ) |
Definition at line 156 of file class.ilExternalAuthUserAttributeMapping.php.
References getAuthMode(), and getAuthSourceId().
ilExternalAuthUserAttributeMapping::getAuthMode | ( | ) |
Definition at line 50 of file class.ilExternalAuthUserAttributeMapping.php.
References $authMode.
Referenced by delete(), read(), and save().
ilExternalAuthUserAttributeMapping::getAuthSourceId | ( | ) |
Definition at line 40 of file class.ilExternalAuthUserAttributeMapping.php.
References $authSourceId.
Referenced by delete(), read(), and save().
ilExternalAuthUserAttributeMapping::getEmptyRule | ( | ) |
Definition at line 60 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by read().
ilExternalAuthUserAttributeMapping::key | ( | ) |
Definition at line 104 of file class.ilExternalAuthUserAttributeMapping.php.
ilExternalAuthUserAttributeMapping::next | ( | ) |
Definition at line 99 of file class.ilExternalAuthUserAttributeMapping.php.
ilExternalAuthUserAttributeMapping::offsetExists | ( | $offset | ) |
Definition at line 65 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by offsetGet().
ilExternalAuthUserAttributeMapping::offsetGet | ( | $offset | ) |
Definition at line 70 of file class.ilExternalAuthUserAttributeMapping.php.
References null, and offsetExists().
ilExternalAuthUserAttributeMapping::offsetSet | ( | $offset, | |
$value | |||
) |
Definition at line 75 of file class.ilExternalAuthUserAttributeMapping.php.
References null.
ilExternalAuthUserAttributeMapping::offsetUnset | ( | $offset | ) |
Definition at line 84 of file class.ilExternalAuthUserAttributeMapping.php.
|
protected |
Definition at line 119 of file class.ilExternalAuthUserAttributeMapping.php.
References $res, getAuthMode(), getAuthSourceId(), and getEmptyRule().
Referenced by __construct().
ilExternalAuthUserAttributeMapping::rewind | ( | ) |
Definition at line 114 of file class.ilExternalAuthUserAttributeMapping.php.
ilExternalAuthUserAttributeMapping::save | ( | ) |
Definition at line 138 of file class.ilExternalAuthUserAttributeMapping.php.
References getAuthMode(), getAuthSourceId(), and ILIAS\Repository\int().
ilExternalAuthUserAttributeMapping::setAuthMode | ( | string | $authMode | ) |
Definition at line 55 of file class.ilExternalAuthUserAttributeMapping.php.
References $authMode.
Referenced by __construct().
ilExternalAuthUserAttributeMapping::setAuthSourceId | ( | int | $authSourceId | ) |
Definition at line 45 of file class.ilExternalAuthUserAttributeMapping.php.
References $authSourceId.
Referenced by __construct().
ilExternalAuthUserAttributeMapping::valid | ( | ) |
Definition at line 109 of file class.ilExternalAuthUserAttributeMapping.php.
References current().
|
protected |
Definition at line 24 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by getAuthMode(), and setAuthMode().
|
protected |
Definition at line 25 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by getAuthSourceId(), and setAuthSourceId().
|
protected |
Definition at line 23 of file class.ilExternalAuthUserAttributeMapping.php.
|
protected |
Definition at line 27 of file class.ilExternalAuthUserAttributeMapping.php.