Interface PisScaStageAuthorisationFactory
-
- All Superinterfaces:
ServiceFactory
public interface PisScaStageAuthorisationFactory extends ServiceFactory
This is specific factory intended to retrieve specific, stage-dependent SCA update authorisation services for PIS. It is used ServiceLocatorFactoryBean for implementing a factory pattern. See Spring docs for details.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCANCELLATION_SERVICE_STATUS_PATTERNstatic StringSERVICE_STATUS_PATTERN
-
Method Summary
Static Methods Modifier and Type Method Description static StringgetCancellationServiceName(de.adorsys.psd2.xs2a.core.profile.ScaApproach scaApproach, de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus)static StringgetServiceName(de.adorsys.psd2.xs2a.core.profile.ScaApproach scaApproach, de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus)-
Methods inherited from interface de.adorsys.psd2.xs2a.config.factory.ServiceFactory
getService
-
-
-
-
Field Detail
-
CANCELLATION_SERVICE_STATUS_PATTERN
static final String CANCELLATION_SERVICE_STATUS_PATTERN
- See Also:
- Constant Field Values
-
SERVICE_STATUS_PATTERN
static final String SERVICE_STATUS_PATTERN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCancellationServiceName
static String getCancellationServiceName(de.adorsys.psd2.xs2a.core.profile.ScaApproach scaApproach, de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus)
-
getServiceName
static String getServiceName(de.adorsys.psd2.xs2a.core.profile.ScaApproach scaApproach, de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus)
-
-