| Home | Trees | Index | Help |
|
|---|
| Package ldaptor :: Package protocols :: Module pureldap :: Class LDAPModifyDNRequest |
|
BERBase --+
|
BERStructured --+
|
UserList --+
|
BERSequence --+
|
LDAPProtocolOp --+ |
| |
LDAPProtocolRequest --+
|
LDAPModifyDNRequest
| Method Summary | |
|---|---|
Initialize the object | |
__repr__(self)
| |
__str__(self)
| |
fromBER(klass,
tag,
content,
berdecoder)
(Class method) | |
| Inherited from BERStructured | |
| |
| Inherited from BERBase | |
| |
| |
| |
| |
| Inherited from UserList | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Class Variable Summary | |
|---|---|
NoneType |
deleteoldrdn = None |
NoneType |
entry = None |
NoneType |
newrdn = None |
NoneType |
newSuperior = None |
int |
tag = 76 |
| Inherited from LDAPProtocolRequest | |
int |
needs_answer = 1 |
| Instance Method Details |
|---|
__init__(self,
entry,
newrdn,
deleteoldrdn,
newSuperior=None,
tag=None)
|
| Class Variable Details |
|---|
deleteoldrdn
|
entry
|
newrdn
|
newSuperior
|
tag
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Oct 1 10:49:46 2006 | http://epydoc.sf.net |