Class ScaServiceResolver<T extends ScaApproachServiceTypeProvider>
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.authorization.ScaServiceResolver<T>
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
AisScaAuthorisationServiceResolver,PiisScaAuthorisationServiceResolver,PisScaAuthorisationServiceResolver
@Service public class ScaServiceResolver<T extends ScaApproachServiceTypeProvider> extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description ScaServiceResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()TgetService()Get particular service for sca approach that was chosen in resolverTgetService(String authorisationId)Get particular service for sca approach that was chosen in resolver, works for authorisation initiation
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
getService
public T getService()
Get particular service for sca approach that was chosen in resolver- Returns:
- particular service for chosen sca approach
-
-