Package proton :: Class SASL
[frames] | no frames]

Class SASL

source code

     object --+    
              |    
wrapper.Wrapper --+
                  |
                 SASL

Instance Methods
 
__init__(self, transport)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
mechanisms(self, mechs) source code
 
client(self) source code
 
server(self) source code
 
allow_skip(self, allow) source code
 
plain(self, user, password) source code
 
send(self, data) source code
 
recv(self) source code
 
done(self, outcome) source code

Inherited from wrapper.Wrapper: __cmp__, __del__, __delattr__, __getattr__, __hash__, __repr__, __setattr__

Inherited from object: __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Class Variables
  OK = 0
  AUTH = 1
  SKIPPED = 5
  STATE_IDLE = 0
  STATE_STEP = 1
  STATE_PASS = 2
  STATE_FAIL = 3
Properties
  outcome
  state

Inherited from object: __class__

Method Details

__init__(self, transport)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Property Details

outcome

Get Method:
unreachable.outcome(self)

state

Get Method:
unreachable.state(self)