You can now replace the standard VLF-ONE authority model with your own custom version just like in VLF-WIN.
See the new UF_OLOGON server side logon validator for more details.
Refer to the Get_UseavCheckAuth property routine and the avCheckAuth method for more details.
avCheckAuth is queried about a user's authority to access FRAMEWORK, APPLICATION, APPLICATION_VIEW, BUSINESS_OBJECT and COMMAND_REFERENCE objects.
The calls are all completed at sign-in time and the details of unauthorized objects are never sent out to the client system. This means that unauthorized objects do not exist on the client, and this is why #avFrameworkManager.avCheckAvailability is used to check for their existence on the client side.