Uses of Class
edu.internet2.middleware.grouper.misc.GrouperCheckConfig.CheckGroupResult

Packages that use GrouperCheckConfig.CheckGroupResult
edu.internet2.middleware.grouper.misc This package contains generic grouper classes which do not belong elsewhere 
 

Uses of GrouperCheckConfig.CheckGroupResult in edu.internet2.middleware.grouper.misc
 

Methods in edu.internet2.middleware.grouper.misc that return GrouperCheckConfig.CheckGroupResult
static GrouperCheckConfig.CheckGroupResult GrouperCheckConfig.checkGroup(GrouperSession grouperSession, java.lang.String groupName, boolean logError, java.lang.Boolean autoCreate, boolean logAutocreate, java.lang.String displayExtension, java.lang.String groupDescription, java.lang.String propertyDescription, Group[] groupResult)
          verify that a group exists by name (dont throw exceptions)
static GrouperCheckConfig.CheckGroupResult GrouperCheckConfig.CheckGroupResult.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GrouperCheckConfig.CheckGroupResult[] GrouperCheckConfig.CheckGroupResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.