roles
Sitecore - Limit the roles a user has
We have sitecore integrated with our AD. Our users have two levels of access level 2 and everything else that needs elevated permissions.开发者_如何学C The level of access granted to the user is deter[详细]
2023-02-15 01:42 分类:问答Determine how many ASP .NET MVC roles user has after login?
(Learning ASP .NET MVC 3). How would I implement a method that would determine the number of ASP .NET roles the validated use开发者_StackOverflow中文版r belongs to?[详细]
2023-02-14 11:14 分类:问答Can I make all of the roles defined in an <asp:RoleGroup> required? (i.e. user must meet all roles)
Let\'s say I have a rolegroup as follows: <asp:LoginView ID=\"lvDoSomeStuff\" runat=\"server\"> <RoleGroups>[详细]
2023-02-13 00:37 分类:问答Can I load the 'Roles' attribute of an <asp:RoleGroup> programmatically?
I\'m maintaining an ASP.NET application, and right now security is defined in various places throughout the site. There is some logic in the code-behind, like if User.IsInRole(...), and there is other[详细]
2023-02-13 00:17 分类:问答How to grant select rights on views in SQL Server 2000?
I have a user who I want to give readonly access to开发者_运维技巧 an SQL Server 2000 database. I have put them in the db_datareader role, and they can select from tables fine, but when they attempt t[详细]
2023-02-12 13:58 分类:问答Limit read access to a subtree to a certain role in Sitecore
I\'ve been struggling with this off and on for months, and it may be non-trivial to answer. What is the easiest way to limit public access to an item and its subitems to members of a single role? (Ed[详细]
2023-02-12 10:53 分类:问答change data source dynamically from .net application & pass to connectiong string
My Visual Studio .NET application uses SQL Server 2005 Express. It has to be installed on my customer\'s main server system & on two client computers.all with Windows XP or Vista or 7.[详细]
2023-02-12 06:45 分类:问答SSAS Roles - Creating a Role to restrict access to the cube, by country
I\'m trying to create a role, to restrict acce开发者_Python百科ss to a cube on Analysis services, so that a member of this role can only see records related to a specific country (from a dim_country d[详细]
2023-02-11 23:03 分类:问答Spring Security: method is not secured with @PreAuthorize annotation
I would like to secure method in my managed session bean for specific role \"ROLE_ADMIN\" config(applicationContext-security.xml):[详细]
2023-02-10 18:27 分类:问答ASP.NET Dynamic menu creation with sql data base
just wondered what are the steps for a role based menu using si开发者_JS百科temap and sql server database..I found this tutorial very useful for building a database driven ASP.net menu.[详细]
2023-02-09 22:14 分类:问答