Qare Internals
    SQL Tables
    Schema
    Plugins
    API
 Site Map
 
delegationDisplay
 
 QareApplications
        AppDir
        ChangePassword
        Count
        CreateAccount
        Delegation
        DelegationDisplay
        DeleteRemote
        HelloWorld
        Inbox
        Login
        Logout
        Pending
        Ping
        Refresh
        Register
        RemoteAccount
        UserGroups
 

Overview


It displays the table of privileges which shows application/privilege name, system, grantor, delegee, project, aquisitionDate, delegation limit, delegation count, delegation depth, and delegation distance. We can view the table according to the system, grantor, delegee and project. And can delete the privileges according to specific application and delegee.


Delegation Display Help

Schema or Table Usage
delegation display process schema When a user deletes some privileges of a particular user the notification message is send to him defined using this schema
userDelegations table The applications takes out all the relevent privilege information of the user logged in from this table.

Schema:Delegation Display Process