Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: OpenID

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class Auth_OpenID_Server

Description

An object that implements the OpenID protocol for a single URL.

Use this object by calling getOpenIDResponse when you get any request for the server URL.

Located in /openid/Auth/OpenID/Server.php (line 1235)

Class Auth_OpenID_Server
Method Summary
Constructor Auth_OpenID_Server Auth_OpenID_Server ( &$store)
Method void decodeRequest ( &$query)
Method void encodeResponse ( &$response)
Method Auth_OpenID_Response handleRequest (Auth_OpenID_Request $request)
Methods
Constructor Auth_OpenID_Server (line 1236)
Auth_OpenID_Server Auth_OpenID_Server ( &$store)
  • &$store
decodeRequest (line 1298)

Decodes a query args array into the appropriate Auth_OpenID_Request object.

void decodeRequest ( &$query)
  • &$query
encodeResponse (line 1289)

Encodes as response in the appropriate format suitable for sending to the user agent.

void encodeResponse ( &$response)
  • &$response
handleRequest (line 1255)

Handle a request. Given an Auth_OpenID_Request object, call the appropriate Auth_OpenID_Server method to process the request and generate a response.

  • return: A response object capable of generating a user-agent reply.
Auth_OpenID_Response handleRequest (Auth_OpenID_Request $request)
  • Auth_OpenID_Request $request: An Auth_OpenID_Request returned by Auth_OpenID_Server::decodeRequest.

Documentation generated on Mon, 05 Mar 2007 21:21:15 +0000 by phpDocumentor 1.3.1