Interface AisScaStageAuthorisationFactory
-
- All Superinterfaces:
ServiceFactory
public interface AisScaStageAuthorisationFactory extends ServiceFactory
This is specific factory intended to retrieve specific, stage-dependent SCA update authorisation services for AIS. It is used ServiceLocatorFactoryBean for implementing a factory pattern. See Spring docs for details.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSEPARATORstatic StringSERVICE_PREFIX
-
Method Summary
-
Methods inherited from interface de.adorsys.psd2.xs2a.config.factory.ServiceFactory
getService
-
-
-
-
Field Detail
-
SEPARATOR
static final String SEPARATOR
- See Also:
- Constant Field Values
-
SERVICE_PREFIX
static final String SERVICE_PREFIX
- See Also:
- Constant Field Values
-
-