An easyLDAP_cacheobject stores and accesses the python-ldap like LDAP
object dictionary.
|
__init__(self,
ldap_cacheobject,
use_cache_history=True,
config_defaults={ ' AdminRDN ' : ' cn=admin ' , ' AutomountRDN ' : ' ou=automount ' , ' Base ... ) |
source code
|
|
|
__deepcopy__(self,
memo)
Creates a deepcopy of the easyLDAP cache class, especially of the
undo/redo stack. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_cacheobject_attrdesc(self,
attrdesc,
ignore_case=False) |
source code
|
|
|
has_cacheobject_attrdesc_set(self,
attrdesc,
ignore_case=False) |
source code
|
|
|
set_cacheobject_attrdesc(self,
attrdesc,
values) |
source code
|
|
|
|
|
|
|
has_cacheobject_attrtype_set(self,
attrtype) |
source code
|
|
|
|
|
has_cacheobject_attrdesc_value_set_in_values(self,
attrdesc,
value) |
source code
|
|
|
has_cacheobject_attrdesc_values_set(self,
attrdesc,
values) |
source code
|
|
|
add_cacheobject_attrdesc_values(self,
attrdesc,
values) |
source code
|
|
|
del_cacheobject_attrdesc_values(self,
attrdesc,
values,
ignore_case=False) |
source code
|
|
Inherited from easyLDAP_cache_history :
clear_cache_history ,
disable_cache_history ,
enable_cache_history ,
redo ,
resize_cache_history ,
undo
|