org.jasig.cas.client.ssl
Class AnyHostnameVerifier
java.lang.Object
org.jasig.cas.client.ssl.AnyHostnameVerifier
- All Implemented Interfaces:
- HostnameVerifier
public final class AnyHostnameVerifier
- extends Object
- implements HostnameVerifier
Hostname verifier that performs no host name verification for an SSL peer
such that all hosts are allowed.
- Since:
- 3.1.10
- Version:
- $Revision: 22945 $ $Date: 2011-02-12 13:30:25 -0500 (Sat, 12 Feb 2011) $
- Author:
- Marvin Addison
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnyHostnameVerifier
public AnyHostnameVerifier()
verify
public boolean verify(String hostname,
SSLSession session)
-
- Specified by:
verify in interface HostnameVerifier
Copyright © 2006-2011 Jasig. All Rights Reserved.