Public Member Functions | |
| __construct ($driverConfig) | |
| userRegistrationAllowed () | |
| userUpdateAllowed () | |
| getAuthSource () | |
| authenticate () | |
| getUserData () | |
Protected Attributes | |
| $driverConfig | |
| $authType | |
| $authSourceName | |
| $userRegistrationAllowed | |
| $userUpdateAllowed | |
| $extAuthOptionList | |
| $extAuthAttribNameList | |
| $extAuthAttribTreatmentList | |
| $auth | |
Definition at line 296 of file authdrivers.lib.php.
| __construct | ( | $ | driverConfig | ) |
Definition at line 309 of file authdrivers.lib.php.
| authenticate | ( | ) |
Implements AuthDriver.
Definition at line 345 of file authdrivers.lib.php.
| getAuthSource | ( | ) |
Implements AuthDriver.
Definition at line 340 of file authdrivers.lib.php.
| getUserData | ( | ) |
Implements AuthDriver.
Definition at line 374 of file authdrivers.lib.php.
| userRegistrationAllowed | ( | ) |
Reimplemented from AbstractAuthDriver.
Definition at line 330 of file authdrivers.lib.php.
| userUpdateAllowed | ( | ) |
Reimplemented from AbstractAuthDriver.
Definition at line 335 of file authdrivers.lib.php.
$auth [protected] |
Definition at line 307 of file authdrivers.lib.php.
$authSourceName [protected] |
Definition at line 300 of file authdrivers.lib.php.
$authType [protected] |
Definition at line 299 of file authdrivers.lib.php.
$driverConfig [protected] |
Definition at line 298 of file authdrivers.lib.php.
$extAuthAttribNameList [protected] |
Definition at line 304 of file authdrivers.lib.php.
$extAuthAttribTreatmentList [protected] |
Definition at line 305 of file authdrivers.lib.php.
$extAuthOptionList [protected] |
Definition at line 303 of file authdrivers.lib.php.
$userRegistrationAllowed [protected] |
Definition at line 301 of file authdrivers.lib.php.
$userUpdateAllowed [protected] |
Definition at line 302 of file authdrivers.lib.php.
1.6.3