An Enrol Plugin in Moodle 1.9x could have a setup_enrolments(&$user) method to set user enrolments. This method was called by the lib when user log in.
Does Moodle 2.x uses a similar method?
I couldn't find any call to setup_enrolments() method. Must it have another name?