Package org.gluu.oxtrust.util
Class PropertyUtil
java.lang.Object
org.gluu.oxtrust.util.PropertyUtil
Utility class with helpers methods to generate configuration files
- Author:
- Yuriy Movchan Date: 08.02.2011
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencryptString
(String value) static String
escapeString
(String value) static boolean
isEmptyString
(String string) static String
simplePropertiesToCommaSeparatedList
(List<org.gluu.model.SimpleProperty> values) static String
stringsToCommaSeparatedList
(List<String> values)
-
Constructor Details
-
PropertyUtil
public PropertyUtil()
-
-
Method Details
-
encryptString
-
stringsToCommaSeparatedList
-
simplePropertiesToCommaSeparatedList
-
escapeString
-
isEmptyString
-