Skip to end of banner
Go to start of banner

Apache Fortress (Open-Source Project)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Apache Fortress

Open-Source Project

Description

Apache Fortress Overview

FORTRESS is a standards-based authorization system, that provides role-based access control, delegated administration and password policy services using an LDAP backend.

What’s in it?

Included are the following components:

- Core - Java Authorization SDK
- Realm - Java EE security for Apache Tomcat
- Rest - HTTP protocol wrappers for the APIs using Apache CXF
- Web - HTML pages and framework for the APIs using Apache Wicket

It’s released under terms of the Apache License 2.0.

How Does It Work?

Fortress is a Role-Based Access Control security system. It uses a directory server to store the information about users, roles, permissions, etc. Out-of-the-box it supports either ApacheDS or OpenLDAP servers but works with any LDAPv3 compliant system.

(https://directory.apache.org/fortress/overview.html, accessed 26 May 2021)

See Also

  • No labels