Interface | Description |
---|---|
AdminSecurityHelper | |
AdminSecurityService | |
EntityFormModifier |
Qualified instances are expected to manipulate the
EntityForm instance passed in the request. |
ExceptionAwareRowLevelSecurityProvider |
For special
RowLevelSecurityProvider instances, add special behavior that allows for modifying an EntityForm
that 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
EntityFormModifier instances and any relevant configuration data
for those modifiers, in the form of EntityFormModifierData , 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 , or ListGrid instance. |
RowLevelSecurityServiceImpl |
Copyright © 2022. All rights reserved.