java.lang.Object
de.hybris.platform.agreementtmfwebservices.v2.security.AgrUserValidator

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

  • Method Details

    • isAgreementOwner

      public boolean isAgreementOwner(org.springframework.security.core.Authentication authentication, String agreementId)
    • isAgreementSpecificationOwner

      public boolean isAgreementSpecificationOwner(org.springframework.security.core.Authentication authentication, String agreementSpecificationId)
    • getUserService

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

      protected TuaAgreementsService getAgreementsService()
    • getAgreementSpecificationService

      protected TuaAgreementSpecificationService getAgreementSpecificationService()