JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.predic8.membrane.core.interceptor.acl
Interface TypeMatcher
All Known Implementing Classes:
CidrMatcher
,
GlobMatcher
,
RegexMatcher
public interface
TypeMatcher
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
matches
(
String
value,
String
schema)
Method Details
matches
boolean
matches
(
String
value,
String
schema)