Skip navigation links

Oracle Fusion Middleware Java API Reference for the Oracle Access Management OAuth Service
11g Release 2 Patch Set 3 (11.1.2.3)

E59498-01


oracle.security.idaas.oauth.sdk.http
Class HttpUtil.OAuthClientHostnameVerifier

java.lang.Object
  extended by oracle.security.idaas.oauth.sdk.http.HttpUtil.OAuthClientHostnameVerifier

All Implemented Interfaces:
javax.net.ssl.HostnameVerifier
Enclosing class:
HttpUtil

public static class HttpUtil.OAuthClientHostnameVerifier
extends java.lang.Object
implements javax.net.ssl.HostnameVerifier

Pass through Verifier implementation class, it returns always true.


Constructor Summary

HttpUtil.OAuthClientHostnameVerifier()
           

  Method Summary

 boolean verify(java.lang.String hostname, javax.net.ssl.SSLSession session)
          Returns always true.

  Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

HttpUtil.OAuthClientHostnameVerifier

public HttpUtil.OAuthClientHostnameVerifier()

Method Detail

verify

public boolean verify(java.lang.String hostname,
                      javax.net.ssl.SSLSession session)
Returns always true. Verification of hostname is switched off.
Specified by:
verify in interface javax.net.ssl.HostnameVerifier
Parameters:
hostname - name of host
session - id of session
Returns:
always true

Skip navigation links

Copyright (c) 2014, 2015,
Oracle and/or its affiliates. All Rights Reserved.