Back

Checking Authorizations


The Authorizations of a user are set up in the Integration event of the Logon Service. Authorizations consist of three properties:

  • Type category of permission e.g. product
  • Name the particular object or path the permission relates to e.g. technology/computer/laptop/*
  • Function action to be performed e.g. edit

Authorizations can be queried using system.securityManager.isAuthorized(type, name, function).