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 java.lang.Object implements org.springframework.beans.factory.FactoryBean<PrincipalDataProvider>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description PrincipalDataProviderFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()PrincipalDataProvidergetObject()java.lang.Class<?>getObjectType()booleanisSingleton()voidsetApplicationContext(org.springframework.context.ApplicationContext context)voidsetXlrConfig(com.xebialabs.xlrelease.config.XlrConfig xlrConfig)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
java.lang.Exception
-
getObject
public PrincipalDataProvider getObject() throws java.lang.Exception
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<PrincipalDataProvider>- Throws:
java.lang.Exception
-
getObjectType
public java.lang.Class<?> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<PrincipalDataProvider>
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<PrincipalDataProvider>
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
setXlrConfig
@Autowired public void setXlrConfig(com.xebialabs.xlrelease.config.XlrConfig xlrConfig)
-
-