API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
Auth_OpenID_Server::Auth_OpenID_Server | ( | &$ | store, |
$ | op_endpoint = null |
||
) |
Auth_OpenID_Server::decodeRequest | ( | $ | query = null | ) |
Decodes a query args array into the appropriate Auth_OpenID_Request object.
Références $query, et Auth_OpenID::getQuery().
Auth_OpenID_Server::encodeResponse | ( | &$ | response | ) |
Encodes as response in the appropriate format suitable for sending to the user agent.
Auth_OpenID_Server::handleRequest | ( | $ | request | ) |
Handle a request. Given an Auth_OpenID_Request object, call the appropriate Auth_OpenID_Server method to process the request and generate a response.
Auth_OpenID_Request | $request | An Auth_OpenID_Request returned by Auth_OpenID_Server::decodeRequest(). |
Auth_OpenID_Server::openid_associate | ( | &$ | request | ) |
The callback for 'associate' messages.
Auth_OpenID_Server::openid_check_authentication | ( | &$ | request | ) |
The callback for 'check_authentication' messages.