Package ldaptor :: Package protocols :: Module pureldap :: Class LDAPSearchRequest
[show private | hide private]
[frames | no frames]

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
  identification(self)
    Inherited from BERBase
  __cmp__(self, other)
  __eq__(self, other)
  __len__(self)
  __ne__(self, other)
    Inherited from UserList
  __add__(self, other)
  __contains__(self, item)
  __delitem__(self, i)
  __delslice__(self, i, j)
  __ge__(self, other)
  __getitem__(self, i)
  __getslice__(self, i, j)
  __gt__(self, other)
  __iadd__(self, other)
  __imul__(self, n)
  __le__(self, other)
  __lt__(self, other)
  __mul__(self, n)
  __radd__(self, other)
  __rmul__(self, n)
  __setitem__(self, i, item)
  __setslice__(self, i, j, other)
  append(self, item)
  count(self, item)
  extend(self, other)
  index(self, item, *args)
  insert(self, i, item)
  pop(self, i)
  remove(self, item)
  reverse(self)
  sort(self, *args)

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

Type:
list
Value:
[]                                                                     

baseObject

Type:
str
Value:
''                                                                     

derefAliases

Type:
int
Value:
0                                                                     

filter

Type:
LDAPFilter_present
Value:
LDAPFilter_present(value='objectClass')                                

scope

Type:
int
Value:
2                                                                     

sizeLimit

Type:
int
Value:
0                                                                     

tag

Type:
int
Value:
67                                                                    

timeLimit

Type:
int
Value:
0                                                                     

typesOnly

Type:
int
Value:
0                                                                     

Generated by Epydoc 2.1 on Fri May 6 14:58:06 2005 http://epydoc.sf.net