steve Guest
|
Posted: Sat Apr 24, 2004 8:49 am Post subject: application security for users |
|
|
Hi,
Just thought i would pass this out for help.
I have an application that interfaces to a back end database, that contains
customer information.
most of the screens are fairly structured, but to prevent a "nested"
nightmare, some screens can provide multiple functions.
if i want to limit certain users to certain actions (add/delete/view), what
is the best most transparent way to do this.
is it to extend the button/menu class, to add a security check?
For example, when the user selects the button/menu, the name of the
button/menu & the user name are passed to validate the security, if no go
the routine swallows the event, if go , it passes the event thru?
just interested in how other people do it.
steve
|
|