Package org.broadleafcommerce.openadmin.server.security.service
package org.broadleafcommerce.openadmin.server.security.service
-
ClassDescriptionDummy implementation of a
RowLevelSecurityProvider
.Qualified instances are expected to manipulate theEntityForm
instance passed in the request.A wrapping class meant to house a list ofEntityFormModifier
instances and any relevant configuration data for those modifiers, in the form ofEntityFormModifierData
, organized by modifierType.Hold generic key/value data for configuring aEntityFormModifier
, along with a modifierType value that should be used to qualify EntityFormModifier instances capable of consuming this configuration.Simple key/value pair configuration for aEntityFormModifier
.A request to modify anEntityForm
, orListGrid
instance.For specialRowLevelSecurityProvider
instances, add special behavior that allows for modifying anEntityForm
that has been marked as read only.A component that can apply row-level security to the adminProvides row-level security to the various CRUD operations in the admin