actionToDemandOnPrincipal abstract method

String actionToDemandOnPrincipal(
  1. DbPrincipal principal
)

determines which share with which action the user must have on the entity in order to be able to permform the operation on the entity.

Implementation

String actionToDemandOnPrincipal(DbPrincipal principal);