| Interface | Description | 
|---|---|
| AdminSecurityHelper | |
| AdminSecurityService | |
| EntityFormModifier | Qualified instances are expected to manipulate the  EntityForminstance passed in the request. | 
| ExceptionAwareRowLevelSecurityProvider | For special  RowLevelSecurityProviderinstances, add special behavior that allows for modifying anEntityFormthat has been marked as read only. | 
| RowLevelSecurityProvider | 
 A component that can apply row-level security to the admin | 
| RowLevelSecurityService | 
 Provides row-level security to the various CRUD operations in the admin | 
| Class | Description | 
|---|---|
| AbstractRowLevelSecurityProvider | Dummy implementation of a  RowLevelSecurityProvider. | 
| AdminSecurityHelperImpl | |
| AdminSecurityServiceImpl | |
| EntityFormModifierConfiguration | A wrapping class meant to house a list of  EntityFormModifierinstances and any relevant configuration data
 for those modifiers, in the form ofEntityFormModifierData, organized by modifierType. | 
| EntityFormModifierData<T extends EntityFormModifierDataPoint> | Hold generic key/value data for configuring a  EntityFormModifier, along with a modifierType value
 that should be used to qualify EntityFormModifier instances capable of consuming this configuration. | 
| EntityFormModifierDataPoint | Simple key/value pair configuration for a  EntityFormModifier. | 
| EntityFormModifierRequest | A request to modify an  EntityForm, orListGridinstance. | 
| RowLevelSecurityServiceImpl | 
Copyright © 2020. All rights reserved.