Package proton :: Module _transport :: 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
 
user(self) source code
 
mech(self) source code
 
outcome(self) source code
 
allowed_mechs(self, mechs) source code
 
done(self, outcome) source code
 
config_name(self, name) source code
 
config_path(self, path) source code

Inherited from _wrapper.Wrapper: __del__, __delattr__, __eq__, __getattr__, __hash__, __ne__, __repr__, __setattr__

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

Static Methods
 
extended() source code
Class Variables
  OK = PN_SASL_OK
  AUTH = PN_SASL_AUTH
  SYS = PN_SASL_SYS
  PERM = PN_SASL_PERM
  TEMP = PN_SASL_TEMP
  allow_insecure_mechs = property(_get_allow_insecure_mechs, _se...
Properties

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)

user(self)

source code 
Decorators:
  • @property

mech(self)

source code 
Decorators:
  • @property

outcome(self)

source code 
Decorators:
  • @property

Class Variable Details

allow_insecure_mechs

Value:
property(_get_allow_insecure_mechs, _set_allow_insecure_mechs, doc= ""\
"
Allow unencrypted cleartext passwords (PLAIN mech)
""")