Uses of Interface
org.mule.api.security.TlsIndirectTrustStore

Packages that use TlsIndirectTrustStore
org.mule.api.security Security API for authentication and authorisation. 
org.mule.api.security.tls This package contains classes to support TLS/SSL configuration and socket creation. 
org.mule.transport.ajax.embedded A AJAX transport allows Mule applications to send a receive events to the web browser. 
org.mule.transport.email Provides pop3, smtp and imap connectivity for Mule
org.mule.transport.http Provides http transport including proxy support. 
org.mule.transport.servlet.jetty   
org.mule.transport.ssl Provides tcp connectivity over Ssl for Mule
 

Uses of TlsIndirectTrustStore in org.mule.api.security
 

Subinterfaces of TlsIndirectTrustStore in org.mule.api.security
 interface TlsDirectTrustStore
          Configure direct trust stores.
 

Uses of TlsIndirectTrustStore in org.mule.api.security.tls
 

Classes in org.mule.api.security.tls that implement TlsIndirectTrustStore
 class TlsConfiguration
          Support for configuring TLS/SSL connections.
 

Uses of TlsIndirectTrustStore in org.mule.transport.ajax.embedded
 

Classes in org.mule.transport.ajax.embedded that implement TlsIndirectTrustStore
 class AjaxConnector
          Creates an 'embedded' Ajax server using Jetty and allows Mule to receiver and send events to browsers.
 

Uses of TlsIndirectTrustStore in org.mule.transport.email
 

Classes in org.mule.transport.email that implement TlsIndirectTrustStore
 class AbstractTlsRetrieveMailConnector
          Support for connecting to and receiving email from a secure mailbox (the exact protocol depends on the subclass).
 class ImapsConnector
          Creates a secure IMAP connection
 class Pop3sConnector
          Creates a secure connection to a POP3 mailbox
 class SmtpsConnector
          Creates a secure SMTP connection
 

Uses of TlsIndirectTrustStore in org.mule.transport.http
 

Classes in org.mule.transport.http that implement TlsIndirectTrustStore
 class HttpsConnector
          HttpsConnector provides Secure http connectivity on top of what is already provided with the Mule HttpConnector.
 class HttpsPollingConnector
          HttpsPollingConnector provides Secure http connectivity on top of what is already provided with the Mule HttpPollingConnector.
 

Uses of TlsIndirectTrustStore in org.mule.transport.servlet.jetty
 

Classes in org.mule.transport.servlet.jetty that implement TlsIndirectTrustStore
 class JettyHttpsConnector
          The JettyHttpsConnector can be using to embed a Jetty server to receive requests on an http inbound endpoint.
 

Uses of TlsIndirectTrustStore in org.mule.transport.ssl
 

Classes in org.mule.transport.ssl that implement TlsIndirectTrustStore
 class SslConnector
          SslConnector provides a connector for SSL connections.
 class TlsConnector
          TlsConnector Provides TLS connections
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.