Package arcjobtool :: Module ArcJobToolWindow :: Class GuiUserAuthentication
[hide private]
[frames] | no frames]

Class GuiUserAuthentication

source code


User authentication class with graphical login dialog.

The parentWindow property should be set before the passphrase dialog is shown.

Instance Methods [hide private]
 
__init__(self, userConfig)
Class constructor
source code
 
onPassphrasePrompt(self, prompt='')
Passphrase callback (virtual)
source code

Inherited from ArcUtils.UserAuthentication: createLocalProxy, logDebugMsg, logErrorMsg, logInfoMsg, logMsg

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

Initialises parentWindow property to None.

Overrides: object.__init__

onPassphrasePrompt(self, prompt='')

source code 

Passphrase callback (virtual)

Shows a proxy passphrase dialog.

Overrides: ArcUtils.UserAuthentication.onPassphrasePrompt