ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (int $a_mapping_id) | |
read () | |
read data from db More... | |
delete () | |
delete mapping by id More... | |
update () | |
update mapping by id More... | |
save () | |
create new mapping More... | |
getMappingId () | |
get mapping id More... | |
setMappingId (int $a_value) | |
set mapping id More... | |
getServerId () | |
get server id More... | |
setServerId (int $a_value) | |
set server id More... | |
getURL () | |
get url More... | |
setURL (string $a_value) | |
set url More... | |
getDN () | |
get group dn More... | |
setDN (string $a_value) | |
set group dn More... | |
getMemberAttribute () | |
get Group Member Attribute More... | |
setMemberAttribute (string $a_value) | |
set Group Member Attribute More... | |
getMemberISDN () | |
get Member Attribute Value is DN More... | |
setMemberISDN (bool $a_value) | |
set Member Attribute Value is DN More... | |
getRole () | |
get ILIAS Role Name id More... | |
setRole (int $a_value) | |
set ILIAS Role Name id More... | |
getRoleName () | |
get ILIAS Role Name More... | |
setRoleByName (string $a_value) | |
set ILIAS Role Name More... | |
getMappingInfo () | |
get Information Text More... | |
setMappingInfo (string $a_value) | |
set Information Text More... | |
getMappingInfoType () | |
get Show Information also in the Repository/Personal Desktop More... | |
setMappingInfoType (bool $a_value) | |
set Show Information also in the Repository/Personal Desktop More... | |
Private Attributes | |
ilDBInterface | $db |
ilObjectDataCache | $ilObjDataCache |
ilRbacReview | $rbacreview |
int | $mapping_id |
int | $server_id |
string | $url |
string | $dn |
string | $member_attribute |
bool | $mapping_info_type |
bool | $member_isdn |
int | $role |
string | $mapping_info |
Definition at line 24 of file class.ilLDAPRoleGroupMappingSetting.php.
ilLDAPRoleGroupMappingSetting::__construct | ( | int | $a_mapping_id | ) |
ilLDAPRoleGroupMappingSetting::delete | ( | ) |
delete mapping by id
Definition at line 74 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, and getMappingId().
ilLDAPRoleGroupMappingSetting::getDN | ( | ) |
get group dn
Definition at line 177 of file class.ilLDAPRoleGroupMappingSetting.php.
References $dn.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getMappingId | ( | ) |
get mapping id
Definition at line 124 of file class.ilLDAPRoleGroupMappingSetting.php.
References $mapping_id.
Referenced by delete(), read(), save(), and update().
ilLDAPRoleGroupMappingSetting::getMappingInfo | ( | ) |
get Information Text
Definition at line 258 of file class.ilLDAPRoleGroupMappingSetting.php.
References $mapping_info.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getMappingInfoType | ( | ) |
get Show Information also in the Repository/Personal Desktop
Definition at line 274 of file class.ilLDAPRoleGroupMappingSetting.php.
References $mapping_info_type.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getMemberAttribute | ( | ) |
get Group Member Attribute
Definition at line 193 of file class.ilLDAPRoleGroupMappingSetting.php.
References $member_attribute.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getMemberISDN | ( | ) |
get Member Attribute Value is DN
Definition at line 209 of file class.ilLDAPRoleGroupMappingSetting.php.
References $member_isdn.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getRole | ( | ) |
ilLDAPRoleGroupMappingSetting::getRoleName | ( | ) |
get ILIAS Role Name
Definition at line 242 of file class.ilLDAPRoleGroupMappingSetting.php.
ilLDAPRoleGroupMappingSetting::getServerId | ( | ) |
get server id
Definition at line 142 of file class.ilLDAPRoleGroupMappingSetting.php.
References $server_id.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getURL | ( | ) |
get url
Definition at line 160 of file class.ilLDAPRoleGroupMappingSetting.php.
References $url.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::read | ( | ) |
read data from db
Definition at line 54 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, getMappingId(), setDN(), setMappingId(), setMappingInfo(), setMappingInfoType(), setMemberAttribute(), setMemberISDN(), setRole(), setServerId(), and setURL().
ilLDAPRoleGroupMappingSetting::save | ( | ) |
create new mapping
Definition at line 102 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, getDN(), getMappingId(), getMappingInfo(), getMappingInfoType(), getMemberAttribute(), getMemberISDN(), getRole(), getServerId(), getURL(), and setMappingId().
ilLDAPRoleGroupMappingSetting::setDN | ( | string | $a_value | ) |
set group dn
Definition at line 185 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setMappingId | ( | int | $a_value | ) |
set mapping id
int | $a_value | mapping id |
Definition at line 133 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read(), and save().
ilLDAPRoleGroupMappingSetting::setMappingInfo | ( | string | $a_value | ) |
set Information Text
Definition at line 266 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setMappingInfoType | ( | bool | $a_value | ) |
set Show Information also in the Repository/Personal Desktop
Definition at line 282 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setMemberAttribute | ( | string | $a_value | ) |
set Group Member Attribute
Definition at line 201 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setMemberISDN | ( | bool | $a_value | ) |
set Member Attribute Value is DN
bool | $a_value |
Definition at line 218 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setRole | ( | int | $a_value | ) |
set ILIAS Role Name id
Definition at line 234 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setRoleByName | ( | string | $a_value | ) |
set ILIAS Role Name
Definition at line 250 of file class.ilLDAPRoleGroupMappingSetting.php.
References ilUtil\stripSlashes().
ilLDAPRoleGroupMappingSetting::setServerId | ( | int | $a_value | ) |
set server id
int | $a_value | server id |
Definition at line 151 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setURL | ( | string | $a_value | ) |
set url
string | $a_value | url |
Definition at line 169 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::update | ( | ) |
update mapping by id
Definition at line 84 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, getDN(), getMappingId(), getMappingInfo(), getMappingInfoType(), getMemberAttribute(), getMemberISDN(), getRole(), getServerId(), and getURL().
|
private |
Definition at line 26 of file class.ilLDAPRoleGroupMappingSetting.php.
|
private |
Definition at line 34 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getDN().
|
private |
Definition at line 27 of file class.ilLDAPRoleGroupMappingSetting.php.
|
private |
Definition at line 30 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getMappingId().
|
private |
Definition at line 39 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getMappingInfo().
|
private |
Definition at line 36 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getMappingInfoType().
|
private |
Definition at line 35 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getMemberAttribute().
|
private |
Definition at line 37 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getMemberISDN().
|
private |
Definition at line 28 of file class.ilLDAPRoleGroupMappingSetting.php.
|
private |
Definition at line 38 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getRole().
|
private |
Definition at line 31 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getServerId().
|
private |
Definition at line 33 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getURL().