Package flumotion :: Package common :: Module keycards
[hide private]

Module keycards

source code

serializable keycards used for authentication


Version: $Rev$

Classes [hide private]
  Keycard
I am the base class for keycards which together with credentials are a serializable object used in authentication inside Flumotion.
  KeycardGeneric
  KeycardUACPP
I am a keycard with a username, plaintext password and IP address.
  KeycardUACPCC
I am a keycard with a username and IP address.
  KeycardToken
I am a keycard with a token and IP address and a path (optional).
  KeycardHTTPGetArguments
I am a keycard with a token and IP address and a path (optional).
  KeycardUASPCC
I am a keycard with a username and IP address.
  KeycardHTTPDigest
Variables [hide private]
  _statesEnum = ['REFUSED', 'REQUESTING', 'AUTHENTICATED']
  AUTHENTICATED = 2
hash(x)
  REFUSED = 0
  REQUESTING = 1
hash(x)
  __package__ = 'flumotion.common'