| Package | Description |
|---|---|
| weblogic.jndi | |
| weblogic.net.http |
Provides an interface and classes for http/https connections.
|
| weblogic.security.SSL | |
| weblogic.wsee.connection.transport.https |
| Modifier and Type | Method and Description |
|---|---|
TrustManager |
Environment.getSSLClientTrustManager()
Returns the custom trust manager on the current thread used for
SSL certificate chain validation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setSSLClientTrustManager(TrustManager trustManager)
Customizes the trust manager on the current thread used for SSL
certificate chain validation.
|
| Modifier and Type | Method and Description |
|---|---|
TrustManager |
HttpsURLConnection.getTrustManager()
Gets the TrustManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpsURLConnection.setTrustManager(TrustManager tm)
Sets the TrustManager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CertPathTrustManager
A CertPathTrustManager that makes use of the configured
CertPathValidation providers to perform extra validation; for
example, revocation checking.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSLContext.setTrustManager(TrustManager tm)
Sets the TrustManager for this instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WlsSSLAdapter.setTrustManager(TrustManager tm)
Deprecated.
|