| Class | Description |
|---|---|
| AcceptAllMatcher |
Created by Jesse on 1/20/14.
|
| AddressHostMatcher | |
| BasicAuthSecurity | |
| ColorWrapper |
Yaml wrapper for allowing color fields.
|
| Config |
Bean mapping the root of the configuration file.
|
| ConfigFactory |
Used by MapPrinter to create configuration objects.
|
| CustomEnumWrapper |
Yaml wrapper for allowing more elbow room around enum parsing:
case insensitive
allow spaces instead of "_"s
|
| DnsHostMatcher |
Allows to check that a given URL matches a DNS address (textual format).
|
| HostMatcher |
Used to validate the access to a map service host
|
| InetHostMatcher |
Allows to check that a given URL matches an IP address (numeric format)
|
| Key |
Encapsulates keys for a host.
|
| LocalHostMatcher |
Allows to check that a given URL is served by one of the local network
interface or one of its alias.
|
| SecurityStrategy |