Uses of Annotation Interface
de.hybris.platform.b2b.punchout.aop.annotation.PunchOutAuthentication
Packages that use PunchOutAuthentication
Package
Description
-
Uses of PunchOutAuthentication in de.hybris.platform.b2bpunchoutaddon.controllers.pages
Methods in de.hybris.platform.b2bpunchoutaddon.controllers.pages with annotations of type PunchOutAuthenticationModifier and TypeMethodDescriptionDefaultProfileController.handleProfileRequest(CXML request) Deprecated, for removal: This API element is subject to removal in a future version.Handles a profile request from the punch out provider.DefaultPurchaseOrderController.handlePunchOutPurchaseOrderRequest(CXML requestBody, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated, for removal: This API element is subject to removal in a future version.Handles a Order Request from the Punch Out Provider.DefaultPunchOutSetUpController.handlePunchOutSetUpRequest(CXML requestBody) Deprecated, for removal: This API element is subject to removal in a future version.Receives a request from the punchout provider and sends it the information to access the hybris site. -
Uses of PunchOutAuthentication in de.hybris.platform.b2bpunchoutocc.controllers
Methods in de.hybris.platform.b2bpunchoutocc.controllers with annotations of type PunchOutAuthenticationModifier and TypeMethodDescriptionPunchOutController.createPunchOutProfileRequest(CXML request, String host, String baseSiteId) Handles a profile request from the punch out provider.PunchOutController.createPunchOutPurchaseOrderRequest(CXML requestBody, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Handles a Order Request from the Punch Out Provider.PunchOutController.createPunchOutSetUpRequest(CXML requestBody) Receives a request from the punchout provider and sends it the information to access the hybris site.