| 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/
|
 |
 |
|
|
subject: RBAC - Role-Based Access Control
|
|
|