java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v2.security.BmUserValidator

public class BmUserValidator extends Object
Validates if the authenticated user is authorized to access a resource
Since:
2208
  • Constructor Details

    • BmUserValidator

      public BmUserValidator(de.hybris.platform.servicelayer.user.UserService userService, TuaPartyBillService partyBillService)
  • Method Details

    • isResourceOwner

      public boolean isResourceOwner(org.springframework.security.core.Authentication authentication, String customerBillId)
    • getUserService

      protected de.hybris.platform.servicelayer.user.UserService getUserService()
    • getPartyBillService

      protected TuaPartyBillService getPartyBillService()