public interface IPermissionManager
| Modifier and Type | Field and Description |
|---|---|
static String |
EDITOR
Role name that has rights to edit all tables.
|
static String |
READER
Role name that has rights to read from all tables.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActionAllowed(CallContext c,
GrainElement t,
Action a)
Whether the action is allowed.
|
static final String EDITOR
static final String READER
boolean isActionAllowed(CallContext c, GrainElement t, Action a)
c - call contextt - tablea - action typeCopyright © 2022 CURS. All rights reserved.