It allows establishing whether or not the generated application will manage security using [19888]. This property is at version level.

Values

False Security will not be enforced. This is the default value.
True Security will be enforced.

 

Description

If security is enabled, the following considerations should be taken into account:

  • A new datastore will be created, named GAM. The default DBMS for GAM datastore is the same DBMS as the reorg datastore. The reorg datastore connection properties will be inherited by the GAM datastore also. In case of SQL Server, GAM database will be the same as the reorg datastore, with a different Database Schema (named "gam").
    In case of Mysql, the database name of GAM datastore will be <reorg_datastore_dbname>_gam (as it doesn't support database schemas). In case of Oracle and Informix database, GeneXus does not set any default value for Database Name, the user has to set this value.
     
  • GeneXus will start to create Permissions (according to the value of the Integrated Security Level Property).
     
  • The generated code will start to interact with [19888] in order to solve Authentication and Authorization issues.
     
  • A set of external objects (GAM API) and objects which are part of GAM Examples Library folder are imported in the knowledge base.

Note: When the property value is changed, a Rebuild All must be performed in order to apply the change to all objects. See GAM - Activation Process for more details on this topic.

See also

Integrated Security Level property
Administrator User Name property
Administrator User Password property
Connection User Name property
Connection User Password property
Login Object for Web property
Keep GAM database updated property