access-control
Merging organization unit and business roles in ASP.NET web application
In real-world enterprise web applications for enterprise businesses, we always need to limit the access to the data by the user\'s unit and role.[详细]
2023-01-07 22:06 分类:问答How can I prevent windows from showing in .NET?
I\'m currently working on an access control program in C# and I\'ve come across the problem of blocking windows. The original idea I\'ve come up with is rendering a plain black form over the position[详细]
2023-01-07 05:22 分类:问答How to assemble an admin menu dynamically?
I\'m trying to work out the best way to assemble the navigation menu of my admin application dynamically, based on the result of going through each of the objects on each of the pages, such that only[详细]
2023-01-06 23:39 分类:问答RESTful HTTP: Showing different representations to two users on the same URI
I\'m designing a hypermedia API, yes, a RESTful API, with the hypertext constraint. Each user of the system will access the system using their own credentials, so every request we process is authenti[详细]
2023-01-06 23:00 分类:问答How to do Discretionary Access Control List (DACL) for .Net Security?
I am interesting in using a Discretionary Acces开发者_JAVA技巧s Control List with Membership provided by .Net Security.[详细]
2023-01-04 01:23 分类:问答Where do I prevent users from accessing other users' data?
On a website I am building I need to allow users to edit their orders. Easy enough. But how 开发者_C百科do I ensure that a user cannot edit other users\' orders? Do I perform checks in the model or in[详细]
2023-01-01 04:07 分类:问答user access management in j2ee web application
I am working with jsp/servlet project and I have to complete the module of access management to my jsps since I have more than one user with different profile.[详细]
2022-12-30 02:11 分类:问答AJAX XMLHttpRequest POST X-Domain
I am sending an AJAX request using POST over X-Domain for a widget we are producing for our website. The problem we are facing is that t开发者_开发百科his is getting blocked.[详细]
2022-12-29 20:37 分类:问答Access-Control-Request-Header: - x-requested-with
I am building a widget for my users and trying to get it working however I keep running into a X-Domain issue with this header. httpfox gives me - NS_ERROR_DOM_BAD_URI - and on further investigation I[详细]
2022-12-28 23:36 分类:问答Multi-tenant Access Control: Repository or Service layer?
In a multi-tenant ASP.NET MVC application based on Rob Conery\'s MVC Storefront, should I be filtering the tenant\'s data in the repository or the service layer?[详细]
2022-12-28 22:54 分类:问答