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 StringescapeString(String value) static booleanisEmptyString(String string) static StringsimplePropertiesToCommaSeparatedList(List<org.gluu.model.SimpleProperty> values) static StringstringsToCommaSeparatedList(List<String> values)
-
Constructor Details
-
PropertyUtil
public PropertyUtil()
-
-
Method Details
-
encryptString
-
stringsToCommaSeparatedList
-
simplePropertiesToCommaSeparatedList
-
escapeString
-
isEmptyString
-