Esempio n. 1
0
 /**
  * @method void initializeRun()
  */
 protected function initializeRun()
 {
     $this->log("enter initializeRun of Auth service ");
     // only real service requests are allowed no web-site interaction from other locations
     // Web-sites should use their backend!
     $this->forbidCORS();
     parent::initializeRun();
 }
Esempio n. 2
0
 protected function initializeRun()
 {
     parent::initializeRun();
     $this->lrs = $this->VLE->getLRS();
 }
Esempio n. 3
0
 protected function initializeRun()
 {
     parent::initializeRun();
     $this->provider = $this->VLE->getIdentityProvider();
 }