|
__init__(self,
settings)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
set_stream(self,
stream)
Set a stream associated with this password manager. |
|
|
unicode ,`str` tuple.
|
get_password(self,
username,
realm=None,
acceptable_formats=( ' plain ' ) )
Get the password for user authentication. |
|
|
bool
|
check_authzid(self,
authzid,
extra_info=None)
Check authorization id provided by the client. |
|
|
list of unicode
|
get_realms(self)
Get realms available for client authentication. |
|
|
unicode
|
choose_realm(self,
realm_list)
Choose authentication realm from the list provided by the server. |
|
|
unicode
|
|
unicode
|
get_serv_name(self)
Get the service name for SASL authentication. |
|
|
unicode
|
get_serv_host(self)
Get the service host name for SASL authentication. |
|
|
Inherited from sasl.core.PasswordManager :
check_password ,
generate_nonce
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|