Class EncodingUtils
java.lang.Object
de.captaingoldfish.scim.sdk.common.utils.EncodingUtils
This class provides methods for encoding data into specific formats.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EncodingUtils
public EncodingUtils()
-
-
Method Details
-
urlEncode
This method takes the input string and URL Encodes it using java.net.URLEncoder- Parameters:
value- The value to be URL encoded.- Returns:
- A URL encoded version of the input value.
-
urlDecode
- Parameters:
value- The value to be URL decoded.- Returns:
- A URL decoded version of the input value.
-