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