aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes RBAC - Role-Based Access Control Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "RBAC - Role-Based Access Control" Watch "RBAC - Role-Based Access Control" New topic
Author

RBAC - Role-Based Access Control

Fabio Batalha
Greenhorn

Joined: Aug 11, 2004
Posts: 6
Hi,

Anyone know if exist one API that implements the RBAC - Role-Based Access Control Security model?

TKS
Sean Sullivan
Ranch Hand

Joined: Sep 09, 2001
Posts: 427
http://wiki.java.net/bin/view/Javapedia/RoleBasedAccessControl

http://wiki.java.net/bin/view/Javapedia/InstanceBasedSecurity
Shawn McKinney
Greenhorn

Joined: Mar 25, 2012
Posts: 1
check out OpenLDAP's Fortress application. It provides an open source Java API that fully implements RBAC functionality:
http://www.openldap.org/fortress/
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: RBAC - Role-Based Access Control
 
Similar Threads
Controlling Access to Form fields?
crosspost [need help] Java and science
Relative path in Role Based Access Control(RBAC)
what design pattern is good for this scenario ?
Is there any Design Pattern for RBAC(Role Based Access Control) ???