Class DefaultGigyaAuthService

java.lang.Object
de.hybris.platform.gigya.gigyab2bservices.auth.impl.DefaultGigyaAuthService
All Implemented Interfaces:
GigyaAuthService

@Deprecated(since="2211") public class DefaultGigyaAuthService extends Object implements GigyaAuthService
Deprecated.
(SAP CDC has introduced accounts.b2b.auth.getAssets and B2B user roles have to be fetched using this API.)
Default implementation of GigyaAuthService which calls the SAP CDC's Authorization API to fetch Authorizations for a Customer belonging to an organization
  • Constructor Details

    • DefaultGigyaAuthService

      public DefaultGigyaAuthService()
      Deprecated.
  • Method Details

    • assignAuthorisationsToCustomer

      public void assignAuthorisationsToCustomer(CustomerModel customer)
      Deprecated.
      Description copied from interface: GigyaAuthService
      Method to assign authorisations to the customer after fetching it from SAP CDC.
      Specified by:
      assignAuthorisationsToCustomer in interface GigyaAuthService
      Parameters:
      customer - The customer model
    • createHttpEntity

      protected org.springframework.http.HttpEntity<String> createHttpEntity(CustomerModel customer, org.springframework.http.HttpHeaders headers)
      Deprecated.
    • removeAuthorisationsOfCustomer

      public void removeAuthorisationsOfCustomer(CustomerModel customer)
      Deprecated.
      Description copied from interface: GigyaAuthService
      Method to remove authorisations from the customer.
      Specified by:
      removeAuthorisationsOfCustomer in interface GigyaAuthService
      Parameters:
      customer - The customer model
    • getGigyaAuthRequestConverter

      public de.hybris.platform.servicelayer.dto.converter.Converter<CustomerModel,GigyaAuthRequestData> getGigyaAuthRequestConverter()
      Deprecated.
    • setGigyaAuthRequestConverter

      public void setGigyaAuthRequestConverter(de.hybris.platform.servicelayer.dto.converter.Converter<CustomerModel,GigyaAuthRequestData> gigyaAuthRequestConverter)
      Deprecated.
    • getBaseSiteService

      public de.hybris.platform.site.BaseSiteService getBaseSiteService()
      Deprecated.
    • setBaseSiteService

      public void setBaseSiteService(de.hybris.platform.site.BaseSiteService baseSiteService)
      Deprecated.
    • getGigyaTokenGenerator

      public GigyaTokenGenerator getGigyaTokenGenerator()
      Deprecated.
    • setGigyaTokenGenerator

      public void setGigyaTokenGenerator(GigyaTokenGenerator gigyaTokenGenerator)
      Deprecated.
    • getB2bCommerceUserService

      public de.hybris.platform.b2bacceleratorservices.company.B2BCommerceUserService getB2bCommerceUserService()
      Deprecated.
    • setB2bCommerceUserService

      public void setB2bCommerceUserService(de.hybris.platform.b2bacceleratorservices.company.B2BCommerceUserService b2bCommerceUserService)
      Deprecated.
    • getUserService

      public de.hybris.platform.servicelayer.user.UserService getUserService()
      Deprecated.
    • setUserService

      public void setUserService(de.hybris.platform.servicelayer.user.UserService userService)
      Deprecated.
    • getRestTemplate

      public org.springframework.web.client.RestTemplate getRestTemplate()
      Deprecated.
    • setRestTemplate

      public void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
      Deprecated.