V
Versteijn
Hello all,
I'm in search for a nice user rights management framework. I want to
be able to check if the current user has the right to perform a
specific action, like: create a new user.
Something like:
if(!User("Jacque").HasRightsFor("createuser"))
{
throw new ApplicationException("User Jacque does not have rights to
create a new user.");
}
Is there some work like this? Any ideas are welcome.
Regards,
Freek Versteijn
I'm in search for a nice user rights management framework. I want to
be able to check if the current user has the right to perform a
specific action, like: create a new user.
Something like:
if(!User("Jacque").HasRightsFor("createuser"))
{
throw new ApplicationException("User Jacque does not have rights to
create a new user.");
}
Is there some work like this? Any ideas are welcome.
Regards,
Freek Versteijn