@Component public class AuthenticationConfigurationManagerFactoryBean extends Object
AuthenticationConfigurationManager component to the
host application.| Constructor and Description |
|---|
AuthenticationConfigurationManagerFactoryBean(com.atlassian.plugin.osgi.container.OsgiContainerManager osgiContainerManager) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class |
getObjectType() |
long |
getTimeoutInMillis() |
boolean |
isSingleton() |
void |
setTimeoutInMillis(long timeoutInMillis) |
@Autowired public AuthenticationConfigurationManagerFactoryBean(com.atlassian.plugin.osgi.container.OsgiContainerManager osgiContainerManager)
public Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic long getTimeoutInMillis()
public void setTimeoutInMillis(long timeoutInMillis)
Copyright © 2019 Atlassian. All rights reserved.