Follow these steps to implement the security policy used by the SecuredPriceList repository:
Note: These configuration steps should be performed at the Commerce configuration layer.
Create a new
PriceListSecurityPolicycomponent located in/atg/dynamo/security/. This component should havePriceListSecurityPolicyas its class.Create a new
PriceListSecurityConfigurationcomponent located in/atg/dynamo/security/. This component should reference thePriceListSecurityPolicycomponent created in the previous step.Edit the configuration of the
SecurePriceListscomponent located in/atg/commerce/pricing/priceLists/. Point thesecurityConfigurationproperty to thePriceListSecurityConfigurationcomponent defined in the previous step.

