Qare Internals
    SQL Tables
        Account
        appData
        appTable
        appData
        appTable
        Applications
        Inbox
        KeyPair
        localPrivileges
        message
        pendingMessage
        privilege
        project
        registerInfo
        RegisterPending
        remoteAccount
        session
        System
        user
        userDelegations
    Schema
    Plugins
    API
 Site Map
 
remoteAccount Table

When a user creates his or her account on a remote Qare system, a row is added to this table containing 'id' for that particular user, 'system identifier' where he has created the account, 'password', and 'sessionId' representing the virtual channel opened beetween both systems. It contains composite primary keys, user identifier and system identifier and a unique column sessionId.

 
 QareApplications
        AppDir
        ChangePassword
        Count
        CreateAccount
        Delegation
        DelegationDisplay
        DeleteRemote
        HelloWorld
        Inbox
        Login
        Logout
        Pending
        Ping
        Register
        RemoteAccount
        UserGroups
 



FIELD
TYPE
DESCRIPTION
userId
int(10) unsigned(PRI)
The user identifier pointing to user who has created the account
systemId
int(10) unsigned(PRI)
The remote system identifier where the remote account exists
password
tinytext
The remote password
sessionId
int(10) unsigned(UNIQUE)
The unique session identifier pointing to the virtual channel opened for communication