Where should I store custom permissions for my web app

Posted by vikp on Stack Overflow See other posts from Stack Overflow or by vikp
Published on 2010-05-26T16:06:55Z Indexed on 2010/05/26 16:11 UTC
Read the original article Hit count: 292

Hi,

I'm wondering where is the ideal place to store custom permissions in my web applications.

For example I have the following permissions:

AdminPermission ReadPermission WritePermission

At the moment I store these in the static utilities class as the constant string type objects.

Thank you

© Stack Overflow or respective owner

Related posts about configuration

Related posts about permissions