Class RowLevelRole

java.lang.Object
io.jmix.security.model.BaseRole
io.jmix.security.model.RowLevelRole

public class RowLevelRole extends BaseRole
Class is a container for security row level policies.

Row-level policy restrict which data a user can read or modify.

Role objects may be created from different sources:

  • from interfaces annotated with RowLevelRole
  • from database Role entities
  • created explicitly by the application