AntPatternNamespace
An implementation of Namespace that matches subjects based on Ant style path patterns.
This supports the majority of the rules laid out in Spring's AntPathMatcher, but with the exception that regex path variables are not supported.
Simple path variables such as {client}
are supported, and can be accessed via extractPathVariables.