Package org.keycloak.common.util
Class PathHelper
java.lang.Object
org.keycloak.common.util.PathHelper
A utility class for handling URI template parameters. As the Java
regulare expressions package does not handle named groups, this
class attempts to simulate that functionality by using groups.
- Since:
- 1.0 Nov 8, 2006
- Author:
- Ryan J. McDonough, Bill Burke
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
URI_PARAM_NAME_REGEX
- See Also:
-
URI_PARAM_REGEX_REGEX
- See Also:
-
URI_PARAM_REGEX
- See Also:
-
URI_PARAM_PATTERN
-
URI_TEMPLATE_PATTERN
A regex pattern that searches for a URI template parameter in the form of {*} -
openCurlyReplacement
public static final char openCurlyReplacement- See Also:
-
closeCurlyReplacement
public static final char closeCurlyReplacement- See Also:
-
-
Constructor Details
-
PathHelper
public PathHelper()
-
-
Method Details
-
replaceEnclosedCurlyBraces
-
recoverEnclosedCurlyBraces
-