java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.security.BaUserValidator

@Deprecated(since="2208") public class BaUserValidator extends Object
Deprecated.
2208
Validates if the authenticated user is authorized to access a resource
Since:
2105
  • Constructor Details

    • BaUserValidator

      public BaUserValidator(de.hybris.platform.servicelayer.user.UserService userService, BaBillingAccountService billingAccountService)
      Deprecated.
  • Method Details

    • isResourceOwner

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

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

      protected BaBillingAccountService getBillingAccountService()
      Deprecated.