Interface IPermissionManager

  • All Known Implementing Classes:
    PermissionManager

    public interface IPermissionManager
    • Method Detail

      • isActionAllowed

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