| Interface | Description |
|---|---|
| AdminSecurityService | |
| AdminUserProvisioningService |
Utility to add or update the AdminUser object in the database after authentication from an external system.
|
| 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. |
| AdminSecurityServiceImpl | |
| AdminUserDetails |
Extended DTO class to support salts based on the primary key of the admin user.
|
| AdminUserDetailsServiceImpl | |
| AdminUserProvisioningServiceImpl |
This component allows for the default provisioning of an AdminUser and roles in the Broadleaf database, based on the
external authentication of a user (e.g.
|
| 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 © 2017. All rights reserved.