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

Class LDAPPasswordModifyRequest

source code

               LDAPProtocolOp --+        
                                |        
              LDAPProtocolRequest --+    
                                    |    
          pureber.BERBase --+       |    
                            |       |    
        pureber.BERStructured --+   |    
                                |   |    
       object --+               |   |    
                |               |   |    
    _abcoll.Sized --+           |   |    
                    |           |   |    
       object --+   |           |   |    
                |   |           |   |    
 _abcoll.Iterable --+           |   |    
                    |           |   |    
       object --+   |           |   |    
                |   |           |   |    
_abcoll.Container --+           |   |    
                    |           |   |    
     _abcoll.Sequence --+       |   |    
                        |       |   |    
  _abcoll.MutableSequence --+   |   |    
                            |   |   |    
            UserList.UserList --+   |    
                                |   |    
              pureber.BERSequence --+    
                                    |    
                  LDAPExtendedRequest --+
                                        |
                                       LDAPPasswordModifyRequest

Nested Classes [hide private]

Inherited from _abcoll.Sized: __metaclass__

Instance Methods [hide private]
 
__init__(self, requestName=None, userIdentity=None, oldPasswd=None, newPasswd=None, tag=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__repr__(self)
repr(x)
source code

Inherited from LDAPExtendedRequest: __str__

Inherited from pureber.BERStructured: identification

Inherited from pureber.BERBase: __cmp__, __eq__, __len__, __ne__

Inherited from UserList.UserList: __add__, __contains__, __delitem__, __delslice__, __ge__, __getitem__, __getslice__, __gt__, __iadd__, __imul__, __le__, __lt__, __mul__, __radd__, __rmul__, __setitem__, __setslice__, append, count, extend, index, insert, pop, remove, reverse, sort

Inherited from _abcoll.Sequence: __iter__, __reversed__

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__

Class Methods [hide private]

Inherited from LDAPExtendedRequest: fromBER

Inherited from _abcoll.Sized: __subclasshook__

Class Variables [hide private]
  oid = '1.3.6.1.4.1.4203.1.11.1'

Inherited from LDAPExtendedRequest: requestName, requestValue, tag

Inherited from LDAPExtendedRequest (private): _abc_cache

Inherited from LDAPProtocolRequest: needs_answer

Inherited from UserList.UserList: __abstractmethods__, __hash__

Inherited from UserList.UserList (private): _abc_negative_cache_version, _abc_registry

Inherited from _abcoll.MutableSequence (private): _abc_negative_cache

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, requestName=None, userIdentity=None, oldPasswd=None, newPasswd=None, tag=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)