edu.internet2.middleware.grouper.webservices
Class GrouperWsUtils

java.lang.Object
  extended by edu.internet2.middleware.grouper.webservices.GrouperWsUtils

public class GrouperWsUtils
extends Object

utility methods for grouper web services

Author:
mchyzer

Constructor Summary
GrouperWsUtils()
           
 
Method Summary
static boolean booleanValue(String input, boolean defaultValue)
          parse a boolean as "T" or "F" or "TRUE" or "FALSE" case insensitive.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrouperWsUtils

public GrouperWsUtils()
Method Detail

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