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 String
buildUriFromTemplate(String template, String targetUri, boolean onlyFirstParam)
boolean
endsWithWildcard(String expectedUri)
protected abstract String
getPath(P entry)
protected abstract Collection<P>
getPaths()
P
matches(String targetUri)
protected P
resolvePathConfig(P entry, String path)
-