Package pyxmpp2 :: Package sasl :: Module scram :: Class SCRAM_SHA_1_ServerAuthenticator
[hide private]

Class SCRAM_SHA_1_ServerAuthenticator


The SCRAM-SHA-1 server authenticator.

Authentication properties used:

Authentication properties returned:

Nested Classes [hide private]

Inherited from core.ServerAuthenticator: __metaclass__

Instance Methods [hide private]
 
__init__(self, password_database)
Initialize a SCRAMClientAuthenticator object.

Inherited from SCRAMServerAuthenticator: response, start

Inherited from SCRAMOperations: H, HMAC, Hi

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from core.ServerAuthenticator: are_properties_sufficient

Static Methods [hide private]

Inherited from SCRAMOperations: Normalize, XOR, escape, unescape

Class Variables [hide private]
  _pyxmpp_sasl_preference = 50
  _pyxmpp_sasl_secure = 80

Inherited from SCRAMServerAuthenticator: __abstractmethods__

Inherited from SCRAMServerAuthenticator (private): _abc_cache

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, password_database)
(Constructor)

 
Initialize a SCRAMClientAuthenticator object.
Parameters:
  • hash_function_name - hash function name, e.g. "SHA-1"
  • channel_binding - True to enable channel binding
Overrides: object.__init__
(inherited documentation)