Package flumotion :: Package common :: Module keycards
[show private | hide private]
[frames | no frames]

Module flumotion.common.keycards

serializable keycards used for authentication inside Flumotion
Classes
Keycard I am the base class for keycards which together with credentials are a serializable object used in authentication inside Flumotion.
KeycardUACPCC I am a keycard with a username and IP address.
KeycardUACPP I am a keycard with a username, plaintext password and IP address.

Variable Summary
int AUTHENTICATED = 2                                                                     
int REFUSED = 0                                                                     
int REQUESTING = 1                                                                     
list _statesEnum = ['REFUSED', 'REQUESTING', 'AUTHENTICATED']

Variable Details

AUTHENTICATED

Type:
int
Value:
2                                                                     

REFUSED

Type:
int
Value:
0                                                                     

REQUESTING

Type:
int
Value:
1                                                                     

_statesEnum

Type:
list
Value:
['REFUSED', 'REQUESTING', 'AUTHENTICATED']                             

Generated by Epydoc 2.1 on Tue Dec 20 15:33:10 2005 http://epydoc.sf.net