Uses of Interface
de.adorsys.opba.protocol.facade.services.context.ServiceContextProvider
-
-
Uses of ServiceContextProvider in de.adorsys.opba.protocol.facade.services.ais
Constructors in de.adorsys.opba.protocol.facade.services.ais with parameters of type ServiceContextProvider Constructor Description ListAccountsService(Map<String,? extends ListAccounts> actionProviders, ProtocolSelector selector, ServiceContextProvider provider, ProtocolResultHandler handler, org.springframework.transaction.support.TransactionTemplate txTemplate)ListTransactionsService(Map<String,? extends ListTransactions> actionProviders, ProtocolSelector selector, ServiceContextProvider provider, ProtocolResultHandler handler, org.springframework.transaction.support.TransactionTemplate txTemplate) -
Uses of ServiceContextProvider in de.adorsys.opba.protocol.facade.services.authorization
Constructors in de.adorsys.opba.protocol.facade.services.authorization with parameters of type ServiceContextProvider Constructor Description DenyAuthorizationService(Map<String,? extends DenyAuthorization> actionProviders, ProtocolSelector selector, ServiceContextProvider provider, ProtocolResultHandler handler, org.springframework.transaction.support.TransactionTemplate txTemplate)FromAspspRedirectHandler(Map<String,? extends FromAspspRedirect> actionProviders, ProtocolSelector selector, ServiceContextProvider provider, ProtocolResultHandler handler, org.springframework.transaction.support.TransactionTemplate txTemplate)GetAuthorizationStateService(Map<String,? extends GetAuthorizationState> actionProviders, ProtocolSelector selector, ServiceContextProvider provider, ProtocolResultHandler handler, org.springframework.transaction.support.TransactionTemplate txTemplate)UpdateAuthorizationService(Map<String,? extends UpdateAuthorization> actionProviders, ProtocolSelector selector, ServiceContextProvider provider, ProtocolResultHandler handler, org.springframework.transaction.support.TransactionTemplate txTemplate) -
Uses of ServiceContextProvider in de.adorsys.opba.protocol.facade.services.context
Classes in de.adorsys.opba.protocol.facade.services.context that implement ServiceContextProvider Modifier and Type Class Description classNoRedirectCodeValidationServiceContextProviderclassServiceContextProviderForAspspclassServiceContextProviderForFintech -
Uses of ServiceContextProvider in de.adorsys.opba.protocol.facade.services.pis
Constructors in de.adorsys.opba.protocol.facade.services.pis with parameters of type ServiceContextProvider Constructor Description GetPaymentInformationService(Map<String,? extends GetPaymentInfoState> actionProviders, ProtocolSelector selector, ServiceContextProvider provider, ProtocolResultHandler handler, org.springframework.transaction.support.TransactionTemplate txTemplate)GetPaymentStatusService(Map<String,? extends GetPaymentStatusState> actionProviders, ProtocolSelector selector, ServiceContextProvider provider, ProtocolResultHandler handler, org.springframework.transaction.support.TransactionTemplate txTemplate)SinglePaymentService(Map<String,? extends SinglePayment> actionProviders, ProtocolSelector selector, ServiceContextProvider provider, ProtocolResultHandler handler, org.springframework.transaction.support.TransactionTemplate txTemplate)
-