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

Class LDAPMatchingRuleAssertion

  BERBase --+        
            |        
BERStructured --+    
                |    
     UserList --+    
                |    
      BERSequence --+
                    |
                   LDAPMatchingRuleAssertion

Known Subclasses:
LDAPFilter_extensibleMatch

Method Summary
  __init__(self, matchingRule, type, matchValue, dnAttributes, 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, **kwds)

Class Variable Summary
NoneType dnAttributes = None                                                                  
NoneType matchingRule = None                                                                  
NoneType matchValue = None                                                                  
NoneType type = None                                                                  
    Inherited from BERSequence
int tag = 16                                                                    

Class Variable Details

dnAttributes

Type:
NoneType
Value:
None                                                                  

matchingRule

Type:
NoneType
Value:
None                                                                  

matchValue

Type:
NoneType
Value:
None                                                                  

type

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Sat Aug 26 13:54:34 2006 http://epydoc.sf.net