/**
  * Default constructor
  */
 public function __construct()
 {
     $config = $GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf'][$this->extKey];
     $this->config = $config ? unserialize($config) : array();
     Authentication::setAuthenticationService($this);
     $this->initializeExtbaseFramework();
 }