Interface UserTargetGenerationService
- 
- All Known Implementing Classes:
 DefaultUserTargetGenerationService
public interface UserTargetGenerationService- Author:
 - Chad Harchar (charchar)
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<UserTarget>gatherUserTargetsFromAuthentication()Create and returnuser targetsfor use in pricing and offer provider requests. 
 - 
 
- 
- 
Method Detail
- 
gatherUserTargetsFromAuthentication
Set<UserTarget> gatherUserTargetsFromAuthentication()
Create and returnuser targetsfor use in pricing and offer provider requests. Uses the current authentication token to determine principal and details.- Returns:
 - set of 
user targetsfor the current security context. 
 
 - 
 
 -