com.hp.ucmdb.api
Class UcmdbServiceFactory.AllHostAcceptedVerifier

java.lang.Object
  extended by com.hp.ucmdb.api.UcmdbServiceFactory.AllHostAcceptedVerifier
All Implemented Interfaces:
javax.net.ssl.HostnameVerifier
Enclosing class:
UcmdbServiceFactory

public static class UcmdbServiceFactory.AllHostAcceptedVerifier
extends java.lang.Object
implements javax.net.ssl.HostnameVerifier

Disables host name verfication (used in case of NAT networks)


Constructor Summary
UcmdbServiceFactory.AllHostAcceptedVerifier()
           
 
Method Summary
 boolean verify(java.lang.String s, javax.net.ssl.SSLSession sslSession)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UcmdbServiceFactory.AllHostAcceptedVerifier

public UcmdbServiceFactory.AllHostAcceptedVerifier()
Method Detail

verify

public boolean verify(java.lang.String s,
                      javax.net.ssl.SSLSession sslSession)
Specified by:
verify in interface javax.net.ssl.HostnameVerifier


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.