| Interface | Description |
|---|---|
| AdminSecurityService | |
| AdminUserProvisioningService |
Utility to add or update the AdminUser object in the database after authentication from an external system.
|
| 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.
|
| RowLevelSecurityServiceImpl |
Copyright © 2015. All rights reserved.