|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |