You can add your own extra layers of security checking

Visual LANSA Framework

You can add your own extra layers of security checking

There are many overrides (Imbedded Interface Points) that you can use to make the Framework do additional checking.

These can make the Framework do your own check of:

  • the choice of password (see avPasswordRules )
  • the user profile and password (see avPrivateConnect (Windows) or UFU0001 (web))
  • the user's authority to an application, business object or command (see avCheckAuth (Windows only))
  • the user's authority to instances of a business object (see avCheckInstanceAuth (Windows only))
  • the user's authority to a particular command for a particular instance of a business object (see avCheckInstanceAuth (Windows only))

Create Your Own Imbedded Interface Points (IIP)