ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\AuthShibboleth Class Reference
+ Inheritance diagram for ILIAS\AuthShibboleth:
+ Collaboration diagram for ILIAS\AuthShibboleth:

Data Structures

class  LoginPerformer
 

Public Member Functions

 init (array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,)
 
- Public Member Functions inherited from ILIAS\Component
 init (array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,)
 

Detailed Description

Definition at line 27 of file AuthShibboleth.php.

Member Function Documentation

◆ init()

ILIAS\AuthShibboleth::init ( array|\ArrayAccess &  $define,
array|\ArrayAccess &  $implement,
array|\ArrayAccess &  $use,
array|\ArrayAccess &  $contribute,
array|\ArrayAccess &  $seek,
array|\ArrayAccess &  $provide,
array|\ArrayAccess &  $pull,
array|\ArrayAccess &  $internal 
)

Implements ILIAS\Component\Component.

Definition at line 29 of file AuthShibboleth.php.

38  : void {
39  $contribute[PublicAsset::class] = fn(): Endpoint =>
40  new Endpoint($this, "shib_login.php");
41 
42  $contribute[PublicAsset::class] = fn(): Endpoint =>
43  new Endpoint($this, "shib_logout.php");
44  }

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