blob: 03195bd61c66d0366138f330233323c1df27418f [file] [log] [blame]
sg481nfaf7f2d2017-09-22 17:17:23 +00001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3.. Copyright © 2017 AT&T Intellectual Property. All rights reserved.
4
sg481na9d21082017-09-23 14:26:06 +00005AAF - Application Authorization Framework
sg481nfaf7f2d2017-09-22 17:17:23 +00006==================================================
7.. The purpose of AAF (Application Authorization Framework) is to organize software authorizations so that applications, tools and services can match the access needed to perform job functions.
8
9AAF is designed to cover Fine-Grained Authorization, meaning that the Authorizations provided are able to used an Application's detailed authorizations, such as whether a user may be on a particular page, or has access to a particular Pub-SUB topic controlled within the App.
10
11This is a critical function for Cloud environments, as Services need to be able to be installed and running in a very short time, and should not be encumbered with local configurations of Users, Permissions and Passwords.
12
13To be effective during a computer transaction, Security must not only be secure, but very fast. Given that each transaction must be checked and validated for Authorization and Authentication, it is critical that all elements on this path perform optimally.
14
15
16
17.. toctree::
sg481na9d21082017-09-23 14:26:06 +000018 :maxdepth: 2
19
20 AAF-API-Documentation/AAF-API-Documentation
sg481nfaf7f2d2017-09-22 17:17:23 +000021
22
23Introduction
24------------
25AAF contains some elements of Role Based Authorization, but includes Attribute Based Authorization elements as well.
26
sg481na9d21082017-09-23 14:26:06 +000027.. image:: aaf-object-model.jpeg
sg481nfaf7f2d2017-09-22 17:17:23 +000028 :height: 600 px
29 :width: 800 px
30 :scale: 100 %
31 :alt: AAF highlevel Object Model
32 :align: center
33
34
35Essential Components
36--------------------
37The core component to deliver this Enterprise Access is a RESTful service, with runtime instances registered in a Cloud Directory (DME2) and backed by a resilient Datastore (Cassandra as of release 1.3)
38
39The Data is managed by RESTful API, with Admin functions supplemented by Character Based User interface and certain GUI elements.
40
41-The Service accessible by provided Caching Clients and by specialized plugins
42
43-CADI (A Framework for providing Enterprise Class Authentication and Authorization with minimal configuration to Containers and Standalone Services)
44
45-Cassandra (GRID Core)
46
47-Hadoop Plugin (a plugin via Hadoop Group Mapper mechanism)