| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Class ilObjAuthSettingsGUI. More...
 Collaboration diagram for ilRegistrationSettings:
 Collaboration diagram for ilRegistrationSettings:| Public Member Functions | |
| ilRegistrationSettings () | |
| getRegistrationType () | |
| setRegistrationType ($a_type) | |
| _lookupRegistrationType () | |
| enabled () | |
| directEnabled () | |
| approveEnabled () | |
| activationEnabled () | |
| registrationCodeRequired () | |
| passwordGenerationEnabled () | |
| setPasswordGenerationStatus ($a_status) | |
| getAccessLimitation () | |
| setAccessLimitation ($a_access_limitation) | |
| setApproveRecipientLogins ($a_rec_string) | |
| getApproveRecipientLogins () | |
| getApproveRecipients () | |
| getUnknown () | |
| roleSelectionEnabled () | |
| automaticRoleAssignmentEnabled () | |
| setRoleType ($a_type) | |
| setRegistrationHashLifetime ($a_lifetime) | |
| getRegistrationHashLifetime () | |
| setAllowCodes ($a_allow_codes) | |
| getAllowCodes () | |
| setAllowedDomains ($a_value) | |
| getAllowedDomains () | |
| validate () | |
| save () | |
| __read () | |
| Data Fields | |
| const | ERR_UNKNOWN_RCP = 1 | 
| const | ERR_MISSING_RCP = 2 | 
| const | REG_HASH_LIFETIME_MIN_VALUE = 60 | 
Class ilObjAuthSettingsGUI.
Definition at line 45 of file class.ilRegistrationSettings.php.
| ilRegistrationSettings::__read | ( | ) | 
Definition at line 250 of file class.ilRegistrationSettings.php.
References ilObjUser\_lookupLogin(), and setAllowedDomains().
Referenced by ilRegistrationSettings().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRegistrationSettings::_lookupRegistrationType | ( | ) | 
Definition at line 77 of file class.ilRegistrationSettings.php.
References IL_REG_DISABLED.
Referenced by ilStartUpGUI\showRegistrationLinks().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRegistrationSettings::activationEnabled | ( | ) | 
Definition at line 96 of file class.ilRegistrationSettings.php.
References IL_REG_ACTIVATION.
| ilRegistrationSettings::approveEnabled | ( | ) | 
Definition at line 92 of file class.ilRegistrationSettings.php.
References IL_REG_APPROVE.
| ilRegistrationSettings::automaticRoleAssignmentEnabled | ( | ) | 
Definition at line 155 of file class.ilRegistrationSettings.php.
References IL_REG_ROLES_EMAIL.
| ilRegistrationSettings::directEnabled | ( | ) | 
Definition at line 88 of file class.ilRegistrationSettings.php.
References IL_REG_DIRECT.
| ilRegistrationSettings::enabled | ( | ) | 
Definition at line 84 of file class.ilRegistrationSettings.php.
References IL_REG_DISABLED.
| ilRegistrationSettings::getAccessLimitation | ( | ) | 
Definition at line 114 of file class.ilRegistrationSettings.php.
References $access_limitation.
| ilRegistrationSettings::getAllowCodes | ( | ) | 
Definition at line 183 of file class.ilRegistrationSettings.php.
References $reg_allow_codes.
| ilRegistrationSettings::getAllowedDomains | ( | ) | 
Definition at line 194 of file class.ilRegistrationSettings.php.
References $allowed_domains.
| ilRegistrationSettings::getApproveRecipientLogins | ( | ) | 
Definition at line 138 of file class.ilRegistrationSettings.php.
References $approve_recipient_logins.
Referenced by validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRegistrationSettings::getApproveRecipients | ( | ) | 
Definition at line 142 of file class.ilRegistrationSettings.php.
| ilRegistrationSettings::getRegistrationHashLifetime | ( | ) | 
Definition at line 171 of file class.ilRegistrationSettings.php.
| ilRegistrationSettings::getRegistrationType | ( | ) | 
Definition at line 68 of file class.ilRegistrationSettings.php.
References $registration_type.
Referenced by validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRegistrationSettings::getUnknown | ( | ) | 
Definition at line 146 of file class.ilRegistrationSettings.php.
| ilRegistrationSettings::ilRegistrationSettings | ( | ) | 
Definition at line 63 of file class.ilRegistrationSettings.php.
References __read().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRegistrationSettings::passwordGenerationEnabled | ( | ) | 
Definition at line 105 of file class.ilRegistrationSettings.php.
References $password_generation_enabled.
| ilRegistrationSettings::registrationCodeRequired | ( | ) | 
Definition at line 100 of file class.ilRegistrationSettings.php.
References IL_REG_CODES.
| ilRegistrationSettings::roleSelectionEnabled | ( | ) | 
Definition at line 151 of file class.ilRegistrationSettings.php.
References IL_REG_ROLES_FIXED.
| ilRegistrationSettings::save | ( | ) | 
Definition at line 234 of file class.ilRegistrationSettings.php.
| ilRegistrationSettings::setAccessLimitation | ( | $a_access_limitation | ) | 
Definition at line 119 of file class.ilRegistrationSettings.php.
| ilRegistrationSettings::setAllowCodes | ( | $a_allow_codes | ) | 
Definition at line 176 of file class.ilRegistrationSettings.php.
| ilRegistrationSettings::setAllowedDomains | ( | $a_value | ) | 
Definition at line 188 of file class.ilRegistrationSettings.php.
Referenced by __read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRegistrationSettings::setApproveRecipientLogins | ( | $a_rec_string | ) | 
Definition at line 124 of file class.ilRegistrationSettings.php.
References ilObjUser\_lookupId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRegistrationSettings::setPasswordGenerationStatus | ( | $a_status | ) | 
Definition at line 109 of file class.ilRegistrationSettings.php.
| ilRegistrationSettings::setRegistrationHashLifetime | ( | $a_lifetime | ) | 
Definition at line 164 of file class.ilRegistrationSettings.php.
| ilRegistrationSettings::setRegistrationType | ( | $a_type | ) | 
Definition at line 72 of file class.ilRegistrationSettings.php.
| ilRegistrationSettings::setRoleType | ( | $a_type | ) | 
Definition at line 159 of file class.ilRegistrationSettings.php.
| ilRegistrationSettings::validate | ( | ) | 
Definition at line 199 of file class.ilRegistrationSettings.php.
References $valid, ilObjUser\_lookupId(), ERR_MISSING_RCP, ERR_UNKNOWN_RCP, getApproveRecipientLogins(), getRegistrationType(), and IL_REG_APPROVE.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 54 of file class.ilRegistrationSettings.php.
Referenced by getAccessLimitation().
| 
 | private | 
Definition at line 61 of file class.ilRegistrationSettings.php.
Referenced by getAllowedDomains().
| 
 | private | 
Definition at line 56 of file class.ilRegistrationSettings.php.
| 
 | private | 
Definition at line 55 of file class.ilRegistrationSettings.php.
Referenced by getApproveRecipientLogins().
| 
 | private | 
Definition at line 53 of file class.ilRegistrationSettings.php.
Referenced by passwordGenerationEnabled().
| 
 | private | 
Definition at line 60 of file class.ilRegistrationSettings.php.
Referenced by getAllowCodes().
| 
 | private | 
Definition at line 59 of file class.ilRegistrationSettings.php.
| 
 | private | 
Definition at line 52 of file class.ilRegistrationSettings.php.
Referenced by getRegistrationType().
| 
 | private | 
Definition at line 57 of file class.ilRegistrationSettings.php.
| 
 | private | 
Definition at line 58 of file class.ilRegistrationSettings.php.
| const ilRegistrationSettings::ERR_MISSING_RCP = 2 | 
Definition at line 48 of file class.ilRegistrationSettings.php.
Referenced by ilRegistrationSettingsGUI\save(), and validate().
| const ilRegistrationSettings::ERR_UNKNOWN_RCP = 1 | 
Definition at line 47 of file class.ilRegistrationSettings.php.
Referenced by ilRegistrationSettingsGUI\save(), and validate().
| const ilRegistrationSettings::REG_HASH_LIFETIME_MIN_VALUE = 60 | 
Definition at line 50 of file class.ilRegistrationSettings.php.
Referenced by ilRegistrationSettingsGUI\initForm(), and ilRegistrationSettingsGUI\save().