Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package protocols :: Module pureldap :: Class LDAPSearchRequest |
|
BERBase
--+ |BERStructured
--+ |UserList
--+ |BERSequence
--+ |LDAPProtocolOp
--+ | | |LDAPProtocolRequest
--+ | LDAPSearchRequest
Method Summary | |
---|---|
__init__(self,
baseObject,
scope,
derefAliases,
sizeLimit,
timeLimit,
typesOnly,
filter,
attributes,
tag)
| |
__repr__(self)
| |
__str__(self)
| |
fromBER(klass,
tag,
content,
berdecoder)
(Class method) | |
Inherited from BERStructured | |
| |
Inherited from BERBase | |
| |
| |
| |
| |
Inherited from UserList | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
Class Variable Summary | |
---|---|
list |
attributes = []
|
str |
baseObject = ''
|
int |
derefAliases = 0 |
LDAPFilter_present |
filter = LDAPFilter_present(value='objectClass')
|
int |
scope = 2 |
int |
sizeLimit = 0 |
int |
tag = 67 |
int |
timeLimit = 0 |
int |
typesOnly = 0 |
Inherited from LDAPProtocolRequest | |
int |
needs_answer = 1 |
Class Variable Details |
---|
attributes
|
baseObject
|
derefAliases
|
filter
|
scope
|
sizeLimit
|
tag
|
timeLimit
|
typesOnly
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Aug 26 13:54:32 2006 | http://epydoc.sf.net |