24 include_once 
'./Services/Component/classes/class.ilPlugin.php';
 
   25 include_once 
'./Services/AuthShibboleth/interfaces/interface.ilShibbolethRoleAssignmentPlugin.php';
 
   55                 return 'AuthShibboleth';
 
   65                 return 'ShibbolethAuthenticationHook';
 
   86         protected function checkValue($a_user_data,$a_keyword,$a_value)
 
   88                 if(!$a_user_data[$a_keyword])
 
   92                 if(is_array($a_user_data[$a_keyword]))
 
   94                         foreach($a_user_data[$a_keyword] as $values)
 
   96                                 if(strcasecmp(trim($values),$a_value) == 0)
 
  103                 if(strcasecmp(trim($a_user_data[$a_keyword]),trim($a_value)) == 0)