Package turbogears :: Package identity

Package identity

source code

The TurboGears identity management package.


To Do: Laundry list of things yet to be done: * IdentityFilter should support HTTP Digest Auth * Also want to support Atom authentication (similar to digest)

Submodules

Classes
  IdentityConfigurationException
Incorrect configuration.
  IdentityManagementNotEnabledException
User forgot to enable Identity management.
  IdentityFailure
Identity failure.
Functions
 
get_failure_url(errors=None) source code
 
was_login_attempted() source code
 
set_current_provider(provider) source code
 
set_current_identity(identity) source code
 
set_identity_errors(errors) source code
 
get_identity_errors() source code
 
encrypt_password(cleartext) source code
Variables
  current_provider = <turbogears.identity.ProviderWrapper object...
  current = <turbogears.identity.IdentityWrapper object at 0x85f...
Variables Details

current_provider

Value:
<turbogears.identity.ProviderWrapper object at 0x85f7c0c>

current

Value:
<turbogears.identity.IdentityWrapper object at 0x85f7bec>