hunt.shiro.util.PatternMatcher

Undocumented in source.

Members

Interfaces

PatternMatcher
interface PatternMatcher

Interface for components that can match source strings against a specified pattern string. <p/> Different implementations can support different pattern types, for example, Ant style path expressions, or regular expressions, or other types of text based patterns.

Meta