ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
Auth_OpenID_PlainTextServerSession Class Reference
+ Collaboration diagram for Auth_OpenID_PlainTextServerSession:

Public Member Functions

 answer ($secret)
 

Static Public Member Functions

static fromMessage ($unused_request)
 

Data Fields

 $session_type = 'no-encryption'
 An object that knows how to handle association requests with no session type. More...
 
 $needs_math = false
 
 $allowed_assoc_types = array('HMAC-SHA1', 'HMAC-SHA256')
 

Detailed Description

Definition at line 430 of file Server.php.

Member Function Documentation

◆ answer()

Auth_OpenID_PlainTextServerSession::answer (   $secret)

Definition at line 444 of file Server.php.

445  {
446  return array('mac_key' => base64_encode($secret));
447  }

◆ fromMessage()

static Auth_OpenID_PlainTextServerSession::fromMessage (   $unused_request)
static

Definition at line 439 of file Server.php.

Field Documentation

◆ $allowed_assoc_types

Auth_OpenID_PlainTextServerSession::$allowed_assoc_types = array('HMAC-SHA1', 'HMAC-SHA256')

Definition at line 437 of file Server.php.

◆ $needs_math

Auth_OpenID_PlainTextServerSession::$needs_math = false

Definition at line 436 of file Server.php.

◆ $session_type

Auth_OpenID_PlainTextServerSession::$session_type = 'no-encryption'

An object that knows how to handle association requests with no session type.

Definition at line 435 of file Server.php.


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