| Interface | Description |
|---|---|
| HttpURLConnectionFactory |
A factory to prepare and configure
URLConnection instances. |
| Class | Description |
|---|---|
| AnyHostnameVerifier |
Hostname verifier that performs no host name verification for an SSL peer
such that all hosts are allowed.
|
| HttpsURLConnectionFactory |
An implementation of the
HttpURLConnectionFactory whose responsible to configure
the underlying https connection, if needed, with a given hostname and SSL socket factory based on the
configuration provided. |
| RegexHostnameVerifier |
Validates an SSL peer's hostname using a regular expression that a candidate
host must match in order to be verified.
|
| WhitelistHostnameVerifier |
Verifies a SSL peer host name based on an explicit whitelist of allowed hosts.
|
Copyright © 2006-2014 Jasig. All Rights Reserved.