Package entropy :: Package services :: Module interfaces :: Class SocketHost :: Class BasicPamAuthenticator

Class BasicPamAuthenticator

source code


Instance Methods
 
__init__(self, HostInterface, *args, **kwargs) source code
 
docmd_login(self, arguments) source code
 
docmd_userdata(self) source code
 
docmd_logout(self, myargs) source code
list
hide_login_data(self, args)
Given Entropy SocketHost RPC login command in list form, hide password data (which is going to be stored in log file).
source code

Inherited from skel.SocketAuthenticator: set_exc_permissions, set_session, terminate_instance

Method Details

__init__(self, HostInterface, *args, **kwargs)
(Constructor)

source code 
Overrides: skel.SocketAuthenticator.__init__

hide_login_data(self, args)

source code 

Given Entropy SocketHost RPC login command in list form, hide password data (which is going to be stored in log file). NOTE: this method MUST be reimplemented

Parameters:
  • args - arguments of RPC login command
Returns: list
filtered list
Overrides: skel.SocketAuthenticator.hide_login_data
(inherited documentation)