Security Resources Defining, Static/Dynamic
Posted
by mmontalvo
on Stack Overflow
See other posts from Stack Overflow
or by mmontalvo
Published on 2010-06-08T22:29:27Z
Indexed on
2010/06/08
22:32 UTC
Read the original article
Hit count: 179
web-security
I am implementing a simple(hopefully) security manager within an application. Is it better to have predefined(static) roles, custom roles(dynamic)? I am leaning more towards dynamic groups or roles only because then it would not require a redeploy to update the system. Also, what would be the best approach to define resources in general? The application has a database that can hold either the static or dynamic values.
© Stack Overflow or respective owner