Uses of Interface
de.hybris.platform.b2bpunchoutaddon.security.PunchOutUserSelectionStrategy
-
Packages that use PunchOutUserSelectionStrategy Package Description de.hybris.platform.b2bpunchoutaddon.security.impl de.hybris.platform.b2bpunchoutaddon.services.impl -
-
Uses of PunchOutUserSelectionStrategy in de.hybris.platform.b2bpunchoutaddon.security.impl
Classes in de.hybris.platform.b2bpunchoutaddon.security.impl that implement PunchOutUserSelectionStrategy Modifier and Type Class Description classDefaultPunchOutUserSelectionStrategyDefault strategy implementation forPunchOutUserSelectionStrategythat makes sure we create a new user if none exists for the providedPunchOutContact. -
Uses of PunchOutUserSelectionStrategy in de.hybris.platform.b2bpunchoutaddon.services.impl
Methods in de.hybris.platform.b2bpunchoutaddon.services.impl that return PunchOutUserSelectionStrategy Modifier and Type Method Description PunchOutUserSelectionStrategyDefaultPunchOutUserAuthenticationService. getPunchOutUserSelectionStrategy()Methods in de.hybris.platform.b2bpunchoutaddon.services.impl with parameters of type PunchOutUserSelectionStrategy Modifier and Type Method Description voidDefaultPunchOutUserAuthenticationService. setPunchOutUserSelectionStrategy(PunchOutUserSelectionStrategy punchOutUserSelectionStrategy)
-