Public Member Functions |
|
__construct ($usermapObj, $parentObj) | |
__get ($name) | |
__set ($name, $value) | |
getName () | |
getSessionObj () | |
getType () | |
getUserdbConnectorName () | |
getUserdbConnectorType () | |
getUsermapLocalFile () | |
getUsermapObj () | |
save () | |
setName ($value) | |
setType ($value) | |
setUserdbConnectorName ($value) | |
setUserdbConnectorType ($value) | |
setUsermapLocalFile ($value) |
Member Function Documentation
Usermap::__get | ( | $ | name | ) |
Get member.
member |
description |
---|---|
name |
the usermap name |
type |
the usermap type |
userdbConnectorName |
the name of the userdb connector |
userdbConnectorType |
the userdb connector type (valid values for the 'userdb_connector_type' are: "local", "ldap" or "ldapBind") |
usermapLocalFile |
the local file of the usermap (this is used when the user mapping information is local.) |
Usermap::__set | ( | $ | name, | |
$ | value | |||
) |
Set member.
member |
description |
---|---|
name |
the usermap name |
type |
the usermap type |
userdbConnectorName |
the name of the userdb connector |
userdbConnectorType |
the userdb connector type (valid values for the 'userdb_connector_type' are: "local", "ldap" or "ldapBind") |
usermapLocalFile |
the local file of the usermap (this is used when the user mapping information is local.) |
Usermap::save | ( | ) |
this method must be called if one of the members has been changed
- Returns:
- bool