Qare Internals
    SQL Tables
        Account
        appData
        appTable
        Applications
        Inbox
        KeyPair
        localPrivileges
        message
        pendingMessage
        privilege
        project
        RegisterInfo
        RegisterPending
        remoteAccount
        session
        System
        user
        userDelegations
    Schema
    Plugins
    API
 Site Map
 
registerInfo Table
This table keeps all the web services registration information of all the Qare home system is been registered to. These information consists of diffi-hellmen public key and DSA public key of the registered system, and also the Qare's version running on the registered system.
 
 QareApplications
        AppDir
        ChangePassword
        Count
        CreateAccount
        Delegation
        DelegationDisplay
        DeleteRemote
        HelloWorld
        Inbox
        Login
        Logout
        Pending
        Ping
        Register
        RemoteAccount
        UserGroups
 



FIELD
TYPE
DESCRIPTION
registerId
int(10) unsigned(PRI)
The registratration identifier
entryId
int(11)
The registered system identifier
dhpublicKey
text
The diffi-hellmen public key of the registered system.
dsapublicKey
text
The DSA public key of the registered system.
qareVersion
text
The version of Qare running on the registered system.
sessionId
bigint
The sessionId of the registered system.