Class AuthenticationCheckPunchOutProcessingAction
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.actions.AuthenticationCheckPunchOutProcessingAction
-
- All Implemented Interfaces:
PunchOutProcessingAction<CXML,CXML>
public class AuthenticationCheckPunchOutProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CXML>
This class will perform an authentication coming from the punch out system. The shared secret will be compared with the configured shared secret. No cXML will be created, the only purpose is to authenticate the user.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationCheckPunchOutProcessingAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationVerifiergetPunchOutAuthenticationVerifier()voidprocess(CXML input, CXML output)Processes the input and populates the output.voidsetPunchOutAuthenticationVerifier(AuthenticationVerifier punchoutAuthenticationVerifier)
-
-
-
Method Detail
-
process
public void process(CXML input, CXML output)
Description copied from interface:PunchOutProcessingActionProcesses the input and populates the output.- Specified by:
processin interfacePunchOutProcessingAction<CXML,CXML>- Parameters:
input- the input objectoutput- the output object
-
getPunchOutAuthenticationVerifier
public AuthenticationVerifier getPunchOutAuthenticationVerifier()
-
setPunchOutAuthenticationVerifier
public void setPunchOutAuthenticationVerifier(AuthenticationVerifier punchoutAuthenticationVerifier)
-
-