Versions Compared

Key

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

...

  1. Parse all API command classes to check if they are annotated with "authorized" attribute. If so, populate a permission entry for that API for the default policy mapped to that authorized role.
    1. "authorized" attribute is an already existing attribute of our API's that is used to override the default access permissions defined in commands.properties file.
  2. Parse commands.property, create or override permission entries for each API for default policy mapped to API authorized roles.

...