Interface PathMatcher
-
- All Known Implementing Classes:
AgentHttpAuthenticationScheme
,AuthorizationHeaderBasedHttpAuthenticationScheme
,BasicHttpAuthenticationScheme
,BasicProtocolBasedHttpAuthenticationScheme
,TokenBasedHttpAuthenticationScheme
public interface PathMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matchesPath(String path)
-
-
-
Method Detail
-
matchesPath
boolean matchesPath(@NotNull String path)
-
-