Apache Fortress

From Wikipedia, the free encyclopedia
Apache Fortress
Developer(s)Apache Software Foundation
Stable release
3.0.0 / September 6, 2023; 7 months ago (2023-09-06)
RepositoryFortress Repository
Written inJava
Operating systemCross-platform
TypeAuthorization
LicenseApache License 2.0
WebsiteOfficial website

Apache Fortress is an open source project of the Apache Software Foundation and a subproject of the Apache Directory. It is an authorization system, written in Java, that provides role-based access control, delegated administration and password policy using an LDAP backend.

Standards implemented:

  • Role-Based Access Control (RBAC) ANSI INCITS 359
  • Administrative Role-Based Access Control (ARBAC02)
  • IETF Password Policy (draft)
  • Unix Users and Groups (RFC2307)

Fortress has four separate components:

History[edit]

Fortress was first contributed in 2011 to the OpenLDAP Foundation[1] and moved to the Apache Directory project in 2014.[2]

Releases[edit]

Version Date
3.0.0 2023-09-06 (current release)
2.0.8 2022-07-22
2.0.7 2021-12-12
2.0.6 2021-07-15
2.0.5 2020-05-26
2.0.4 2019-12-13
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

API[edit]

Fortress provides security functions via APIs corresponding to the standards implemented. For example, its RBAC API design mimics the functional specifications of ANSI INCITS 359 with function names, entities being the same.

References[edit]

  1. ^ "Request for Contribution of Identity Access Management Software to OpenLDAP Project". OpenLDAP Foundation. 15 July 2011. Retrieved 20 April 2016.
  2. ^ "Notice to donate Fortress to the Apache Directory Project". Apache Software Foundation. 16 September 2014. Retrieved 20 April 2016.

External links[edit]