Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

Uses of Interface
weblogic.security.SSL.TrustManager

Packages that use TrustManager
weblogic.jndi WebLogic Server JNDI Contexts and factories, and the WebLogic Environment extension. 
weblogic.net.http Provides an interface and classes for http/https connections. 
weblogic.security.SSL Deprecated 7.0.0.0. Contains WebLogic SSL classes and interfaces for use in both client and server applications. 
weblogic.wsee.connection.transport.https Provides classes for connecting to a WebLogic Web Service via HTTPS transport. 
 

Uses of TrustManager in weblogic.jndi
 

Methods in weblogic.jndi that return TrustManager
 TrustManager Environment.getSSLClientTrustManager()
          Returns the custom trust manager on the current thread used for SSL certificate chain validation.
 

Methods in weblogic.jndi with parameters of type TrustManager
 void Environment.setSSLClientTrustManager(TrustManager trustManager)
          Customizes the trust manager on the current thread used for SSL certificate chain validation.
 

Uses of TrustManager in weblogic.net.http
 

Methods in weblogic.net.http that return TrustManager
 TrustManager HttpsURLConnection.getTrustManager()
          Gets the TrustManager.
 

Methods in weblogic.net.http with parameters of type TrustManager
 void HttpsURLConnection.setTrustManager(TrustManager tm)
          Sets the TrustManager.
 

Uses of TrustManager in weblogic.security.SSL
 

Classes in weblogic.security.SSL that implement TrustManager
 class CertPathTrustManager
          A CertPathTrustManager that makes use of the configured CertPathValidation providers to perform extra validation; for example, revocation checking.
 

Methods in weblogic.security.SSL with parameters of type TrustManager
 void SSLContext.setTrustManager(TrustManager tm)
          Sets the TrustManager for this instance of this class.
 

Uses of TrustManager in weblogic.wsee.connection.transport.https
 

Methods in weblogic.wsee.connection.transport.https with parameters of type TrustManager
 void WlsSSLAdapter.setTrustManager(TrustManager tm)
           
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02