z-eos / umi

Unified Management Interface
0 stars 1 forks source link

authorization to access UI elements and relevant methods #3

Open z-eos opened 10 years ago

z-eos commented 10 years ago

to implement doc/umi-auth.png algorithm for UI element access (rendering) and relevant method access

to do that we need something like to add configuration for UI element and relevant method, somwhere into LDAP_CRUD->{'cfg'} attribute hash and to analyze whether the role allowed to access the issue (UI item and relevant method) during the call to it

it'd be great to do that somewhere in Controller/Root->auto () if possible instead of implementing the check each method call