Class PermissionManager

java.lang.Object
ru.curs.celesta.dbutils.PermissionManager
All Implemented Interfaces:
IPermissionManager

public final class PermissionManager extends Object implements IPermissionManager
Permission manager. It determines if a user has rights for operations with a table. The rights are defined by contents of the system tables for access rights distribution.

To optimize work the object contains cache.

  • Constructor Details

    • PermissionManager

      public PermissionManager(ICelesta celesta)
  • Method Details