Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.33 KB

File metadata and controls

36 lines (21 loc) · 1.33 KB

rbac-man

This project provides an implementation of the PEP/PDP/PIP/PAP access control pattern. The implementation is in Java. For the moment it implements an XACML PDP. It provides a web based user interface to manage users, roles, actions, assign actions to roles, and assign users to roles.

Architecture

rbac-man architecture

Interface

rbac-man offers a management interface with CRUD operations on its entities (user, rule, actions, ...), rule testing and logs.

rbac-man test interface

Sequence diagram

rbac-man sequence diagram

Secure Logger

rbac-man secure logger

Log ontology

rbac-man log ontology

Notes

Draw.io sources can be found in doc/ folder