Package | Description |
---|---|
org.mule.api.security.provider |
This package contains classes related to JDK-specific security provider lookup and configuration.
|
org.mule.api.security.tls |
This package contains classes to support TLS/SSL configuration and socket creation.
|
org.mule.transport.http |
Provides http transport including proxy support.
|
org.mule.transport.ssl |
Provides tcp connectivity over Ssl for Mule.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoDiscoverySecurityProviderFactory
Automatically discovers the JDK we are running on and returns a corresponding
SecurityProviderInfo . |
Modifier and Type | Method and Description |
---|---|
SecurityProviderFactory |
TlsConfiguration.getSecurityProviderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
TlsConfiguration.setSecurityProviderFactory(SecurityProviderFactory spFactory) |
Modifier and Type | Method and Description |
---|---|
SecurityProviderFactory |
HttpsConnector.getSecurityProviderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
HttpsConnector.setSecurityProviderFactory(SecurityProviderFactory spFactory) |
Modifier and Type | Method and Description |
---|---|
SecurityProviderFactory |
SslConnector.getSecurityProviderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
SslConnector.setSecurityProviderFactory(SecurityProviderFactory spFactory) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.