Understanding AdminSession objects

The AdminSession object and its sub-objects provide services to the schema repository (master database) for administrative purposes. The HCL Compass schema repository is the master database that contains your schemas for one or more user databases.

AdminSession is the root object of all schema repository operations such as:

  • Creating databases
  • Deleting databases
  • Subscribing users to a database
  • Subscribing groups to a database

The AdminSession object must be created before any operation can be performed. There is no overlap functionality between this object and the Session object.