IdentityObjectType iot = groupType != null ? getIdentityObjectType(groupType) : null;
//TODO Handle inherited
if (inherited)
{
throw new NotYetImplementedException("Support for 'inherited' argument is not yet implemented. Please use 'false' value for now");
}
Collection<IdentityObject> ios = getRepository().findIdentityObject(getInvocationContext(), createIdentityObject(group), MEMBER, parent, convertSearchControls(controls));
for (IdentityObject io : ios)