Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logicalhacking/genericbreakglass-xacml
GenericBreakGlass: XACML Reference Implementation
https://github.com/logicalhacking/genericbreakglass-xacml
access-control break-glass java rbac xacml
Last synced: about 2 months ago
JSON representation
GenericBreakGlass: XACML Reference Implementation
- Host: GitHub
- URL: https://github.com/logicalhacking/genericbreakglass-xacml
- Owner: logicalhacking
- License: apache-2.0
- Created: 2015-06-05T18:29:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T09:39:55.000Z (over 6 years ago)
- Last Synced: 2023-03-01T21:10:59.634Z (almost 2 years ago)
- Topics: access-control, break-glass, java, rbac, xacml
- Language: Java
- Homepage:
- Size: 561 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION
Awesome Lists containing this project
README
# GenericBreakGlass: XACML Reference Implementation
Today’s IT systems implement fine-grained access control mechanisms
to protect a companies assets and to fulfill regulations such as
Basel III, SoX, or HIPAA. In general, access control cannot fully
capture all requirements. In particular, for exceptional situations it
is hard to formulate access control policies taking all possible
legitimate accesses into account. Exceptional Access Control is an
approach for allowing users to override access control decisions in,
e.g., emergency situations. Different approaches and techniques
have been presented how to allow the user to override access control
restrictions in a controlled way, e.g., **Break (the) Glass**. Break
Glass Access Control allows users to override access control decision
in a controlled manner.This project contains an XACML PDP/PEP infrastructure supporting
_Break Glass Access Control_.## Team
Main developers:
* [Achim D. Brucker](http://www.brucker.ch/)
* [Helmut Petritsch](http://petritsch.co.at/)## License
This project is licensed under the Apache License Version 2.0.
SPDX-License-Identifier: Apache-2.0
## Master Repository
The master git repository for this project is hosted by the [Software
Assurance & Security Research Team](https://logicalhacking.com) at
.## Publications
The most important publications are:
* Achim D. Brucker and Helmut Petritsch. Extending access control
models with break-glass. In Proceedings of the 14th ACM symposium
on Access control models and technologies (SACMAT '09). ACM, New
York, NY, USA, 197-206. 2009.
doi: [10.1145/1542207.1542239](http://dx.doi.org/10.1145/1542207.1542239)
* Helmut Petritsch: Break-Glass - Handling Exceptional Situations in Access Control.
Springer 2014, ISBN 978-3-658-07364-0, pp. 1-220
doi: [10.1007/978-3-658-07365-7](http://dx.doi.org/10.1007/978-3-658-07365-7)