Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmckinney committed Mar 17, 2019
1 parent fdf020f commit febb3f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README-SECURITY-MODEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ ________________________________________________________________________________

* Document Overview
* Understand the security model of Apache Fortress Rest
* 1. TLS
* 2. Java EE security
* 3. Apache CXF's **SimpleAuthorizingInterceptor**
* 4. Apache Fortress **ARBAC02 Checks**
* The list of APIs that enforce ARBAC role range, org unit and ADMIN perm checks.
* 1.TLS
* 2.Java EE security
* 3.Apache CXF's **SimpleAuthorizingInterceptor**
* 4.Apache Fortress **ARBAC02 Checks**
* The list of Services that enforce ARBAC02.
___________________________________________________________________________________

## Document Overview
Expand Down Expand Up @@ -131,7 +131,7 @@ c. Some APIs (#'s 1 - 12 listed below) do organization checks, matching the org
There are two types of organziations, User and Permission. For example, de/assignUser(User, Role) will verify that the caller has an ADMIN role with a user org unit that matches the ou of the target user.
There is a similar check on grant/revokePermission(Role, Permission), verifying the caller has an activated ADMIN role with a perm org unit that matches the ou on the target permission.

### The list of APIs that enforce ARBAC role range, org unit and ADMIN perm checks.
### The list of Services that enforce ARBAC02.

| # | **Services** | UserOU Check | PermOU Check | Role Range Check | **ADMIN Permissions** |
| --- | ------------------------------ | ------------ | ------------ | ---------------- | ------------------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit febb3f1

Please sign in to comment.