Class RequestUtils
java.lang.Object
de.captaingoldfish.scim.sdk.common.utils.RequestUtils
- Since:
- 14.07.2024
- Author:
- Pascal Knueppel
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributeList(String attributes) parses the given attributes into an array of strings
-
Method Details
-
getAttributeList
parses the given attributes into an array of strings- Parameters:
attributes- the attributes request parameter that is expected to be a comma separated string- Returns:
- the array of the separated attribute names or an empty
-