BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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   
weblogic.security.SSL   
 

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 that return TrustManager
 TrustManager SSLClientInfo.getTrustManager()
           
 

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.