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
 
Applications Table
The applications running on Qare have there entries in this table which includes their name and their Ids.The information here is shared by Session,userDelegations,and localPrivileges table.
 
 QareApplications
        AppDir
        ChangePassword
        Count
        CreateAccount
        Delegation
        DelegationDisplay
        DeleteRemote
        HelloWorld
        Inbox
        Login
        Logout
        Pending
        Ping
        Register
        RemoteAccount
        UserGroups
 



FIELD
TYPE
DESCRIPTION
applicationName
tinytext
Applications name usually the war file name.
applicationId
int(10) unsigned (PRI)(auto_increment)
The application identifier.