Package gnue :: Package common :: Package datasources :: Module GLoginHandler
[show private | hide private]

Module gnue.common.datasources.GLoginHandler

Classes for login handlers.
Classes
BasicLoginHandler Class implementing a basic login handler using raw_input () and getpass () as input methods.
LoginHandler Abstract base class for all login handlers.
SilentLoginHandler Implementation of a login handler that gets all data preset via parameter and doesn't communicate with the user at all.

Exceptions
UserCanceledLogin User cancelled login request (by pressing <Esc>, hitting the <Abort> button etc.).


GNUe Home

Private API

Developer's Corner