|
file | __init__.py |
|
file | GroupedUsers.py |
| This file defines a class to manage a user that is part of one or more groups.
|
|
file | Groups.py |
| This file defines a class that manages a list of groups to which a specific user may belong.
|
|
file | SubscribedUsers.py |
| This file defines a class to manage a user that is part of one or more groups which are subscribed to a particular channel.
|
|
file | Subscriptions.py |
| This file defines a class that manages a list of subscriptions which define the access rights of a specific group.
|
|
file | Users.py |
| This file expands upon the ADataRow class to allow the retrieval and modification of a user record for arena.
|
|