Class ScaServiceResolver<T extends ScaApproachServiceTypeProvider>

    • Constructor Detail

      • ScaServiceResolver

        public ScaServiceResolver()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.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
      • getService

        public T getService​(String authorisationId)
        Get particular service for sca approach that was chosen in resolver, works for authorisation initiation
        Parameters:
        authorisationId - ID of Authorisation process
        Returns:
        particular service for chosen sca approach