Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
auth_shibboleth\helper Class Reference

The helper class for the Shibboleth authentication plugin. More...

Static Public Member Functions

static logout_db_session ($spsessionid)
 Delete session of user using DB sessions.
 
static logout_file_session ($spsessionid)
 Delete session of user using file sessions.
 

Detailed Description

The helper class for the Shibboleth authentication plugin.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ logout_db_session()

static auth_shibboleth\helper::logout_db_session ( $spsessionid)
static

Delete session of user using DB sessions.

Parameters
string$spsessionidSP-provided Shibboleth Session ID

◆ logout_file_session()

static auth_shibboleth\helper::logout_file_session ( $spsessionid)
static

Delete session of user using file sessions.

Parameters
string$spsessionidSP-provided Shibboleth Session ID
Return values
SoapFaultor void if everything was fine

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