Package org.keycloak.common.util
Class PathMatcher<P>
java.lang.Object
org.keycloak.common.util.PathMatcher<P>
- Author:
- Pedro Igor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
buildUriFromTemplate
(String template, String targetUri, boolean onlyFirstParam) boolean
endsWithWildcard
(String expectedUri) protected abstract String
protected abstract Collection<P>
getPaths()
protected P
resolvePathConfig
(P entry, String path)
-
Constructor Details
-
PathMatcher
public PathMatcher()
-
-
Method Details
-
matches
-
getPath
-
getPaths
-
buildUriFromTemplate
-
endsWithWildcard
-
resolvePathConfig
-