I\'m using multiple role p开发者_如何学编程roviders, the standard SQL provider plus a custom one.Inside Global.asax - RoleManager_GetRoles I create a RolePrincipal for users that should use my custom
I want to use Spring Security to manage user, group and permissions. I want to use ACL to secure my domain objects but I can\'t find a way to assign a group to an acl.
I\'m using Moose roles to apply some wrapper behaviour around some accessor methods in a class.I want to apply this role to a number of modules, each of which have a different set of attributes whose
I am trying to add new roles to a SQL 2005 database via the SMO assemblies. The Roles.Add method just does not seem to add the new role. I have my user account set as securityadmin and sysadmin.
Hi (I\'m pretty new to this), Is it possible to add roles to the \'CreateUserWizard\' tool so that you tick boxes (or view roles in a drop down menu) and once one or more have been chosen, this infor
Is there a way to organize the roles in my app like a tree? You know, User can do several things, Mo开发者_运维技巧derator is just like user but can do little more, Administator have even more abiliti
I have a site with 2 sections - one for customers and one for admins, in essence. Each section is in its own directory with its own web.config and sitemap. Security and access works fine.
I\'m using the AZROLESLib which is from the COM references \"azroles 1.0 Type Library\" and I am trying to create a list of the designated tasks for each role that I have currently set in my authoriza
The SuperAdmin page in my web application has a method call to getAdminStatus() but I cannot find any occurences of this method when searching the entire solution. Is this method part of the .net 2.0
I have to map users into their开发者_JAVA技巧 roles in ASP.NET.How should I do this?Check out the ASP.NET Membership subsystem: Introduction to Membership