Class Xs2aFlowNameSelector


  • @Service("xs2aFlowNameSelector")
    public class Xs2aFlowNameSelector
    extends Object
    Selects sub-process name to be executed using Xs2aContext. I.e.: calls different sub-processes for account listing and transaction listing.
    • Constructor Detail

      • Xs2aFlowNameSelector

        public Xs2aFlowNameSelector()
    • Method Detail

      • getNameForValidation

        public String getNameForValidation​(Xs2aContext ctx)
        Sub-process name for current context (PSU/FinTech input) validation.
      • getNameForExecution

        public String getNameForExecution​(Xs2aContext ctx)
        Sub-process name for current context (PSU/FinTech input) execution (real calls to ASPSP API).