Class | Description |
---|---|
AnyHostnameVerifier |
Hostname verifier that performs no host name verification for an SSL peer
such that all hosts are allowed.
|
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-2013 Jasig. All Rights Reserved.