Interface ExceptionAwareRowLevelSecurityProvider
- All Known Implementing Classes:
RowLevelSecurityServiceImpl
public interface ExceptionAwareRowLevelSecurityProvider
For special
RowLevelSecurityProvider instances, add special behavior that allows for modifying an EntityForm
that has been marked as read only. Presumably, the modifier would want to enable portions of the EntityForm for specialized
behavior.- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionProvide a modifier capable of manipulating anEntityFormthat has been marked as readonly and modify its state, presumably to set one or more aspects of the form as editable.
-
Method Details
-
getUpdateDenialExceptions
EntityFormModifierConfiguration getUpdateDenialExceptions()Provide a modifier capable of manipulating anEntityFormthat has been marked as readonly and modify its state, presumably to set one or more aspects of the form as editable.- Returns:
- package containing the modifier implementations and any configurations for those modifiers
- See Also:
-