Apache Fortress
Appearance
Apache Fortress is an open source project of the Apache Software Foundation and a subproject of the Apache Directory. It's a standards-based access management system, written in Java, that provides role-based access control, delegated administration and password policy services with LDAP.
Standards implemented:
- Role-Based Access Control (ANSI INCITS 359)
- Administrative Role-Based Access Control (ARBAC02)
- IETF Password Policy (draft)
- Unix Users and Groups (RFC2307)
Fortress has four separate components:
- Core - Java Access Management SDK
- Realm - Web Container security for Apache Tomcat
- Rest - HTTP protocol wrappers for the APIs
- Web - HTML pages for the APIs
History
Fortress was first contributed in 2011 to the OpenLDAP Foundation[1] and moved to the Apache Directory project in 2014.[2]
Releases
Version | Date |
---|---|
2.0.4 | 2019-12-13 (current release) |
2.0.3 | 2018-11-12 |
2.0.2 | 2018-09-12 |
2.0.1 | 2018-07-20 |
2.0.0 | 2017-06-26 |
2.0.0-RC2 | 2017-05-04 |
2.0.0-RC1 | 2016-11-07 |
1.0.1 | 2016-07-22 |
1.0.0 | 2016-04-12 |
1.0-RC42 | 2016-03-19 |
1.0-RC40 | 2015-04-10 |
References
- ^ "Request for Contribution of Identity Access Management Software to OpenLDAP Project". OpenLDAP Foundation. 15 July 2011. Retrieved 20 April 2016.
- ^ "Notice to donate Fortress to the Apache Directory Project". Apache Software Foundation. 16 September 2014. Retrieved 20 April 2016.
External links
- Apache Fortress Project Page
- Apache Fortress Demo
- Apache Fortress on Open HUB
- Apache Directory Server Project Page
- Apache eases access management in Fortress 1.0
- Secure Web Apps with JavaEE and Apache Fortress
- Driving Security for ADF Essentials with Fortress
- A Model for Role Administration Using Organization Structure
- Federated RBAC: Fortress, OAuth2 (Oltu), JWT, Java EE, and JASPIC
- Openstack needs RBAC with Apache Fortress and IDM using Midpoint
- How I Built an Access Management System Using Java and Apache Directory Fortress
- A How-to Guide to Security in the PAAS Cloud
- py-fortress on PyPI