Interface IPermissionManager

All Known Implementing Classes:
PermissionManager

public interface IPermissionManager
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Role name that has rights to edit all tables.
    static final String
    Role name that has rights to read from all tables.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the action is allowed.
  • Field Details

  • Method Details

    • isActionAllowed

      boolean isActionAllowed(CallContext c, GrainElement t, Action a)
      Whether the action is allowed.
      Parameters:
      c - call context
      t - table
      a - action type
      Returns: