Class DefaultTrustManager

  • All Implemented Interfaces:
    TrustManager, X509TrustManager

    public class DefaultTrustManager
    extends Object
    implements X509TrustManager
    The default trust manager. TBD: Need to describe *when* this class is used i.e. what JMX configuration properties trigger it's use.

    If this class is used, the client does not require to install/configure server certificates because all server certs are accepted.

    This is useful for intra-net applications where servers are inside firewall and are treated as trusted.