AccessControl

public class AccessControl extends ContainerJob

Checks the TRANSACTION:* permissions before a transaction begins.

Users need TRANSACTION:INSERT:?ENTITY_ROLE? permission to insert an entity of the particular entity role. Likewise, they need the TRANSACTION:UPDATE or TRANSACTION:DELETE permissions.

Author:

Timm Fitschen

Fields

DELETE

public static final TransactionPermission DELETE

INSERT

public static final TransactionPermission INSERT

TRANSACTION_PERMISSIONS

public static final TransactionPermission TRANSACTION_PERMISSIONS

UPDATE

public static final TransactionPermission UPDATE

Methods

run

protected void run()