public class SslConfigurationFactoryBean extends SslConfigurationFactory implements org.springframework.beans.factory.FactoryBean
FactoryBean which extends SslConfigurationFactory
making it easier to use Spring's standard <bean> tag instead of
FtpServer's custom XML tags to configure things.SslConfigurationFactory| Constructor and Description |
|---|
SslConfigurationFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
createSslConfiguration, getClientAuth, getEnabledCipherSuites, getKeyAlias, getKeyPassword, getKeystoreAlgorithm, getKeystoreFile, getKeystorePassword, getKeystoreType, getSslProtocol, getTruststoreAlgorithm, getTruststoreFile, getTruststorePassword, getTruststoreType, setClientAuthentication, setEnabledCipherSuites, setKeyAlias, setKeyPassword, setKeystoreAlgorithm, setKeystoreFile, setKeystorePassword, setKeystoreType, setSslProtocol, setTruststoreAlgorithm, setTruststoreFile, setTruststorePassword, setTruststoreTypepublic 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.FactoryBeanCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.