Rule permission provider

In the base configuration, Guidewire provides Gosu class UWRulePermissionProvider that defines the permissions available for use with the underwriting business rules.

override property get RulePermissionProvider(): IRulePermissionProvider {
  return UWRulePermissionProvider.Instance}
}

It is possible for you to modify this class or replace it entirely with a class of your own.