Introduction¶
Document Purpose
This document provides explanations for the details of the authorization system.
The scope is as below.
- The whole image of the authorization system
- Structure and actions to achieve authorizations
- How to operate information of the authorization system and request authorizations.
Target Readers¶
Target readers of this document are as below.
- Administrators of the authorization settings of intra-mart Accel Platform
- Developers who wish to create applications using the authorization system
Document Structure
-
This section explains the image model of the authorization management in order to provide the authorization system.
-
This section explains the structure of each functions that is required to achieve the model explained in the overview.
Authorization Information Management
This section explains contents and the management procedures of the information that acts as a source of authority management in the authorization system.
Authorization Request Interface
This section explains about the interface to request authorization judgment to the authorization system.
In simple terms, subjects mean a users. The authorization system perceives users as the organizations or/and roles and use the information for the authorization judgment. This section explains the mechanism of providing such information attached to users to the authorization system.
Authorization Judgment Function
This section explains how the authorization judgment is made within the authorization system.
-
Appendix includes policies implemented though they are not directly related to the authorization concept, and standard policies as the extensions of authorizations.
Using the Sample Data
This specification uses sample codes for explanations like how to use API.
Within the sample codes, sample data of IM Common Master is partially used. To actually implement the sample codes, first run Sample Data Setup to setup sample data of IM Common Master to test.