You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2021/02/15 22:36:46 UTC

[directory-fortress-enmasse] branch master updated: + about fortress rest section

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git


The following commit(s) were added to refs/heads/master by this push:
     new d1151d9  + about fortress rest section
d1151d9 is described below

commit d1151d93ba3fe2afc4aef300ca98c9850fbe7889
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Mon Feb 15 16:36:41 2021 -0600

    + about fortress rest section
---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index febeada..c5332d1 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@
 ## Table of Contents
 
  * Document Overview
+ * About Apache Fortress Rest
  * Tips for first-time users.
  * SECTION 1. Prerequisites.
  * SECTION 2. Download & Install.
@@ -39,6 +40,21 @@ ________________________________________________________________________________
 This document contains instructions to download, build, and test operations using Apache Fortress Rest component.
 
 ___________________________________________________________________________________
+## About Apache Fortress Rest
+
+* An http service interface to drive Apache Fortress APIs.
+
+* Uses Apache CXF as the rest framework.
+
+* Layered security using ...
+   * declarative controls:
+      * HTTP Basic Authentication and coarse-grained role check (Tomcat Realm)
+      * Service security using Apache CXF's **SimpleAuthorizingInterceptor**
+   * programmatic controls:
+      * fine-grained authorization
+
+* More here: [README-SECURITY-MODEL](README-SECURITY-MODEL.md)
+___________________________________________________________________________________
 ##  Tips for first-time users
 
  * For a tutorial on how to use Apache Fortress with LDAP, check out the Fortress Core quickstart guides.