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

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

  • Method Details

    • isAgreementOwner

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

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

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

      protected AgrAgreementsService getAgreementsService()
      Deprecated.
    • getAgreementSpecificationService

      protected AgrAgreementSpecificationService getAgreementSpecificationService()
      Deprecated.