Class PrincipalDataProviderFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<PrincipalDataProvider>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

    @Service
    public class PrincipalDataProviderFactoryBean
    extends java.lang.Object
    implements org.springframework.beans.factory.FactoryBean<PrincipalDataProvider>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • PrincipalDataProviderFactoryBean

        public PrincipalDataProviderFactoryBean()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • getObject

        public PrincipalDataProvider getObject()
                                        throws java.lang.Exception
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<PrincipalDataProvider>
        Throws:
        java.lang.Exception
      • getObjectType

        public java.lang.Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<PrincipalDataProvider>
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<PrincipalDataProvider>
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext context)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException
      • setXlrConfig

        @Autowired
        public void setXlrConfig​(com.xebialabs.xlrelease.config.XlrConfig xlrConfig)