SeedSecurityModuleService

Automatically seeds the built-in roles (and permissions) for both Secman and any other UI features made available by the other modules.

The service just runs the SeedUsersAndRolesFixtureScript on a callback of MetamodelEvent .

API

SeedSecurityModuleService.java
class SeedSecurityModuleService {
  void onMetamodelEvent(MetamodelEvent event)
}