https://github.com/authzforce/pap-dao-flat-file
AuthzForce PAP DAO implementation (DAO = Data Access Object pattern) based on flat file database
https://github.com/authzforce/pap-dao-flat-file
Last synced: about 2 months ago
JSON representation
AuthzForce PAP DAO implementation (DAO = Data Access Object pattern) based on flat file database
- Host: GitHub
- URL: https://github.com/authzforce/pap-dao-flat-file
- Owner: authzforce
- Created: 2016-01-13T22:47:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T02:22:28.000Z (about 1 year ago)
- Last Synced: 2025-01-21T09:14:29.920Z (3 months ago)
- Language: Java
- Homepage:
- Size: 418 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: license/header-defs.xml
Awesome Lists containing this project
README
[](https://www.codacy.com/gh/authzforce/pap-dao-flat-file/dashboard?utm_source=github.com&utm_medium=referral&utm_content=authzforce/pap-dao-flat-file&utm_campaign=Badge_Grade)
# AuthzForce Flat-File-based DAO
AuthZForce PAP (Policy Administration Point) DAO (Data Access Object) implementation based on flat file database## Support
If you are experiencing any issue with this project, please report it on the project's GitHub issue tracker.
Please include as much information as possible; the more we know, the better the chance of a quicker resolution:* Software version
* Platform (OS and JDK)
* Stack traces generally really help! If in doubt include the whole thing; often exceptions get wrapped in other exceptions and the exception right near the bottom explains the actual error, not the first few lines at the top. It's very easy for us to skim-read past unnecessary parts of a stack trace.
* Log output can be useful too; sometimes enabling DEBUG logging can help;
* Your code & configuration files are often useful.If you wish to contact the developers for other reasons, use [AuthzForce contact mailing list](http://scr.im/azteam).