See: Description
| Interface | Description |
|---|---|
| URIMatcher |
Checks if a uri is a permitted uri.
|
| Class | Description |
|---|---|
| AbstractMatcher |
Base matcher for checking that URIs are authorized or denied.
|
| AcceptAllMatcher |
A matcher that always returns true.
|
| AddressHostMatcher |
Compares ip address string and mask string by using
InetAddress comparison. |
| 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.
|
| HostnameMatcher |
Allows to check that a given URL matches a hostname literally (textual match).
|
| InetHostMatcher |
Allows to check that a given URL matches an IP address (numeric format).
|
| InetHostMatcher.AddressMask |
The ip addresses that are considered legal.
|
| LocalHostMatcher |
Allows to check that a given URL is served by one of the local network interface or one of its aliases.
|
| MatchInfo |
Information required for performing a request match.
|
| UriMatchers |
Hold a list of
URIMatcher and implement the logic to see if any matches an URI. |