cfxdb.user.schema

Classes

Schema

user database schema for ZLMDB.

Module Contents

class Schema(db)[source]

Bases: object

user database schema for ZLMDB.

activation_tokens: cfxdb.user.activation_token.ActivationToken[source]

CFC user activation tokens.

static attach(db)[source]

Factory to create a schema from attaching to a database. The schema tables will be automatically mapped as persistant maps and attached to the database slots.

Parameters:

db – zlmdb.Database

Returns:

object of Schema

db[source]
organizations: cfxdb.user.organization.Organization[source]

CFC organization.

user_mrealm_roles: cfxdb.user.user_mrealm_role.UserMrealmRole[source]

CFC user roles.

users: cfxdb.user.user.User[source]

CFC users.