Package Camelot :: Package camelot :: Package model :: Module authentication
[frames] | no frames]

Module authentication

source code

Classes
  PartyRelationship
  EmployerEmployee
Relation from employer to employee
  DirectedDirector
Relation from a directed organization to a director
  RepresentedRepresentor
Relation from a representing party to the person representing the party
  SupplierCustomer
Relation from supplier to customer
  SharedShareholder
Relation from a shared organization to a shareholder
  AddressAdmin
Admin with only the Address information and not the Party information
  PartyContactMechanismAdmin
  PartyPartyContactMechanismAdmin
  Party
Base class for persons and organizations. Use this base class to refer to either persons or organisations in building authentication systems, contact management or CRM
  Organization
An organization represents any internal or external organization. Organizations can include businesses and groups of individuals
  AuthenticationMechanism
  UsernameAuthenticationMechanism
  Person
Person represents natural persons
  GeographicBoundary
  Country
  City
  Address
  PartyAddress
  PartyAddressRoleType
  PartyAuthentication
  ContactMechanism
  PartyContactMechanism
Functions
 
end_of_times() source code
 
getCurrentAuthentication()
Get the currently logged in person
source code
 
updateLastLogin()
Update the last login of the current person to now
source code
Variables
  __metadata__ = MetaData(Engine(sqlite:///videostore.sqlite))
  _current_authentication_ = threading.local()
  __package__ = 'Camelot.camelot.model'