ILIAS
release_8 Revision v8.19
|
Class ilExternalAuthUserAttributeMapping. More...
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 = [] |
Class ilExternalAuthUserAttributeMapping.
Definition at line 25 of file class.ilExternalAuthUserAttributeMapping.php.
ilExternalAuthUserAttributeMapping::__construct | ( | string | $authMode, |
int | $authSourceId = 0 |
||
) |
Definition at line 33 of file class.ilExternalAuthUserAttributeMapping.php.
References $DIC, read(), setAuthMode(), and setAuthSourceId().
ilExternalAuthUserAttributeMapping::count | ( | ) |
Definition at line 93 of file class.ilExternalAuthUserAttributeMapping.php.
ilExternalAuthUserAttributeMapping::current | ( | ) |
Definition at line 98 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by valid().
ilExternalAuthUserAttributeMapping::delete | ( | ) |
Definition at line 160 of file class.ilExternalAuthUserAttributeMapping.php.
References getAuthMode(), and getAuthSourceId().
ilExternalAuthUserAttributeMapping::getAuthMode | ( | ) |
Definition at line 54 of file class.ilExternalAuthUserAttributeMapping.php.
References $authMode.
Referenced by delete(), read(), and save().
ilExternalAuthUserAttributeMapping::getAuthSourceId | ( | ) |
Definition at line 44 of file class.ilExternalAuthUserAttributeMapping.php.
References $authSourceId.
Referenced by delete(), read(), and save().
ilExternalAuthUserAttributeMapping::getEmptyRule | ( | ) |
Definition at line 64 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by read().
ilExternalAuthUserAttributeMapping::key | ( | ) |
Definition at line 108 of file class.ilExternalAuthUserAttributeMapping.php.
ilExternalAuthUserAttributeMapping::next | ( | ) |
Definition at line 103 of file class.ilExternalAuthUserAttributeMapping.php.
ilExternalAuthUserAttributeMapping::offsetExists | ( | $offset | ) |
Definition at line 69 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by offsetGet().
ilExternalAuthUserAttributeMapping::offsetGet | ( | $offset | ) |
Definition at line 74 of file class.ilExternalAuthUserAttributeMapping.php.
References offsetExists().
ilExternalAuthUserAttributeMapping::offsetSet | ( | $offset, | |
$value | |||
) |
Definition at line 79 of file class.ilExternalAuthUserAttributeMapping.php.
ilExternalAuthUserAttributeMapping::offsetUnset | ( | $offset | ) |
Definition at line 88 of file class.ilExternalAuthUserAttributeMapping.php.
|
protected |
Definition at line 123 of file class.ilExternalAuthUserAttributeMapping.php.
References $res, getAuthMode(), getAuthSourceId(), and getEmptyRule().
Referenced by __construct().
ilExternalAuthUserAttributeMapping::rewind | ( | ) |
Definition at line 118 of file class.ilExternalAuthUserAttributeMapping.php.
ilExternalAuthUserAttributeMapping::save | ( | ) |
Definition at line 142 of file class.ilExternalAuthUserAttributeMapping.php.
References getAuthMode(), getAuthSourceId(), and ILIAS\Repository\int().
ilExternalAuthUserAttributeMapping::setAuthMode | ( | string | $authMode | ) |
Definition at line 59 of file class.ilExternalAuthUserAttributeMapping.php.
References $authMode.
Referenced by __construct().
ilExternalAuthUserAttributeMapping::setAuthSourceId | ( | int | $authSourceId | ) |
Definition at line 49 of file class.ilExternalAuthUserAttributeMapping.php.
References $authSourceId.
Referenced by __construct().
ilExternalAuthUserAttributeMapping::valid | ( | ) |
Definition at line 113 of file class.ilExternalAuthUserAttributeMapping.php.
References current().
|
protected |
Definition at line 28 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by getAuthMode(), and setAuthMode().
|
protected |
Definition at line 29 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by getAuthSourceId(), and setAuthSourceId().
|
protected |
Definition at line 27 of file class.ilExternalAuthUserAttributeMapping.php.
|
protected |
Definition at line 31 of file class.ilExternalAuthUserAttributeMapping.php.