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

Class LDAPStartTLSRequest

source code

       LDAPProtocolOp --+        
                        |        
      LDAPProtocolRequest --+    
                            |    
  pureber.BERBase --+       |    
                    |       |    
pureber.BERStructured --+   |    
                        |   |    
    UserList.UserList --+   |    
                        |   |    
      pureber.BERSequence --+    
                            |    
          LDAPExtendedRequest --+
                                |
                               LDAPStartTLSRequest

Request to start Transport Layer Security.

See RFC 2830 for details.

Instance Methods [hide private]
 
__init__(self, requestName=None, tag=None) source code
 
__repr__(self) 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

Class Methods [hide private]

Inherited from LDAPExtendedRequest: fromBER

Class Variables [hide private]
  oid = '1.3.6.1.4.1.1466.20037'

Inherited from LDAPExtendedRequest: requestName, requestValue, tag

Inherited from LDAPProtocolRequest: needs_answer

Method Details [hide private]

__init__(self, requestName=None, tag=None)
(Constructor)

source code 
Overrides: UserList.UserList.__init__

__repr__(self)
(Representation operator)

source code 
Overrides: UserList.UserList.__repr__