Package org.keycloak.common.util
Class PathMatcher<P>
- java.lang.Object
-
- org.keycloak.common.util.PathMatcher<P>
-
public abstract class PathMatcher<P> extends Object
- Author:
- Pedro Igor
-
-
Constructor Summary
Constructors Constructor Description PathMatcher()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected StringbuildUriFromTemplate(String template, String targetUri, boolean onlyFirstParam)booleanendsWithWildcard(String expectedUri)protected abstract StringgetPath(P entry)protected abstract Collection<P>getPaths()Pmatches(String targetUri)protected PresolvePathConfig(P entry, String path)
-