I'm trying to hide a service based on role, and I thought the file 
authorizer was supposed to facilitate this. 

I have a service that creates records, but must be hidden from 
everyone except system admins.

In my allow file, I have:
fixture.saip.oms.Importing:SYSTEM_ADMIN

In my disallow file, I have:
fixture.saip.oms.Importing:NONE

I tried a disallow with no allow, but the service is always visible.

In fact, setting a breakpoint in the isUsableInRole and isVisibleInRole 
methods shows that the methods are never called.

A boot log trace shows that the module is loaded and parsed.

Any hints?

Reply via email to