The role-based tag has no wiki summary.
-2
votes
0answers
27 views
Measuring performance of enhanced role based access control model [closed]
I used a case study to enhance the features of traditional role based access control model(RBAC). case study is in java programming language. i have added features like :
audit trail that performs ...
0
votes
1answer
115 views
Not been able to give role based permission in drools guvnor using jboss AS 7
I am in a BRMS technology project in financial sector. Using Drools Guvnor 5.5.0.Final with jboss-as-7.2.0.Alpha1-SNAPSHOT server. I configured the login page in guvnor using jaas successfully. Now I ...
1
vote
0answers
148 views
Is it correct to use the ASP.NET Role-Based Security in a standalone WPF application?
I have a little experience to use the ASP.NET Role-Base in the WinForm apps. I know how should I use it in such applications.
Now we would like to use it in a business WPF application.
Is it OK?
I ...
0
votes
3answers
198 views
Length of the cookie text for caching RolePrincipal is always larger than 4096
I tried implementation ASP.NET role-based authorization for my project, but I never found cookie is saved in client browser. I tried some testing code like,
RolePrincipal rolePrincipal = new ...
7
votes
2answers
1k views
Why Claim based authentication instead of role based authentication
I am new to claim based authentication. I have gone throught several aricles and could not able to figure out the exact use of claim based authentication. Here are some doubts I have about claim based ...
0
votes
0answers
52 views
diff in claim base security and role based security in C#
I am new to this security model in C#. But as I am studying on this I am getting more confused. What is the difference between claim based security and role based security? What is the scenario to ...
1
vote
2answers
334 views
How to implement role based login [closed]
I want to implement role based login for my project.
I have implemented admin module.
In my project there are various features(access is allowed as links) based on role i want to allow access to ...
4
votes
2answers
446 views
Role-based Authorization with Model List
I've 3 models [User, Role, and UserRole]
Use {ID [PK], Name, Email, Password, .....}
Role {ID [PK], Name, Description, .......}
UserRole {UserID [FK], RoleID [FK]}
Consider, the Role-based ...
1
vote
2answers
193 views
Generating Navigation for different user types, MVC, PHP
I have this idea of generating an array of user-links that will depend on user-roles.
The user can be a student or an admin.
What I have in mind is use a foreach loop to generate a list of links ...
0
votes
0answers
100 views
ios role-based access control at views and data-level
I want to implement role-based access control for an iOS application I am currently working on. Access needs to be controlled to both the views as well as the actual data. For instance, I will display ...
0
votes
1answer
91 views
SSRS report showing different record to different user. How can this be implemnetd?
I recently encountered a requirement which said "Manager should see all record but Associates only appropriate subset. I will explain my requirement with below example.
I have a table.
CREATE ...
4
votes
3answers
1k views
Flowing WCF Role-Based Security through to UI
I am looking for some best practices on how to handle the following scenario - flowing permissions from WCF service layer through to UI:
I have WCF services with methods that have been decorated with ...
1
vote
1answer
415 views
How to get all users in a role including roles in roles?
I have a Sitecore site that uses the AD module for connecting to an Active Directory. Let's say that we have a Role defined in Sitecore called "Content Authors". Content Authors may contain ...
0
votes
3answers
1k views
Rails role based authentication
Does http://code.google.com/p/rolerequirement/ Role requirement works with Rails 3? If not, where can I find a role based management plugin like this for Rails?
Thanks!
1
vote
2answers
393 views
Role based security in ASP.NET
In my ASP.NET 3.5 application, on the ASPX pages I have to implement role based data updation policy.
If a user have lest privilege, he can still update some filed but not all. Where user with ...