ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilAuthShibbolethService Class Reference

AuthShibboleth Service. More...

+ Inheritance diagram for ilAuthShibbolethService:
+ Collaboration diagram for ilAuthShibbolethService:

Public Member Functions

 __construct ()
 
 isCore ()
 
 getVersion ()
 
- Public Member Functions inherited from ilService
 getComponentType ()
 
 getName ()
 Get Name. More...
 
- Public Member Functions inherited from ilComponent
 getVersion ()
 Get Version Number of Component. More...
 
 isCore ()
 
 getComponentType ()
 
 getName ()
 Get Name. More...
 
 __construct ()
 
 setId ($a_id)
 Set Id. More...
 
 getId ()
 Get Id. More...
 
 setPluginSlots ($a_pluginslots)
 Set Plugin Slots. More...
 
 getPluginSlots ()
 Get Plugin Slots. More...
 
 setSubDirectory ($a_subdirectory)
 Set Sub Directory. More...
 
 getSubDirectory ()
 Get Sub Directory. More...
 
 getPluginSlotName ($a_id)
 Get name of plugin slot. More...
 
 getPluginSlotDirectory ($a_id)
 Get directory of plugin slot. More...
 
 getPluginSlotLanguagePrefix ($a_id)
 Get language prefix for plugin slot. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ilService
static getAvailableCoreServices ()
 Get all available core services. More...
 
- Static Public Member Functions inherited from ilComponent
static getComponentObject ($a_ctype, $a_cname)
 Get component object. More...
 
static lookupPluginSlots ($a_type, $a_name)
 Lookup all plugin slots of a component. More...
 
static lookupId ($a_type, $a_name)
 Lookup ID of a component. More...
 
static getComponentInfo ($a_type, $a_name)
 
static checkVersionNumber ($a_ver)
 Check version number. More...
 
static isVersionGreaterString ($a_ver1, $a_ver2)
 
static isVersionGreater (string $version1, string $version2)
 
static lookupComponentName ($a_component_id)
 lookup component name type $ilDB More...
 
static getAll ()
 Get all. More...
 
- Protected Attributes inherited from ilComponent
 $global_cache
 

Detailed Description

AuthShibboleth Service.

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Version
$Id$

Definition at line 34 of file class.ilAuthShibbolethService.php.

Constructor & Destructor Documentation

◆ __construct()

ilAuthShibbolethService::__construct ( )

Definition at line 36 of file class.ilAuthShibbolethService.php.

37  {
38  parent::__construct();
39  }

Member Function Documentation

◆ getVersion()

ilAuthShibbolethService::getVersion ( )
Returns
string

Definition at line 54 of file class.ilAuthShibbolethService.php.

55  {
56  return '-';
57  }

◆ isCore()

ilAuthShibbolethService::isCore ( )
Returns
bool

Definition at line 45 of file class.ilAuthShibbolethService.php.

46  {
47  return true;
48  }

The documentation for this class was generated from the following file: