public class DefaultTlsContextFactoryBuilder extends Object implements org.mule.runtime.api.tls.TlsContextFactoryBuilder
| Constructor and Description |
|---|
DefaultTlsContextFactoryBuilder(org.mule.runtime.api.tls.TlsContextFactory defaultTlsContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.tls.TlsContextFactory |
build() |
org.mule.runtime.api.tls.TlsContextFactory |
buildDefault() |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setEnabledCipherSuites(String cipherSuites) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setEnabledProtocols(String protocols) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setInsecureTrustStore(boolean insecure) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setKeyAlias(String alias) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setKeyPassword(String password) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setKeyStoreAlgorithm(String algorithm) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setKeyStorePassword(String password) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setKeyStorePath(String path) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setKeyStoreType(String type) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setName(String name) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setTrustStoreAlgorithm(String algorithm) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setTrustStorePassword(String password) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setTrustStorePath(String path) |
org.mule.runtime.api.tls.TlsContextFactoryBuilder |
setTrustStoreType(String type) |
public DefaultTlsContextFactoryBuilder(org.mule.runtime.api.tls.TlsContextFactory defaultTlsContextFactory)
public org.mule.runtime.api.tls.TlsContextFactoryBuilder setName(String name)
setName in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setEnabledProtocols(String protocols)
setEnabledProtocols in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setEnabledCipherSuites(String cipherSuites)
setEnabledCipherSuites in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setTrustStorePath(String path)
setTrustStorePath in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setTrustStorePassword(String password)
setTrustStorePassword in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setTrustStoreType(String type)
setTrustStoreType in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setInsecureTrustStore(boolean insecure)
setInsecureTrustStore in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setTrustStoreAlgorithm(String algorithm)
setTrustStoreAlgorithm in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setKeyStorePath(String path)
setKeyStorePath in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setKeyStorePassword(String password)
setKeyStorePassword in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setKeyAlias(String alias)
setKeyAlias in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setKeyPassword(String password)
setKeyPassword in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setKeyStoreType(String type)
setKeyStoreType in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactoryBuilder setKeyStoreAlgorithm(String algorithm)
setKeyStoreAlgorithm in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderpublic org.mule.runtime.api.tls.TlsContextFactory build()
throws org.mule.runtime.api.lifecycle.CreateException
build in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderorg.mule.runtime.api.lifecycle.CreateExceptionpublic org.mule.runtime.api.tls.TlsContextFactory buildDefault()
buildDefault in interface org.mule.runtime.api.tls.TlsContextFactoryBuilderCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.