ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilSamlAuth Interface Reference
+ Inheritance diagram for ilSamlAuth:
+ Collaboration diagram for ilSamlAuth:

Public Member Functions

 getAuthId ()
 
 protectResource ()
 Protect a script resource with a SAML auth. More...
 
 storeParam (string $key, mixed $value)
 
 isAuthenticated ()
 
 popParam (string $key)
 
 getParam (string $key)
 
 getAttributes ()
 
 logout (string $returnUrl='')
 
 getIdpDiscovery ()
 
 getAuthDataArray ()
 

Detailed Description

Definition at line 21 of file interface.ilSamlAuth.php.

Member Function Documentation

◆ getAttributes()

ilSamlAuth::getAttributes ( )

Implemented in ilSimpleSAMLphpWrapper.

◆ getAuthDataArray()

ilSamlAuth::getAuthDataArray ( )

Implemented in ilSimpleSAMLphpWrapper.

◆ getAuthId()

ilSamlAuth::getAuthId ( )

Implemented in ilSimpleSAMLphpWrapper.

Referenced by ILIAS\Saml\Metadata\buildXML().

+ Here is the caller graph for this function:

◆ getIdpDiscovery()

ilSamlAuth::getIdpDiscovery ( )

Implemented in ilSimpleSAMLphpWrapper.

◆ getParam()

ilSamlAuth::getParam ( string  $key)
Returns
mixed

Implemented in ilSimpleSAMLphpWrapper.

◆ isAuthenticated()

ilSamlAuth::isAuthenticated ( )

Implemented in ilSimpleSAMLphpWrapper.

◆ logout()

ilSamlAuth::logout ( string  $returnUrl = '')

Implemented in ilSimpleSAMLphpWrapper.

◆ popParam()

ilSamlAuth::popParam ( string  $key)
Returns
mixed

Implemented in ilSimpleSAMLphpWrapper.

◆ protectResource()

ilSamlAuth::protectResource ( )

Protect a script resource with a SAML auth.

Implemented in ilSimpleSAMLphpWrapper.

◆ storeParam()

ilSamlAuth::storeParam ( string  $key,
mixed  $value 
)

Implemented in ilSimpleSAMLphpWrapper.


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