The PriceListSecurityPolicy class is located in the atg.commerce.security package. The class needs to have the following signatures:
public class PriceListSecurityPolicy
extends SecuredRepositorySecurityPolicy
{
public AccessControlList getEffectiveAccessControlList(Object pObject);
protected AccessControlList getACLForPrice(SecuredRepositoryItem pItem);
protected AccessControlList getACLForComplexPrice(SecuredRepositoryItem pItem);
}
