Sciweavers

SACMAT
2010
ACM

Role-based access control (RBAC) in Java via proxy objects using annotations

13 years 9 months ago
Role-based access control (RBAC) in Java via proxy objects using annotations
We propose a new approach for applying Role-Based Access Control (RBAC) to methods in objects in the Java programming language. In our approach, a policy implementer (usually a developer) annotates methods, interfaces, and classes with roles. Our system automatically creates proxy objects which only contain methods to which a client is authorized access based on the role specifications. Potentially untrusted clients that use Remote Method Invocation (RMI) then receive proxy objects rather than the originals. We discuss the method annotation process, the semantics of annotations, how we derive proxy objects based on annotations, and how RMI clients invoke methods via proxy objects. We present the advantages to our approach, and distinguish it from existing approaches to method-granularity access control in Java. We demonstrate empirical evidence of the effectiveness of our approach by discussing its application to software projects that range from thousands to hundreds of thousands o...
Jeff Zarnett, Mahesh V. Tripunitara, Patrick Lam
Added 18 Jul 2010
Updated 18 Jul 2010
Type Conference
Year 2010
Where SACMAT
Authors Jeff Zarnett, Mahesh V. Tripunitara, Patrick Lam
Comments (0)