edu.internet2.middleware.grouper.webservices
Class GrouperWsUtils
java.lang.Object
edu.internet2.middleware.grouper.webservices.GrouperWsUtils
public class GrouperWsUtils
- extends Object
utility methods for grouper web services
- Author:
- mchyzer
Method Summary |
static boolean |
booleanValue(String input,
boolean defaultValue)
parse a boolean as "T" or "F" or "TRUE" or "FALSE" case insensitive. |
GrouperWsUtils
public GrouperWsUtils()
booleanValue
public static boolean booleanValue(String input,
boolean defaultValue)
- parse a boolean as "T" or "F" or "TRUE" or "FALSE" case insensitive.
If not specified, then use default. If malformed, then exception
- Parameters:
input
- defaultValue
-
- Returns:
- the boolean