|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CertificateHostnameVerifier | |
---|---|
org.apache.cxf.transport.https |
Uses of CertificateHostnameVerifier in org.apache.cxf.transport.https |
---|
Classes in org.apache.cxf.transport.https that implement CertificateHostnameVerifier | |
---|---|
static class |
CertificateHostnameVerifier.AbstractVerifier
|
Fields in org.apache.cxf.transport.https declared as CertificateHostnameVerifier | |
---|---|
static CertificateHostnameVerifier |
CertificateHostnameVerifier.ALLOW_ALL
The ALLOW_ALL HostnameVerifier essentially turns hostname verification off. |
static CertificateHostnameVerifier |
CertificateHostnameVerifier.DEFAULT
The DEFAULT HostnameVerifier works the same way as Curl and Firefox. |
static CertificateHostnameVerifier |
CertificateHostnameVerifier.DEFAULT_AND_LOCALHOST
The DEFAULT_AND_LOCALHOST HostnameVerifier works like the DEFAULT one with one additional relaxation: a host of "localhost", "localhost.localdomain", "127.0.0.1", "::1" will always pass, no matter what is in the server's certificate. |
static CertificateHostnameVerifier |
CertificateHostnameVerifier.STRICT
The STRICT HostnameVerifier works the same way as java.net.URL in Sun Java 1.4, Sun Java 5, Sun Java 6. |
static CertificateHostnameVerifier |
CertificateHostnameVerifier.STRICT_IE6
The STRICT_IE6 HostnameVerifier works just like the STRICT one with one minor variation: the hostname can match against any of the CN's in the server's certificate, not just the first one. |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |