|
|
|
|
|
|
|
|
_canRemove(self,
key,
value)
Called by JournaledLDAPAttributeSet when it is about to remove a
value of an attributeType. |
source code
|
|
|
|
_canRemoveAll(self,
key)
Called by JournaledLDAPAttributeSet when it is about to remove all
values of an attributeType. |
source code
|
|
|
|
|
|
|
journal(self,
journalOperation)
Add a Modification into the list of modifications that need to be
flushed to the LDAP server. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _cbSetPassword_ExtendedOperation(self,
msg) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _setPasswordAll(self,
results,
newPasswd,
prefix,
names) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _cbSearchEntry(self,
callback,
objectName,
attributes,
complete) |
source code
|
|
|
|
| _cbSearchMsg(self,
msg,
d,
callback,
complete,
sizeLimitIsNonFatal) |
source code
|
|
|
|
| search(self,
filterText=None,
filterObject=None,
attributes=(),
scope=None,
derefAliases=None,
sizeLimit=0,
sizeLimitIsNonFatal=False,
timeLimit=0,
typesOnly=0,
callback=None) |
source code
|
|
|
|
|
|
|
|
|
Inherited from entry.EditableLDAPEntry:
__provides__
Inherited from entry.BaseLDAPEntry:
__hash__,
__providedBy__,
diff,
hasMember
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|