ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
Auth_OpenID_PlainTextConsumerSession Class Reference
+ Collaboration diagram for Auth_OpenID_PlainTextConsumerSession:

Public Member Functions

 getRequest ()
 extractSecret ($response)

Data Fields

 $session_type = 'no-encryption'
 $allowed_assoc_types = array('HMAC-SHA1', 'HMAC-SHA256')

Detailed Description

Definition at line 528 of file Consumer.php.

Member Function Documentation

Auth_OpenID_PlainTextConsumerSession::extractSecret (   $response)

Definition at line 537 of file Consumer.php.

References Auth_OpenID_OPENID_NS.

{
if (!$response->hasKey(Auth_OpenID_OPENID_NS, 'mac_key')) {
return null;
}
return base64_decode($response->getArg(Auth_OpenID_OPENID_NS,
'mac_key'));
}
Auth_OpenID_PlainTextConsumerSession::getRequest ( )

Definition at line 532 of file Consumer.php.

{
return array();
}

Field Documentation

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

Definition at line 530 of file Consumer.php.

Auth_OpenID_PlainTextConsumerSession::$session_type = 'no-encryption'

Definition at line 529 of file Consumer.php.


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