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 Summary
Modifier and TypeMethodDescriptionvoidassignAuthorisationsToCustomer(CustomerModel customer) Method to assign authorisations to the customer after fetching it from SAP CDC.voidremoveAuthorisationsOfCustomer(CustomerModel customer) Method to remove authorisations from the customer.
-
Method Details
-
assignAuthorisationsToCustomer
Method to assign authorisations to the customer after fetching it from SAP CDC.- Parameters:
customer- The customer model
-
removeAuthorisationsOfCustomer
Method to remove authorisations from the customer.- Parameters:
customer- The customer model
-