Annotation Interface DataSetAccessGuard
Annotation for service methods to automagically check that the user invoking the method has access to the data set. It also locks data sets
specified by method arguments.
This is an internal class. Do not use it as a user of the API.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionPrivilege level.booleanBy default locks on data sets are released after method invocation.
-
Element Details
-
privilegeLevel
PrivilegeLevel privilegeLevelPrivilege level.- Default:
- DEFAULT
-
releaseDataSetLocks
boolean releaseDataSetLocksBy default locks on data sets are released after method invocation.- Default:
- true
-