com.pmease.quickbuild.security
Class AllowAllHostnameVerifier

java.lang.Object
  extended by com.pmease.quickbuild.security.AllowAllHostnameVerifier
All Implemented Interfaces:
javax.net.ssl.HostnameVerifier

public class AllowAllHostnameVerifier
extends java.lang.Object
implements javax.net.ssl.HostnameVerifier


Constructor Summary
AllowAllHostnameVerifier()
           
 
Method Summary
 boolean verify(java.lang.String hostname, javax.net.ssl.SSLSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowAllHostnameVerifier

public AllowAllHostnameVerifier()
Method Detail

verify

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


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.