public class SpringLocalPaymentFlowManager extends BasePaymentFlowManager
| Constructor and Description |
|---|
SpringLocalPaymentFlowManager() |
| Modifier and Type | Method and Description |
|---|---|
protected CurrencyConverter |
getCurrencyConverter() |
protected LightningHandler |
getLightningHandler() |
protected OrderRequestGeneratorFactory |
getOrderRequestGeneratorFactory() |
protected PaymentFlowMode |
getPaymentFlowMode(OrderRequest orderRequest)
Method that should return mode of payment flow in relation.
|
protected PaymentHandler |
getPaymentHandler() |
protected boolean |
getRegisterNewInvoices() |
protected RequestPolicyFactory |
getRequestPolicyFactory() |
protected TokenGenerator |
getTokenGenerator()
Method that must be implemented and return the TokenGenerator used.
|
protected java.time.Duration |
getTokenNotBeforeDuration() |
findCookie, findToken, getAndVerifyTokenClaims, getCentralSystemRecipientId, getPaymentFlowByAnnotation, getPaymentFlowFromToken, hasSettlementToken, lookupPaymentFlowprotected TokenGenerator getTokenGenerator()
getTokenGenerator in class BasePaymentFlowManagerprotected PaymentFlowMode getPaymentFlowMode(OrderRequest orderRequest)
getPaymentFlowMode in class BasePaymentFlowManagerorderRequest - the related order request.PaymentFlowModeprotected java.time.Duration getTokenNotBeforeDuration()
getTokenNotBeforeDuration in class BasePaymentFlowManagerprotected boolean getRegisterNewInvoices()
getRegisterNewInvoices in class BasePaymentFlowManagerprotected RequestPolicyFactory getRequestPolicyFactory()
getRequestPolicyFactory in class BasePaymentFlowManagerprotected LightningHandler getLightningHandler()
getLightningHandler in class BasePaymentFlowManagerprotected PaymentHandler getPaymentHandler()
getPaymentHandler in class BasePaymentFlowManagerprotected CurrencyConverter getCurrencyConverter()
getCurrencyConverter in class BasePaymentFlowManagerprotected OrderRequestGeneratorFactory getOrderRequestGeneratorFactory()
getOrderRequestGeneratorFactory in class BasePaymentFlowManager