Class DefaultUserTargetGenerationService
java.lang.Object
com.broadleafcommerce.orderoperation.service.provider.external.security.DefaultUserTargetGenerationService
- All Implemented Interfaces:
UserTargetGenerationService
public class DefaultUserTargetGenerationService
extends Object
implements UserTargetGenerationService
- Author:
- Chad Harchar (charchar)
-
Constructor Summary
ConstructorDescriptionDefaultUserTargetGenerationService
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils) -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<UserTarget>
protected Optional<UserTarget>
Create and returnuser targets
for use in pricing and offer provider requests.protected com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils
protected com.broadleafcommerce.common.extension.TypeFactory
-
Constructor Details
-
DefaultUserTargetGenerationService
public DefaultUserTargetGenerationService(com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils)
-
-
Method Details
-
gatherUserTargetsFromAuthentication
Description copied from interface:UserTargetGenerationService
Create and returnuser targets
for use in pricing and offer provider requests. Uses the current authentication token to determine principal and details.- Specified by:
gatherUserTargetsFromAuthentication
in interfaceUserTargetGenerationService
- Returns:
- set of
user targets
for the current security context.
-
gatherCustomerTarget
-
gatherCustomerSegmentTargets
-
getTypeFactory
protected com.broadleafcommerce.common.extension.TypeFactory getTypeFactory() -
getAuthenticationUtils
protected com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils getAuthenticationUtils()
-