public class DefaultTlsContextFactoryObjectFactory extends org.mule.runtime.dsl.api.component.AbstractComponentFactory<DefaultTlsContextFactory>
ObjectFactory for TLS context factory| Constructor and Description |
|---|
DefaultTlsContextFactoryObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
DefaultTlsContextFactory |
doGetObject() |
void |
setEnabledCipherSuites(String enabledCipherSuites) |
void |
setEnabledProtocols(String enabledProtocols) |
void |
setKeyStore(org.mule.runtime.api.tls.TlsContextKeyStoreConfiguration keyStore) |
void |
setName(String name) |
void |
setRevocationCheck(org.mule.runtime.core.privileged.security.RevocationCheck revocationCheck) |
void |
setTrustStore(org.mule.runtime.api.tls.TlsContextTrustStoreConfiguration trustStore) |
getAnnotation, getAnnotations, getLocation, getRootContainerLocation, initRootContainerName, setAnnotationspublic DefaultTlsContextFactoryObjectFactory()
public void setName(String name)
public void setKeyStore(org.mule.runtime.api.tls.TlsContextKeyStoreConfiguration keyStore)
public void setTrustStore(org.mule.runtime.api.tls.TlsContextTrustStoreConfiguration trustStore)
public void setRevocationCheck(org.mule.runtime.core.privileged.security.RevocationCheck revocationCheck)
public void setEnabledProtocols(String enabledProtocols)
public void setEnabledCipherSuites(String enabledCipherSuites)
public DefaultTlsContextFactory doGetObject() throws Exception
doGetObject in class org.mule.runtime.dsl.api.component.AbstractComponentFactory<DefaultTlsContextFactory>ExceptionCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.