|
ILIAS
Release_3_10_x_branch Revision 61812
|
Collaboration diagram for ilLDAPRoleGroupMappingSettings:Public Member Functions | |
| getServerId () | |
| getMappings () | |
| Get already configured mappings. | |
| loadFromPost ($a_mappings) | |
| validate () | |
| Validate mappings. | |
| save () | |
| Save mappings. | |
| delete ($a_mapping_id) | |
| Delete a mapping. | |
| getMappingInfoString ($a_mapping_id) | |
| Create an info string for a role group mapping. | |
Static Public Member Functions | |
| static | _getInstanceByServerId ($a_server_id) |
| Get instance of class. | |
| static | _deleteByRole ($a_role_id) |
| static | _deleteByServerId ($a_server_id) |
| static | _getAllActiveMappings () |
Data Fields | |
| const | MAPPING_INFO_ALL = 1 |
| const | MAPPING_INFO_INFO_ONLY = 0 |
Private Member Functions | |
| __construct ($a_server_id) | |
| Private constructor (Singleton for each server_id) | |
| read () | |
| Read mappings. | |
Private Attributes | |
| $server_id = null | |
| $db = null | |
| $mappings = null | |
Static Private Attributes | |
| static | $instances = array() |
Definition at line 32 of file class.ilLDAPRoleGroupMappingSettings.php.
|
private |
Private constructor (Singleton for each server_id)
private
Definition at line 48 of file class.ilLDAPRoleGroupMappingSettings.php.
Here is the call graph for this function:
|
static |
Definition at line 74 of file class.ilLDAPRoleGroupMappingSettings.php.
Referenced by ilObjRole\delete().
Here is the caller graph for this function:
|
static |
Definition at line 85 of file class.ilLDAPRoleGroupMappingSettings.php.
|
static |
Definition at line 96 of file class.ilLDAPRoleGroupMappingSettings.php.
References $data, $res, and DB_FETCHMODE_OBJECT.
Referenced by ilLDAPRoleGroupMapping\initServers().
Here is the caller graph for this function:
|
static |
Get instance of class.
public
| int | server_id |
Definition at line 65 of file class.ilLDAPRoleGroupMappingSettings.php.
Referenced by ilLDAPSettingsGUI\initRoleMapping().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSettings::delete | ( | $a_mapping_id | ) |
Delete a mapping.
public
| int | mapping_id |
Definition at line 252 of file class.ilLDAPRoleGroupMappingSettings.php.
References getServerId(), and read().
Here is the call graph for this function:| ilLDAPRoleGroupMappingSettings::getMappingInfoString | ( | $a_mapping_id | ) |
Create an info string for a role group mapping.
public
| int | mapping_id |
Definition at line 269 of file class.ilLDAPRoleGroupMappingSettings.php.
| ilLDAPRoleGroupMappingSettings::getMappings | ( | ) |
Get already configured mappings.
public
Definition at line 135 of file class.ilLDAPRoleGroupMappingSettings.php.
| ilLDAPRoleGroupMappingSettings::getServerId | ( | ) |
Definition at line 124 of file class.ilLDAPRoleGroupMappingSettings.php.
References $server_id.
Referenced by delete(), read(), and save().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSettings::loadFromPost | ( | $a_mappings | ) |
Definition at line 142 of file class.ilLDAPRoleGroupMappingSettings.php.
References $data, and ilUtil\stripSlashes().
Here is the call graph for this function:
|
private |
Read mappings.
private
Definition at line 284 of file class.ilLDAPRoleGroupMappingSettings.php.
References $res, DB_FETCHMODE_OBJECT, and getServerId().
Referenced by __construct(), delete(), and save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSettings::save | ( | ) |
Save mappings.
public
Definition at line 206 of file class.ilLDAPRoleGroupMappingSettings.php.
References $data, getServerId(), and read().
Here is the call graph for this function:| ilLDAPRoleGroupMappingSettings::validate | ( | ) |
Validate mappings.
public
Definition at line 173 of file class.ilLDAPRoleGroupMappingSettings.php.
|
private |
Definition at line 36 of file class.ilLDAPRoleGroupMappingSettings.php.
|
staticprivate |
Definition at line 34 of file class.ilLDAPRoleGroupMappingSettings.php.
|
private |
Definition at line 37 of file class.ilLDAPRoleGroupMappingSettings.php.
|
private |
Definition at line 35 of file class.ilLDAPRoleGroupMappingSettings.php.
Referenced by getServerId().
| const ilLDAPRoleGroupMappingSettings::MAPPING_INFO_ALL = 1 |
Definition at line 39 of file class.ilLDAPRoleGroupMappingSettings.php.
Referenced by ilLDAPRoleGroupMapping\initServers().
| const ilLDAPRoleGroupMappingSettings::MAPPING_INFO_INFO_ONLY = 0 |
Definition at line 40 of file class.ilLDAPRoleGroupMappingSettings.php.