Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Static Public Member Functions | List of all members
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. More...
 
static logout_file_session ($spsessionid)
 Delete session of user using file sessions. More...
 

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: