Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Uses of Interface
weblogic.security.SSL.HostnameVerifier

Packages that use HostnameVerifier
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.security.utils This package includes Hostname Verifier implementations you can use to verify hostnames during SSL handshakes. 
 

Uses of HostnameVerifier in weblogic.net.http
 

Methods in weblogic.net.http that return HostnameVerifier
 HostnameVerifier HttpsURLConnection.getHostnameVerifier()
          Gets the HostnameVerifier.
 

Methods in weblogic.net.http with parameters of type HostnameVerifier
 void HttpsURLConnection.setHostnameVerifier(HostnameVerifier hv)
          Sets the HostnameVerifier.
 

Uses of HostnameVerifier in weblogic.security.SSL
 

Methods in weblogic.security.SSL with parameters of type HostnameVerifier
 void SSLContext.setHostnameVerifier(HostnameVerifier hv)
          Sets the HostnameVerifier for this instance of this class.
 

Uses of HostnameVerifier in weblogic.security.utils
 

Classes in weblogic.security.utils that implement HostnameVerifier
static class SSLWLSHostnameVerifier.DefaultHostnameVerifier
          The SSLWLSHostnameVerifier.DefaultHostnameVerifier is called for SSL hostname verification and will apply hostname verification checks during an SSL handshake.
 class SSLWLSWildcardHostnameVerifier
          The SSLWLSHostnameVerifier is called for hostname verification and will apply hostname verification checks configured for Weblogic.
 


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
11g Release 1 (10.3.6)

Part Number E13941-06