Package arcjobtool :: Module ArcUtils :: Class UserAuthentication
[hide private]
[frames] | no frames]

Class UserAuthentication

source code


Class implementing different user authentication mechanism.

Instance Methods [hide private]
 
__init__(self, userConfig)
Class constructor
source code
 
logMsg(self, level, msg)
Logs a message to the ARC logger.
source code
 
logInfoMsg(self, msg)
Logs an info message to the ARC logger."
source code
 
logDebugMsg(self, msg)
Logs a debug message to the ARC logger.
source code
 
logErrorMsg(self, msg)
Logs an error message to the ARC logger.
source code
 
onPassphrasePrompt(self, prompt='')
Virtual method for querying the user for a password.
source code
 
createLocalProxy(self, proxyType='gsi2')
Create a local proxy certificate
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, userConfig)
(Constructor)

source code 

Class constructor

Overrides: object.__init__

onPassphrasePrompt(self, prompt='')

source code 

Virtual method for querying the user for a password. Should be overidden by derived classes.