Package park :: Package core :: Module user :: Class User

Class User

source code


Information about the individual user.

This is mapped to a persistent store in the service database.

Instance Methods

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  domain = ''
Domain to use for the user.
  name = ''
Screen name for the user.
  key = ''
Authentication key used to uniquely identify the user.
  password = ''
Password for logging into the service without a public key.
Properties

Inherited from object: __class__

Class Variable Details

name

Screen name for the user. This is for convenience and need not be unique. The real identiy is the user id and the associated authentication key.
Value:
''

key

Authentication key used to uniquely identify the user. This should be the public key portion of a public-private pair, or the key hash for secure remote password.
Value:
''