Interface GigyaAuthService

All Known Implementing Classes:
DefaultGigyaAuthService, GigyaAssetsAuthService

public interface GigyaAuthService
Service to assign authorizations to B2B Customer based on the authorizations received from SAP Customer Data Cloud
  • Method Details

    • assignAuthorisationsToCustomer

      void assignAuthorisationsToCustomer(CustomerModel customer)
      Method to assign authorisations to the customer after fetching it from SAP CDC.
      Parameters:
      customer - The customer model
    • removeAuthorisationsOfCustomer

      void removeAuthorisationsOfCustomer(CustomerModel customer)
      Method to remove authorisations from the customer.
      Parameters:
      customer - The customer model