Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

      Creating roles and permission involves following tables:

    • KRIM_ROLE_T              T                             - Insert a record to create role
    • KRIM_PERM_T                                        - Insert a record to create permission for role created
    • KRIM_ROLE_PERM_T           T             - Insert a record to map role with permission
    • KRIM_PERM_ATTR_DATA_T  - Insert a record for permission details
    • KRIM_ROLE_MBR_T              T               - Insert a record to map a user with a role

...