certna:apex_managing_roles
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
certna:apex_managing_roles [2020/03/24 23:06] – brett.zamora | certna:apex_managing_roles [2020/03/26 22:31] (current) – brett.zamora | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Manage Roles ==== | ==== Manage Roles ==== | ||
- | Functionality in APEX is controlled through a series of Role and Permission definitions. | + | Functionality in APEX is controlled through a series of Role and Permission definitions. |
- | APEX does not have a UI for role creation because any new role record would be created with a database script along with its corresponding permissions during a standard | + | You can click this link for more detailed information about [[certna: |
- | The following roles are currently defined in the CeRTNA ERDS/G2G system: | + | To manage Roles you must login to a user that has been assigned a System Administrator role. Once you are signed into APEX as a System Administrator you will be presented with the following System Administrator view: |
- | {{tablelayout? | ||
- | ^ ROLE_ID ^ ROLE_NAME ^ DESCRIPTION ^ | ||
- | | 1 | Submitter User | A role that is able to submit transactions for electronic recording. | | ||
- | | 2 | County User | A role for county-side non-administrative functions. | | ||
- | | 4 | System Administrator | A role with full access to the ERDS/G2G system. | | ||
- | | 8 | Security Administrator | Defined but not used in the ERDS/G2G system. | | ||
- | | 16 | Submitter/ | ||
- | | 32 | County Administrator | A role county-side user and admin functions. | | ||
- | | 64 | System Alert Recipient | Defined but not used in the ERDS/G2G system. | | ||
- | | 128 | Submitter Developer | A role the emulates a submitter user but also has access to developer tools. | | ||
- | | 256 | County Developer | A role that emulates a county administrator user but also has access to developer tools. | | ||
- | | 512 | County Public Service User | A role for accessing county oriented web services. | | ||
- | | 1024 | Agent Public Service User | A role for accessing submitter oriented web services. | | ||
- | | 2048 | Payload Service User | A role setup for server-side server-side sending/ | ||
- | | 4096 | Service Submitter User | A role to facilitate submitter remote folders support. | | ||
- | | 8192 | Service County User | A role to facilitate county user remote folders support. | | ||
- | | 16384 | Service County Administrator | A role to facilitate county administrator remote folders support. | | ||
+ | {{: | ||
- | APEX application and user functionality is controlled based on the permissions that are assigned to a particular role. Every user record has a role assignment. | ||
- | The APEX permission architecture | + | To update the permissions for a role, click the Manage Roles option on the Administration tab. The following screen will be displayed: |
+ | |||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | Select the role that you want to set permissions for. Permissions are enabled when the box for a selected row is checked and the permissions are disabled if the box is unchecked. click the desired permission and then click the Save Role/ | ||
+ | |||
+ | You can also back out of any changes that you have made by clicking the Discard Role/ | ||
+ | |||
+ | For more detailed information about Roles & Permissions [[certna:apex_roles_permissions|click here]]. | ||
- | {{tablelayout? | ||
- | ^ Category ^ Description ^ | ||
- | | Modules | The APEX source code is structured in manner that segregates groups of functionality into various modules, for example an Administration Module or a Common Module or a Reports Module. Within these categories source code can be sub-categorized further, for example in the Administration Module there is Agent Management, County Management, Role Management, Submitter Management, etc. In addition to permission management, structuring the code in this manner helps with resource management, for example, there is no need for the County Management module to be loaded if you are performing an Agent Management function. | ||
- | | Public Service | This category is used to define which public web services a role is authorized to use. | | ||
- | | Reports | This category is used to define which reports a role is authorized to use. | | ||
- | | Service Command | As a Windows Communication Foundation (WCF) based application, | ||
- | | View Permission | The APEX UI is built upon a series of visual components. For example, ribbons, buttons, tabs, grids, etc. Different functional roles will have different will use different sets of controls, for example the view that a Submitter or County sees, will be different than a System Administrator would see or the controls that a Developer would see would be different from the controls that a non-developer would see. These viewable objects are controlled through the View Permission and they are segregated based on role. | | ||
certna/apex_managing_roles.1585091190.txt.gz · Last modified: by brett.zamora