Package ru.curs.celesta.dbutils
Interface IPermissionManager
- All Known Implementing Classes:
PermissionManager
public interface IPermissionManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanisActionAllowed(CallContext c, GrainElement t, Action a) Whether the action is allowed.
-
Field Details
-
EDITOR
Role name that has rights to edit all tables.- See Also:
-
READER
Role name that has rights to read from all tables.- See Also:
-
-
Method Details
-
isActionAllowed
Whether the action is allowed.- Parameters:
c- call contextt- tablea- action type- Returns:
-