Class PrincipalDataProviderFactoryBean

java.lang.Object
com.xebialabs.xlrelease.principaldata.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 Object implements org.springframework.beans.factory.FactoryBean<PrincipalDataProvider>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • PrincipalDataProviderFactoryBean

      public PrincipalDataProviderFactoryBean()
  • Method Details

    • afterPropertiesSet

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

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

      public 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)