Package io.deephaven.acl.tools
Class AclUtil
java.lang.Object
io.deephaven.acl.tools.AclUtil
Common code used across multiple internal ACL modules.
-
Method Summary
-
Method Details
-
urlEncode
Applies URL encoding with a null check.- Parameters:
text
- text to URL encode- Returns:
- URL encoded text
-
urlDecode
Java 8 requires specifying an encoding string and related exception handling. Consider removing once we stop supporting Java 8.- Parameters:
text
- text to URL decode- Returns:
- URL decoded text
-