Skip to content

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.

License

Notifications You must be signed in to change notification settings

BeaconFramework/rbac-man

 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.5%
  • HTML 10.9%
  • Java 7.3%
  • CSS 4.3%